From cea2a2334b403d2cdd3dc10210a7cac9ad33ed77 Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Sat, 19 Jul 2025 15:54:58 -0700 Subject: [PATCH] chore: add cats --- src/assets/cats.ts | 82 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 81 insertions(+), 1 deletion(-) diff --git a/src/assets/cats.ts b/src/assets/cats.ts index ee91c4b..95b450e 100644 --- a/src/assets/cats.ts +++ b/src/assets/cats.ts @@ -6,4 +6,84 @@ import type { Ascii } from "../interfaces/ascii.js"; -export const cats: Array = []; +export const cats: Array = [ + { + author: "Naomi Carrigan", + text: ` /\\_/\\ + ( o.o ) + > ^ <`, + }, + { + author: "Naomi Carrigan", + text: ` /\\ /\\ + ( . .) + ) ( + ( v ) + ^^ ^ ^^`, + }, + { + author: "Naomi Carrigan", + text: ` /\\_/\\ + ( -.- ) + _/ \\_ + ( \\ ___ / ) + \\ ___ / + ^^ ^^`, + }, + { + author: "Naomi Carrigan", + text: ` |\\ _,,,---,,_ + /,\`.-'\`' -. ;-;;,_ + |,4- ) )-,_..;\\ ( \`'-' + '---''(_/--' \`-'\\_)`, + }, + { + author: "Naomi Carrigan", + text: ` /\\___/\\ + ( o o ) + ) _ ( + ( (_) ) + ( ( )-( ) ) + (__(__)_(__))`, + }, + { + author: "Naomi Carrigan", + text: ` |\\ /| + | \\____/ | + | | | | + \\ | | / + \\|__|/ + /__\\`, + }, + { + author: "Naomi Carrigan", + text: ` /\\ /\\ + ( ^ ^ ) + ) ( + ( ___ ) + ( ( ) ) ) +(__(__)_(__))`, + }, + { + author: "Naomi Carrigan", + text: ` /\\ /\\ + { \`---' } + { O O } + ~~>{ V }<~~ + \\ \\|/ / + \`-----'`, + }, + { + author: "Naomi Carrigan", + text: ` . . + \\ / + ___\\___/___ + / \\ + ( @ @ ) + \\ ^ / + | \\_____/ | + \\ / + \\_____/`, + }, + +];