Remove typst plugin

It was nice but really slow.
This commit is contained in:
Joscha 2025-03-03 20:55:24 +01:00
parent 3a2637bb34
commit d9dbd90ff2
12 changed files with 1 additions and 576 deletions

View file

@ -9,10 +9,5 @@ pub mod text;
pub mod tictactoe;
fn typst_with_lib() -> Typst {
Typst::new()
.with_file("/lib/main.typ", include_str!("documents/lib/main.typ"))
.with_file(
"/lib/plugin.wasm",
include_bytes!("documents/lib/plugin.wasm"),
)
Typst::new().with_file("/lib/main.typ", include_str!("documents/lib/main.typ"))
}