jean-cesium-assistant

Provides helper functionality for Cesium.js

Usage no npm install needed!

<script type="module">
  import jeanCesiumAssistant from 'https://cdn.skypack.dev/jean-cesium-assistant';
</script>

README

Description

Provides helper functionality for Cesium.js

Support

Supports AMD eco system. If there is no loader, CesiumAssistant is registered as a browser variable.

Code Example

  • Use it as browser variable
var obj = new CesiumAssistant();
  • Use it with require.js
require(["path/to/CesiumAssistant"], function(CesiumAssistant){
    // Work with CesiumAssistant
});

Installation

npm install jean-cesium-assistant --save --legacy-bundling

API Reference

TBD

Tests

  • Open spec/spec-runner.html in browser to see the test cases.

License

MIT