Revert "Add yet-another-react-lightbox package and update .gitignore to exclude node_modules"
This reverts commit c92f4a5edd.
This commit is contained in:
32
frontend/node_modules/@react-jvectormap/world/README.md
generated
vendored
Normal file
32
frontend/node_modules/@react-jvectormap/world/README.md
generated
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
# @react-jvectormap/world
|
||||
|
||||
A collection of JvectorMap maps of World.
|
||||
|
||||
Available Maps:
|
||||
|
||||
- worldMill
|
||||
- worldMerc
|
||||
|
||||
## Installation:
|
||||
|
||||
```
|
||||
yarn add @react-jvectormap/world
|
||||
```
|
||||
|
||||
or:
|
||||
|
||||
```
|
||||
npm install --save @react-jvectormap/world
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
```
|
||||
import { worldMill } from '@react-jvectormap/world';
|
||||
```
|
||||
|
||||
or:
|
||||
|
||||
```
|
||||
import worldMill from '@react-jvectormap/world/dist/worldMill';
|
||||
```
|
||||
Reference in New Issue
Block a user