Frontend/25_01_07/mai/node_modules/@svgr/babel-plugin-remove-jsx-attribute/README.md
szabomarton 7f4a15b9c3 asd
2025-01-28 11:38:27 +01:00

352 B

@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