Files
meeting-room/frontend/node_modules/@svgr/babel-plugin-transform-svg-component/README.md

24 lines
284 B
Markdown
Raw Normal View History

# @svgr/babel-plugin-transform-svg-component
## Install
```
npm install --save-dev @svgr/babel-plugin-transform-svg-component
```
## Usage
**.babelrc**
```json
{
"plugins": [
["@svgr/babel-plugin-transform-svg-component", { "titleProp": true }]
]
}
```
## License
MIT