1.73.0 • Published 4 years ago

webpack-cesium v1.73.0

Weekly downloads
47
License
ISC
Repository
github
Last release
4 years ago

webpack-cesium

A single-file Cesium build to use in static hosting or any build system using CommonJS formats. Included are a gzipped and brotli compressed version, both tested using Express 4.x and the big 3 evergreen browsers (Edge,Chrome,Firefox).

Usage

npm install webpack-cesium

Then require/import it to get the root Cesium object within the current scope:

var Cesium = require('webpack-cesium');
console.log(Cesium.VERSION); //=> 1.31