decal 0.6.0

Declarative DSL for describing scenes and rendering them to SVG or PNG
Documentation
mod context;
mod engine;
mod font;
mod image;
mod node;
mod node_id;
mod options;
mod scene;
mod stencil;
mod text;
mod typography;

pub use engine::*;
pub use font::*;
pub use image::*;
pub use node::*;
pub use node_id::*;
pub use options::*;
pub use scene::*;
pub use stencil::*;
pub use text::*;

pub(crate) use context::*;
pub(crate) use typography::*;