0.1.1 • Published 5 years ago

@tntv/three-map v0.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

基于ThreeJs封装的地图组件

安装

npm install @tntv/three-map --save

如何使用

import ThreeMap from "@tntv/three-map";

// 初始化地图
const dom = document.getElementById('myMap');
const map = new ThreeMap({}, geojson);
map.init(dom);
0.1.1

5 years ago

0.1.0

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago