28 lines
552 B
Markdown
28 lines
552 B
Markdown
|
|
# @svgr/plugin-svgo
|
|||
|
|
|
|||
|
|
[](https://travis-ci.org/smooth-code/svgr)
|
|||
|
|
[](https://www.npmjs.com/package/@svgr/plugin-svgo)
|
|||
|
|
[](https://github.com/smooth-code/svgr/blob/master/LICENSE)
|
|||
|
|
|
|||
|
|
Optimize SVG using SVGO.
|
|||
|
|
|
|||
|
|
## Install
|
|||
|
|
|
|||
|
|
```
|
|||
|
|
npm install --save-dev @svgr/plugin-svgo
|
|||
|
|
```
|
|||
|
|
|
|||
|
|
## Usage
|
|||
|
|
|
|||
|
|
**.svgrrc**
|
|||
|
|
|
|||
|
|
```json
|
|||
|
|
{
|
|||
|
|
"plugins": ["@svgr/plugin-svgo"]
|
|||
|
|
}
|
|||
|
|
```
|
|||
|
|
|
|||
|
|
## License
|
|||
|
|
|
|||
|
|
MIT
|