\ProvidesPackage{eggs}

\RequirePackage{ifthen}
\RequirePackage{graphicx}
\RequirePackage{iftex}

\newcommand{\catthink}{\includegraphics[height=1em]{catthink.png}}
\newcommand{\holothink}{\includegraphics[height=1em]{holothink.png}}
\newcommand{\holosleep}{\includegraphics[height=1em]{holosleep.png}}
\newcommand{\thonk}{\includegraphics[height=1em]{thonk.png}}
\newcommand{\leothelion}{\includegraphics[height=1em]{leo.png}}
\newcommand{\amphy}{\includegraphics[height=1em]{amphy.png}}
\newcommand{\hmmCat}{\includegraphics[height=1em]{hmmcat.png}}

% Make LaTeX usable in mathmode
\let\LATEX\LaTeX
\def\LaTeX{\mbox{\LATEX}}

% 8ball stuff
\def\NinM#1#2#3#4{%
    \ifnum\numexpr\pdfuniformdeviate #2-1\relax<#1\relax
        #3%
    \else
        #4%
    \fi
}

\def\ask#1{\NinM{1}{3}{\thonk}{\amphy}}

\ifPDFTeX
    \usepackage{hwemoji}
%   \usepackage[default, light]{comicneue}
\fi
