vize_musea 0.23.0

Musea - Component gallery and documentation for Vize Vue components
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Transform module for Art files.
//!
//! Provides transformations from Art descriptors to:
//! - Storybook CSF 3.0 format
//! - Executable Vue components

mod to_csf;
mod to_vue;

pub use to_csf::transform_to_csf;
pub use to_vue::transform_to_vue;