blueprinter 0.2.0

Hand-drawn diagram raster renderer CLI — Mermaid / SVG → PNG / WebP with watercolor bleed (aquarelle) and glyph-path text jitter
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub mod chalk;
pub mod export;
pub mod manga;
pub mod marker;
pub mod parser;
pub mod primitive;
pub mod sumi;
pub mod text_to_path;
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 text_to_path::flatten_text_to_paths;
pub use theme::{theme_style, ThemeStyle};
pub use transform::{transform_svg, Theme, TransformOptions, DEFAULT_SEED};