Files
est-frame/node_modules/@svgr/plugin-svgo/README.md
2025-10-22 05:38:27 +00:00

552 B
Executable File

@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