# @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';
```
