Code Examples
Basic Setup
Discover how to setup Zeytal CLI in any dev environment.
Open on GitHub
Figma Styles and Variables Generation
See how to extract styles and variables from Figma to a custom directory path and transform them into files like .ts
, .mjs
, .cjs
, .json
, .css
, .scss
, .sass
, .less
.
Open on GitHub
Figma SVGs Extraction and Optimization
See how to extract SVGs from Figma to a custom directory path and optimize them on the fly with a custom SVGO config.
Open on GitHub
TailwindCSS Config Generation
See how to extract styles and variables from Figma and turn them into TailwindCSS config files.
Open on GitHub