Socket
Socket
Sign inDemoInstall

@cesium/widgets

Package Overview
Dependencies
37
Maintainers
4
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @cesium/widgets

A widgets library for use with CesiumJS. CesiumJS is a JavaScript library for creating 3D globes and 2D maps in a web browser without a plugin.


Version published
Weekly downloads
21K
decreased by-14.7%
Maintainers
4
Created
Weekly downloads
 

Readme

Source

@cesium/widgets

Build Status npm Docs

Cesium

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.

@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

@cesium/widgets is published as ES modules with full typing support.

Install with npm

npm install @cesium/widgets --save

Or, install with yarn

yarn add @cesium/widgets

Usage

Import individual modules to benefit from tree shaking optimizations through most build tools:

import { Viewer } from "@cesium/widgets";
import "@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.

Keywords

FAQs

Last updated on 01 May 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc