decal 0.6.0

Declarative DSL for describing scenes and rendering them to SVG or PNG
Documentation
mod blend;
mod builder;
mod color_matrix;
mod component_transfer;
mod composite;
mod convolve_matrix;
mod diffuse_lighting;
mod displacement_map;
mod drop_shadow;
mod flood;
mod gaussian_blur;
mod image;
mod merge;
mod morphology;
mod offset;
mod specular_lighting;
mod tile;
mod turbulence;
mod variants;

pub use blend::*;
pub use builder::*;
pub use color_matrix::*;
pub use component_transfer::*;
pub use composite::*;
pub use convolve_matrix::*;
pub use diffuse_lighting::*;
pub use displacement_map::*;
pub use drop_shadow::*;
pub use flood::*;
pub use gaussian_blur::*;
pub use image::*;
pub use merge::*;
pub use morphology::*;
pub use offset::*;
pub use specular_lighting::*;
pub use tile::*;
pub use turbulence::*;
pub use variants::*;