//! Rendering primitives and runtime errors for image generation.
//!
//! This crate turns validated image-generation specifications into images.
pub use *;
/// Error types produced while rendering images or loading renderer resources.
pub use ;
pub use ;