@svgr/plugin-svgo

Optimize SVG

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@svgr/plugin-svgo
7.0.0a day ago4 years agoMinified + gzip package size for @svgr/plugin-svgo in KB

Readme

@svgr/plugin-svgo
Build Status Version MIT License
Optimize SVG using SVGO.

Install

``` npm install --save-dev @svgr/plugin-svgo
## Usage

**.svgrrc**

```json
{
  "plugins": ["@svgr/plugin-svgo"]
}

License

MIT