JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6
  • Score
    100M100P100Q37290F
  • License ISC

webpack version of Cesium

Package Exports

  • webpack-cesium

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (webpack-cesium) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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