1 2 3 4 5 6 7 8 9
//! VRT (Visual Regression Testing) configuration and types. //! //! This module provides configuration parsing and types for VRT integration. mod config; mod preset; pub use config::{VrtConfig, VrtOptions, VrtThreshold}; pub use preset::{ViewportPreset, PRESET_VIEWPORTS};