Dither images using wasm plugin
This commit is contained in:
parent
179d0653bb
commit
92ec72ab4b
14 changed files with 116 additions and 15 deletions
|
|
@ -1,7 +1,8 @@
|
|||
use showbits_typst::Typst;
|
||||
|
||||
pub use self::text::*;
|
||||
pub use self::{image::*, text::*};
|
||||
|
||||
mod image;
|
||||
mod text;
|
||||
|
||||
fn typst_with_lib() -> Typst {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue