@tarii/3d-earth
v1.0.3
Published
A webgl animation instance library.
Downloads
6
Readme
3D Earth Banner
A webgl animation instance library.
How to Start
install by npm:
$ npm install @tarii/3d-earth --save
use
import Earth from '@tarii/3d-earth'
const parent = document.querySelector('#box')
const earth = new Earth({
parent,
coords: [29.458349, 106.396826]
})
earth.start()
For more information on input parameters, please refer to
src/index.d.ts
.