Expand description
Transform module for Art files.
Provides transformations from Art descriptors to:
- Storybook CSF 3.0 format
- Executable Vue components
Functionsยง
- transform_
to_ csf - Transform an Art descriptor to Storybook CSF 3.0 format.
- transform_
to_ vue - Transform an Art descriptor to executable Vue component modules.