Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kristoferjoseph/svg-symbols
SVG SYMBOLS✨
https://github.com/kristoferjoseph/svg-symbols
Last synced: 4 days ago
JSON representation
SVG SYMBOLS✨
- Host: GitHub
- URL: https://github.com/kristoferjoseph/svg-symbols
- Owner: kristoferjoseph
- License: apache-2.0
- Created: 2016-10-26T18:12:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-09T22:56:00.000Z (over 5 years ago)
- Last Synced: 2024-11-03T17:38:31.481Z (10 days ago)
- Language: JavaScript
- Homepage:
- Size: 16.6 KB
- Stars: 21
- Watchers: 2
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SVG SYMBOLS✨
===========This is a simpe module that takes a folder of svgs and generates a symbol file.
It also strips out the fill and stroke attributes so you can style them.[*you can use `svg-extract-styles` to pull the styles out into css first if you like.](https://github.com/kristoferjoseph/svg-extract-styles)
Install
-------`npm i svg-symbols --save-dev`
Usage
-----`svg-symbols ./directory-of-svgs > ./symbol-file.svg`