# leaflet-china-provider

### Install

```bash
npm install leaflet-china-provider
```

### Usage

```js
import leafletChinaProvider from 'leaflet-china-provider'

leafletChinaProvider.qq.normalMap({ maxZoom: 18, minZoom: 4 }).addTo(map)
```
