Spaces:
Sleeping
Sleeping
File size: 552 Bytes
cc651f6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
# @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
|