Typstify /text endpoint

This commit is contained in:
Joscha 2025-03-01 16:48:06 +01:00
parent 6112a8c02f
commit 98071dfe32
6 changed files with 30 additions and 73 deletions

View file

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