generated from nhcarrigan/template
chore: add cats
This commit is contained in:
+81
-1
@@ -6,4 +6,84 @@
|
||||
|
||||
import type { Ascii } from "../interfaces/ascii.js";
|
||||
|
||||
export const cats: Array<Ascii> = [];
|
||||
export const cats: Array<Ascii> = [
|
||||
{
|
||||
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: ` . .
|
||||
\\ /
|
||||
___\\___/___
|
||||
/ \\
|
||||
( @ @ )
|
||||
\\ ^ /
|
||||
| \\_____/ |
|
||||
\\ /
|
||||
\\_____/`,
|
||||
},
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user