Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.