https://github.com/dafrok/bmaplib.lushu
An UMD module of BaiduMap LuShu library.
https://github.com/dafrok/bmaplib.lushu
Last synced: about 1 year ago
JSON representation
An UMD module of BaiduMap LuShu library.
- Host: GitHub
- URL: https://github.com/dafrok/bmaplib.lushu
- Owner: Dafrok
- Created: 2017-07-14T05:28:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-09T05:17:15.000Z (over 8 years ago)
- Last Synced: 2025-04-18T00:38:48.377Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 21.5 KB
- Stars: 3
- Watchers: 1
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
new BMapLib.Lushu()
```