@metagl/metagl
v0.0.2
Published
Extended Lib For Cesium and Three
Downloads
8
Maintainers
Readme
@metagl/metagl
@metagl/metagl is plugins for cesium.
Introduction
@metagl/metagl is plugins for cesium.
Usage
(1) Use it in Node.JS
@metagl/metagl is easy to use in html. Simply install using npm
and require
the package:
$ npm install @metagl/metagl
Simply require script file like:
<script src="https://unpkg.com/@metagl/metagl@latest/index.umd.js"></script>
console.log(metagl);
metagl.ready().then(startup);
The automated regression test file nodeunit_suite.js
is an excellent
example.
(2) Use it in ES Module
TaffyDB is easy to use in Node.JS. Simply install using npm
and require
the
package:
$ npm install @metagl/metagl
# and then in your code like:
import { MObject } from '@metagl/metagl';