1//! A prelude module to re-export commonly used items from the crate.
23pub use crate::decoder::{Decoder, DecoderBuilder};
4pub use crate::error::*;
5pub use crate::structs::*;
67#[cfg(feature = "costume_png")]
8pub use image;
910#[cfg(feature = "costume_svg")]
11pub use usvg;