Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/1000ch/atom-svgo

Minify SVG with SVGO 🐯
https://github.com/1000ch/atom-svgo

atom atom-plugin svg svgo

Last synced: 3 months ago
JSON representation

Minify SVG with SVGO 🐯

Awesome Lists containing this project

README

        

# atom-[svgo](https://atom.io/packages/svgo)

Minify SVG with [SVGO](http://github.com/svg/svgo).

[![Build Status](https://travis-ci.org/1000ch/atom-svgo.svg?branch=master)](https://travis-ci.org/1000ch/atom-svgo)
[![Dependency Status](https://david-dm.org/1000ch/atom-svgo.svg)](https://david-dm.org/1000ch/atom-svgo)
[![devDependency Status](https://david-dm.org/1000ch/atom-svgo/dev-status.svg)](https://david-dm.org/1000ch/atom-svgo?type=dev)

![demo](https://cloud.githubusercontent.com/assets/1800018/24584828/d347d8ce-17b5-11e7-9e40-51056e324673.gif)

## 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)