PromoCursed/node_modules/@svgr/plugin-svgo/README.md
2024-08-20 23:25:37 +04:00

552 B

@svgr/plugin-svgo

Build Status Version MIT License

Optimize SVG using SVGO.

Install

npm install --save-dev @svgr/plugin-svgo

Usage

.svgrrc

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

License

MIT