add third party js binding impl
This commit is contained in:
parent
11f890f3a4
commit
ffb632c3d0
|
|
@ -2,6 +2,9 @@
|
||||||
|
|
||||||
# 使用方式
|
# 使用方式
|
||||||
|
|
||||||
|
第三方支持地址:
|
||||||
|
1. [ts-ip2region2](https://github.com/Steven-Qiang/ts-ip2region2) - 基于 C 扩展,比纯 JS 有更高的运行效率。
|
||||||
|
|
||||||
### 安装 `ip2region.js`
|
### 安装 `ip2region.js`
|
||||||
```bash
|
```bash
|
||||||
npm install ip2region.js --save
|
npm install ip2region.js --save
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue