https://github.com/websemantics/svg-tools
Process and optimize svg files,
https://github.com/websemantics/svg-tools
Last synced: 3 months ago
JSON representation
Process and optimize svg files,
- Host: GitHub
- URL: https://github.com/websemantics/svg-tools
- Owner: websemantics
- Created: 2016-03-30T03:32:16.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-30T04:32:31.000Z (almost 10 years ago)
- Last Synced: 2024-12-26T08:42:35.071Z (about 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SVG Tools
Process and optimize SVG files. This project will optimize all the SVG files stored in `svg` folder and save them into `out`
> This example uses beautify filter only (see here, https://github.com/ben-eb/gulp-svgmin) more options, see help
## install
1- Clone this repo locally
```
git clone https://github.com/websemantics/svg-tools
cd svg-tools
```
2- Install NPM packages
```
sudo npm install
```
3- Copy your SVG files into `svg`
4- Run Gulp to optimize your SVG files
```
gulp
```
## Help
https://github.com/svg/svgo