import { r, l } from '../utils/directions' import type { AnimalArgs } from '../types' export const hangingMonkey = ({ createSpeechBubble, text }: AnimalArgs) => ` .'\\ .-. / ; .' / | | | -.._ ,-. ,-._.-' .' \\ ' .-'"-._ \`'--.._,/_. \`y \\ _.' ________\`;/ _.,-- / _ | | |t;-""''"~\`_.-----""'-f_ / _ __..--~~;|7 ; '__ ..__ \`'-._ \`'--'\`_.,,.__ \`'-,_\\_ |' / / \`''---._L-._ .'\`_.-' / \`"\\ | \`'-'\`-' \`".7;.,_ /_ ' / \` ; | _ .-. .-._ \`~;f;\`\`\`'._,-' | | ( \`"| \`.__.-' | \\ .'/| '-. \\ ; ;._ > / _ \\ /_/ / ; \\ \`. | ,-'\` _\`',/ /\`. \`:--'_ ; | |-._ ; /\` .'_\\-._ f. \`. \\_/ \`\\_ | | / \`'-; ; / /| \\ \\\\ \`. \\ \` _/ | | ,' ; '- \\ \` | \\ \\ ' _7 |_.-' | \`> / ; \`'"---' | .' ' ; ; . / ; \\ ; ; . \\ | | / ; ; |_ ,' ; .' \` / _ | __,' /\` \`'. ''\`'--._ | | \\ \`. \\ '.__\\ ' \`. ;. \\ / ____ '._ | .-. -.-'\` \`'._/ -;. / \\ _ ' _._7 ${l}${l} / \\. (\`\\ o |c _.' ${r}${r} \`., | \`-.o_\\ _.-' ${r}${r} /|'-'\\_7,_,' \`-'\` ${r}${r} ${r}${r} ` + createSpeechBubble(text, 36)