An open API service indexing awesome lists of open source software.

https://github.com/lukethacoder/svg-to-html

🚀 Utility script to convert a folder of svg files to html files (incl. extra attributes)
https://github.com/lukethacoder/svg-to-html

html lightning-web-components svg-converter svg-icons

Last synced: 3 months ago
JSON representation

🚀 Utility script to convert a folder of svg files to html files (incl. extra attributes)

Awesome Lists containing this project

README

        

# svg-to-html

Utility script to convert a folder of svg files to html files (incl. extra attributes).

## Run the script

1. Place your `.svg` files in the `/svgs` folder.
2. Run `node script.js`
3. Profit 🚀

In addition to a folder of `.html` svgs, you get a nice `js` file with LWC based imports.

---

Example svgs thanks to [tabler-icons](https://github.com/tabler/tabler-icons)