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
5
src/global.d.ts
vendored
5
src/global.d.ts
vendored
|
|
@ -5,6 +5,11 @@ declare module "*.txt?raw" {
|
|||
export default content;
|
||||
}
|
||||
|
||||
declare module "*.txt?ansi" {
|
||||
const content: string;
|
||||
export default content;
|
||||
}
|
||||
|
||||
declare module "*.utf8ans?raw" {
|
||||
const content: string;
|
||||
export default content;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue