Typstify /text endpoint
This commit is contained in:
parent
6112a8c02f
commit
98071dfe32
6 changed files with 30 additions and 73 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue