zack
feat: πŸš€ Update Chat-nFace configurations
a053984
|
raw
history blame
No virus
284 Bytes
# @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