Files
Iliyan Angelov 306b20e24a Frontend start
2025-09-14 00:54:48 +03: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