figma-svg-to-json
v1.0.3
Published
NPM Library that makes SVG-based components into json format.
Downloads
10
Maintainers
Readme
figma-svg-to-json
- This library is originally designed for automating the process that converts icon assets into a JSON file.
- The library gets components from a single sprite and converts them into a JSON file, which includes viewBox and path information.
- Other features can be added in short if needed.
Usage
- This library can be added to a front-end project at the 'script' from package.json.
- You can automate updating icon files with a single JSON file.
- I'm going to post the actual usage scenario soon, with public GitHub page.