blueprinter 0.1.0

Hand-drawn style diagram renderer CLI — turn SVG into sketchy SVG
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub mod chalk;
pub mod export;
pub mod filter;
pub mod manga;
pub mod marker;
pub mod parser;
pub mod primitive;
pub mod sumi;
pub mod theme;
pub mod transform;
pub mod watercolor;

pub use export::{export_to_png, export_to_webp};
pub use parser::parse_svg;
pub use primitive::Primitive;
pub use theme::{theme_style, ThemeStyle};
pub use transform::{transform_svg, Theme, TransformOptions};