Socket
Socket
Sign inDemoInstall

bmaplib.lushu

Package Overview
Dependencies
0
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    bmaplib.lushu

A library of Baidu Map JS API


Version published
Weekly downloads
3.5K
decreased by-9.9%
Maintainers
1
Install size
17.7 kB
Created
Weekly downloads
 

Readme

Source

BMapLib.LuShu

Installation

NPM

$ npm i --save bmaplib.lushu

CDN

<script src="//unpkg.com/bmaplib.lushu"></script>

Usage

ES Next

import LuShu from 'bmaplib.lushu'

// You should use this lib after BaiduMap loaded. For Example:

loadBaiduMap.then(() => {
  new LuShu()
})

CDN

<script src="//api.map.baidu.com/api?v=2.0"></script>
<script src="//unpkg.com/bmaplib.lushu"></script>
<script>
  new BMapLib.Lushu()
</script>

Keywords

FAQs

Last updated on 09 Jan 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc