vize_musea 0.1.0

Musea - Component gallery and documentation for Vize Vue components
Documentation
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};