# bmaplib.heatmap

> ## Installation

Latest version **1.0.4** (published 2017-11-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install bmaplib.heatmap
pnpm add bmaplib.heatmap
yarn add bmaplib.heatmap
bun add bmaplib.heatmap
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.4 |
| Published | 2017-11-07 |
| First published | 2017-09-29 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Dafrok |
| Maintainers | dafrok |
| Keywords | baidu, map, baidu-map, heatmap |

## Links

- npm: https://www.npmjs.com/package/bmaplib.heatmap
- Repository: https://github.com/Dafrok/BMapLib.Heatmap
- Homepage: https://github.com/Dafrok/BMapLib.Heatmap#readme
- Issues: https://github.com/Dafrok/BMapLib.Heatmap/issues
- npm.io page: https://npm.io/package/bmaplib.heatmap

## Alternatives

- [@sindresorhus/slugify](https://npm.io/package/@sindresorhus/slugify.md) — 3.7M weekly downloads
- [solid-js](https://npm.io/package/solid-js.md) — 2.7M weekly downloads
- [expo-glass-effect](https://npm.io/package/expo-glass-effect.md) — 2.5M weekly downloads
- [nanoassert](https://npm.io/package/nanoassert.md) — 780.8K weekly downloads
- [@ffmpeg/ffmpeg](https://npm.io/package/@ffmpeg/ffmpeg.md) — 529.5K weekly downloads

## Recent versions

- 1.0.4 (latest) — 2017-11-07
- 1.0.3 — 2017-11-06
- 1.0.2 — 2017-10-26
- 1.0.1 — 2017-10-17
- 1.0.0 — 2017-09-29

## README

# BMapLib.Heatmap

## Installation

### NPM

```bash
$ npm i --save bmaplib.heatmap
```

### CDN

```html
<script src="//unpkg.com/bmaplib.heatmap"></script>
```

## Usage

### ES Next

```js
import Heatmap from 'bmaplib.heatmap'

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

loadBaiduMap.then(() => {
  new Heatmap()
})
```

### CDN

```html
<script src="//api.map.baidu.com/api?v=2.0"></script>
<script src="//unpkg.com/bmaplib.heatmap"></script>
<script>
  new BMapLib.Heatmap()
</script>
```

---
_Source: https://npm.io/package/bmaplib.heatmap · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
