1.28.4 • Published 7 years ago

cesium-core-experimental v1.28.4

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
7 years ago

cesium-core-experimental

Cesium Core libraries in CommonJS format for use with Node.js

!!! Experimental !!!

This is not an official release of Cesium and is not guaranteed to be stable.

Usage

Get cesium-core

npm install cesium-core-experimental --save
var CesiumCore = require('cesium-core-experimental');
var defaultValue = CesiumCore.defaultValue;
var defined = CesiumCore.defined;

See the main Cesium release for additional usage and licensing information.