0.0.10 • Published 2 years ago

@metagl/metagl-core v0.0.10

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
2 years ago

@metagl/metagl-core

@metagl/metagl-core is plugins for cesium.

Introduction

@metagl/metagl-core is plugins for cesium.

Usage

(1) Use it in Node.JS

@metagl/metagl-core is easy to use in html. Simply install using npm and require the package:

$ npm install @metagl/metagl-core

Simply require script file like:

<script src="https://unpkg.com/@metagl/metagl-core@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-core
# and then in your code like:
import { MObject } from '@metagl/metagl-core';
0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago