Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

@cesium/engine

Package Overview
Dependencies
Maintainers
5
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cesium/engine

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


Version published
Weekly downloads
34K
decreased by-7.79%
Maintainers
5
Weekly downloads
 
Created
Source

@cesium/engine

Cesium

Build Status npm Docs

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.

Examples :earth_africa: Docs :earth_asia: Website :earth_americas: Forum

Install

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

Install with npm:

npm install @cesium/engine --save

Or, install with yarn:

yarn add @cesium/engine

Usage

import * as Cesium from "@cesium/engine";
import "@cesium/engine/Source/Widget/CesiumWidget.css";

const cesiumWidget = new Cesium.CesiumWidget("cesiumContainer");

Or, import individual modules to benefit from tree shaking optmtimizations through most build tools:

import { CesiumWidget } from "@cesium/engine";
import "@cesium/engine/Source/Widget/CesiumWidget.css";

const cesiumWidget = new CesiumWidget("cesiumContainer");

See our Quickstart Guide for more information on getting a Cesium 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

Package last updated on 02 Jan 2023

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc