npm.io
8.0.0 • Published 3 years ago

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

Licence
MIT
Version
8.0.0
Deps
0
Size
5 kB
Vulns
0
Weekly
0
Stars
11.0K

@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

Keywords