# bmaplib.texticonoverlay

> A library of Baidu Map JS API

Latest version **1.0.2** (published 2017-10-09) · MIT license · 0 weekly downloads

## Install

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

## 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.2 |
| Published | 2017-10-09 |
| First published | 2017-09-05 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Dafrok |
| Maintainers | dafrok |
| Keywords | baidu, baidu-map, text, icon, overlay |

## Links

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

## Alternatives

- [@fortawesome/react-fontawesome](https://npm.io/package/@fortawesome/react-fontawesome.md) — 2.2M weekly downloads
- [roboto-fontface](https://npm.io/package/roboto-fontface.md) — 196.0K weekly downloads
- [@react-native-vector-icons/common](https://npm.io/package/@react-native-vector-icons/common.md) — 150.4K weekly downloads
- [@procore/core-icons](https://npm.io/package/@procore/core-icons.md) — 4.6K weekly downloads
- [@react-md/material-icons](https://npm.io/package/@react-md/material-icons.md) — 1.6K weekly downloads

## Recent versions

- 1.0.2 (latest) — 2017-10-09
- 1.0.1 — 2017-09-13
- 1.0.0 — 2017-09-05

## README

# BMapLib.TextIconOverlay

## Installation

### NPM

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

### CDN

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

## Usage

### ES Next

```js
import TextIconOverlay from 'bmaplib.texticonoverlay'

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

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

### CDN

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

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