the-forest/client/node_modules/@svgr/babel-plugin-transform-svg-component/README.md
2024-09-17 20:35:18 -04:00

284 B

@svgr/babel-plugin-transform-svg-component

Install

npm install --save-dev @svgr/babel-plugin-transform-svg-component

Usage

.babelrc

{
  "plugins": [
    ["@svgr/babel-plugin-transform-svg-component", { "titleProp": true }]
  ]
}

License

MIT