@svgr/plugin-svgo

Optimize SVG

Usage no npm install needed!

<script type="module">
  import svgrPluginSvgo from 'https://cdn.skypack.dev/@svgr/plugin-svgo';
</script>

README

@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