//! # Overview
//!
//! Image Builder is a high-level library that uses the [image](https://crates.io/crates/image)
//! crate as the engine to generate simple PNG images, but with convenience and simplicity.
pub use crateFilterType;
/// Contain some basic colors for quick use, as well as the structure that other colors must
/// follow to be accepted by the library.
pub use crateImage;
pub use Picture;
pub use Rect;
pub use Text;