UNPKG

552 BMarkdownView Raw
1# @svgr/plugin-svgo
2
3[![Build Status](https://img.shields.io/travis/smooth-code/svgr.svg)](https://travis-ci.org/smooth-code/svgr)
4[![Version](https://img.shields.io/npm/v/@svgr/plugin-svgo.svg)](https://www.npmjs.com/package/@svgr/plugin-svgo)
5[![MIT License](https://img.shields.io/npm/l/@svgr/plugin-svgo.svg)](https://github.com/smooth-code/svgr/blob/master/LICENSE)
6
7Optimize SVG using SVGO.
8
9## Install
10
11```
12npm install --save-dev @svgr/plugin-svgo
13```
14
15## Usage
16
17**.svgrrc**
18
19```json
20{
21 "plugins": ["@svgr/plugin-svgo"]
22}
23```
24
25## License
26
27MIT