web_image/
lib.rs

1//! A crate for easy interop between web APIs and `DynamicImage` from `image-rs`
2
3pub mod error;
4pub mod format;
5pub mod image;
6pub mod resize;
7pub(crate) mod util;