feat: statically render the jet ansi text
This commit is contained in:
parent
e6a9b1a111
commit
5cbe032c23
7 changed files with 74 additions and 51 deletions
|
|
@ -2,7 +2,7 @@ import { BorderedBox } from "~/components/bordered-box";
|
|||
import { FrostedBox } from "~/components/frosted-box";
|
||||
import Header from "~/components/header";
|
||||
import { CgolCanvas } from "~/components/cgol-canvas";
|
||||
import Jet from "~/assets/Jet.txt?raw";
|
||||
import Jet from "~/assets/Jet.txt?ansi";
|
||||
|
||||
export default function App() {
|
||||
return (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue