https://github.com/1000ch/atom-svgo
Minify SVG with SVGO 🐯
https://github.com/1000ch/atom-svgo
atom atom-plugin svg svgo
Last synced: 12 months ago
JSON representation
Minify SVG with SVGO 🐯
- Host: GitHub
- URL: https://github.com/1000ch/atom-svgo
- Owner: 1000ch
- License: mit
- Created: 2015-11-05T16:43:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-04-16T20:30:05.000Z (about 3 years ago)
- Last Synced: 2024-05-02T05:55:52.962Z (about 2 years ago)
- Topics: atom, atom-plugin, svg, svgo
- Language: JavaScript
- Homepage: https://atom.io/packages/svgo
- Size: 278 KB
- Stars: 14
- Watchers: 6
- Forks: 5
- Open Issues: 8
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# atom-[svgo](https://atom.io/packages/svgo)
Minify SVG with [SVGO](http://github.com/svg/svgo).
[](https://travis-ci.org/1000ch/atom-svgo)
[](https://david-dm.org/1000ch/atom-svgo)
[](https://david-dm.org/1000ch/atom-svgo?type=dev)

## Install
```bash
$ apm install svgo
```
## Usage
- Packages > SVGO > **Minify SVG** or **Prettify SVG**
- Context Menu > **Minify SVG** or **Prettify SVG**
- Command Palette (⌘ + shift + P) > **Minify SVG** or **Prettify SVG**
## Config
### Indent
Indent size to apply on prettify.
### Disable
[Plugin names](https://github.com/svg/svgo#what-it-can-do) (separated with space delimiter) to disable.
## License
[MIT](https://1000ch.mit-license.org) © [Shogo Sensui](https://github.com/1000ch)