1pub mod image_optimizer; 2pub mod jpeg_optimizer; 3pub mod png_optimizer; 4pub mod webp_optimizer; 5 6pub use image_optimizer::optimize_image;