feat: build initial prototype #1

Merged
naomi merged 6 commits from feat/init into main 2025-07-19 16:11:40 -07:00
Showing only changes of commit cea2a2334b - Show all commits
+81 -1
View File
@@ -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: ` . .
\\ /
___\\___/___
/ \\
( @ @ )
\\ ^ /
| \\_____/ |
\\ /
\\_____/`,
},
];