Projects STRLCPY kitsec-core Files
🤬
..
LICENSE Loading last commit info...
README.md
package.json
README.md

@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

Please wait...
Page is in error, reload to recover