JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 12084362
  • Score
    100M100P100Q248131F
  • License MIT

Optimize SVG

Package Exports

  • @svgr/plugin-svgo

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@svgr/plugin-svgo) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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