//! Rendering facade.
//!
//! The pure rendering core (`Pixel`, `Canvas`, `Renderer`, string/unicode/ANSI
//! backends, and color helpers) lives in `qrcode-render` and is re-exported
//! here to preserve the 1.x `qrcode_rs::render::*` API. Feature-gated backends
//! still live in this facade crate until their dedicated crates are split out.
pub use image;
pub use ;
pub use ;