# BMapLib.LuShu
## Installation
### NPM
```bash
$ npm i --save bmaplib.lushu
```
### CDN
```html
```
## Usage
### ES Next
```js
import LuShu from 'bmaplib.lushu'
// You should use this lib after BaiduMap loaded. For Example:
loadBaiduMap.then(() => {
new LuShu()
})
```
### CDN
```html
```