Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/janwirth/svg-folder-to-elm-module
Transform an SVG icon set to an elm module
https://github.com/janwirth/svg-folder-to-elm-module
Last synced: about 5 hours ago
JSON representation
Transform an SVG icon set to an elm module
- Host: GitHub
- URL: https://github.com/janwirth/svg-folder-to-elm-module
- Owner: janwirth
- Created: 2019-10-13T08:33:07.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-30T12:53:21.000Z (about 4 years ago)
- Last Synced: 2024-10-07T23:37:04.303Z (about 1 month ago)
- Language: Elm
- Size: 396 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# svg-folder-to-elm-module
Convert a list of SVG files and to a single elm module.
```
npx svg-folder-to-elm-module
```## Demo
[![asciicast](https://asciinema.org/a/7fllIx0pjPiuKEjX9L9ueaaxA.svg)](https://asciinema.org/a/7fllIx0pjPiuKEjX9L9ueaaxA)## Ack
Adjust the source directory defined in `index.js` if to process a different icon set.This tool uses https://github.com/pzavolinsky/elmx.