https://github.com/konsumer/inkscape-svgo
Plugin to optimize SVGs in inkscape
https://github.com/konsumer/inkscape-svgo
Last synced: 5 months ago
JSON representation
Plugin to optimize SVGs in inkscape
- Host: GitHub
- URL: https://github.com/konsumer/inkscape-svgo
- Owner: konsumer
- Created: 2018-01-30T21:56:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T02:33:03.000Z (over 3 years ago)
- Last Synced: 2025-09-15T01:30:53.902Z (9 months ago)
- Language: Makefile
- Size: 795 KB
- Stars: 73
- Watchers: 3
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# inkscape-svgo
Optimize your SVGs with the awesome [svgo](https://github.com/svg/svgo).
## installation
Grab the latest zip-file for your platform [here](https://github.com/konsumer/inkscape-svgo/releases/latest) and extract it to your plugins directory. On my system, I went to "preferences" and it showed this as "User extensions" under "System":
```
$HOME/Library/Application Support/org.inkscape.Inkscape/inkscape/extensions
```
So, I used that path.
## usage
Find the option `SVGO Optimized SVG File (*.svg)` under File/Save As.


## development
I use [pkg](https://github.com/zeit/pkg) to compile a ready-made runtime so it's a bit easier to install.
Run `make` to build these.