deeptwins-cesium-widgets
v0.0.11
Published
[](https://github.com/CesiumGS/cesium/actions/workflows/dev.yml) [](https://www.npmjs.com/package/deeptwins
Downloads
248
Maintainers
Readme
deeptwins-cesium-widgets

CesiumJS is a JavaScript library for creating 3D globes and 2D maps in a web browser without a plugin. It uses WebGL for hardware-accelerated graphics, and is cross-platform, cross-browser, and tuned for dynamic-data visualization.
deeptwins-cesium-widgets is a widgets library for use with CesiumJS—including the CesiumViewer widget plus widgets for common tasks such as animation, base layer selection and geocoding.
Examples :earth_asia: Docs :earth_americas: Website :earth_africa: Forum :earth_asia: User Stories
Install
deeptwins-cesium-widgets is published as ES modules with full typing support.
Install with npm
npm install deeptwins-cesium-widgets --saveOr, install with yarn
yarn add deeptwins-cesium-widgetsUsage
Import individual modules to benefit from tree shaking optimizations through most build tools:
import { Viewer } from "deeptwins-cesium-widgets";
import "deeptwins-cesium-widgets/Source/widgets.css";
const viewer = new Viewer("cesiumContainer");See our Quickstart Guide for more information on getting a CesiumJS app up and running.
Community
Have questions? Ask them on the community forum.
Interested in contributing? See CONTRIBUTING.md. :heart:
License
Apache 2.0. CesiumJS is free for both commercial and non-commercial use.
