Last updated 3 years ago
Was this helpful?
Optimize SVG using SVGO.
npm install --save-dev @svgr/plugin-svgo
.svgrrc
{ "plugins": ["@svgr/plugin-svgo"] }
MIT