feat: statically render the jet ansi text

This commit is contained in:
Jet Pham 2026-03-05 13:18:50 -08:00
parent e6a9b1a111
commit 5cbe032c23
No known key found for this signature in database
7 changed files with 74 additions and 51 deletions

View file

@ -16,13 +16,13 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"anser": "^2.3.5",
"cgol": "file:./cgol/pkg",
"escape-carriage": "^1.3.1",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"anser": "^2.3.5",
"escape-carriage": "^1.3.1",
"@tailwindcss/vite": "^4.2.1",
"@types/node": "^25.3.3",
"@types/react": "^19.2.14",