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

v6.3.0
Remove JSX attribute
babel-plugin

@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

npm i @svgr/[email protected]

Metadata

  • MIT
  • >=10
  • Greg BergĂ©
  • released 7/18/2022

Downloads

Maintainers