Typstify /image endpoint

This commit is contained in:
Joscha 2025-03-01 18:04:22 +01:00
parent 98071dfe32
commit fa43074f3d
11 changed files with 179 additions and 189 deletions

View file

@ -1,8 +1,6 @@
use showbits_typst::Typst;
pub use self::image::*;
mod image;
pub mod image;
pub mod text;
fn typst_with_lib() -> Typst {