8.0.0 • Published 12 months ago

@svgr/babel-plugin-remove-jsx-attribute v8.0.0

Weekly downloads
3,883,446
License
MIT
Repository
github
Last release
12 months ago

@svgr/babel-plugin-remove-jsx-attribute

Install

npm install --save-dev @svgr/babel-plugin-remove-jsx-attribute

Usage

.babelrc

{
  "plugins": [
    [
      "@svgr/babel-plugin-remove-jsx-attribute",
      {
        "elements": ["svg"],
        "attributes": ["width", "height"]
      }
    ]
  ]
}

License

MIT