Revert "Add yet-another-react-lightbox package and update .gitignore to exclude node_modules"
This reverts commit c92f4a5edd.
This commit is contained in:
25
frontend/node_modules/@svgr/babel-plugin-svg-dynamic-title/README.md
generated
vendored
Normal file
25
frontend/node_modules/@svgr/babel-plugin-svg-dynamic-title/README.md
generated
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
# @svgr/babel-plugin-svg-dynamic-title
|
||||
|
||||
## Install
|
||||
|
||||
```
|
||||
npm install --save-dev @svgr/babel-plugin-svg-dynamic-title
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
**.babelrc**
|
||||
|
||||
```json
|
||||
{
|
||||
"plugins": ["@svgr/babel-plugin-svg-dynamic-title"]
|
||||
}
|
||||
```
|
||||
|
||||
## Note
|
||||
|
||||
This plugin handles both the titleProp and descProp options. By default, it will handle titleProp only.
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
||||
Reference in New Issue
Block a user