katana-canvas-forge 0.1.7

Versioned diagram rendering and document export runtime for KatanA (Mermaid, Draw.io, HTML/PDF/PNG/JPEG).
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod diagram_type;
mod js_runtime;
mod js_runtime_scripts;
pub mod render;
pub mod resolve;
pub mod types;
mod zenuml_v8_runtime;

pub use crate::markdown::runtime_assets::{MERMAID_JS_CHECKSUM, MERMAID_JS_VERSION};
pub use resolve::MermaidBinaryOps;
pub use types::MermaidRenderOps;