@svgr/babel-plugin-remove-jsx-attribute
TypeScript icon, indicating that this package has built-in type declarations

8.0.0 • Public • Published

@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

Readme

Keywords

Package Sidebar

Install

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

Weekly Downloads

5,905,930

Version

8.0.0

License

MIT

Unpacked Size

5.01 kB

Total Files

6

Last publish

Collaborators

  • neoziro