Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.42 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.42 KB

Resium

Build Status npm version

React components for 🌏 Cesium (ex- cesium-react)

Documentation | Installation | Getting Started | Guide

Features

  • Declarative Cesium: high maintainable Cesium app with React
  • Blazing Fast Development: HMR works perfectly
  • Strongly Typed: TypeScript is fully supported
npm install resium
<Viewer full>
  <Entity
    description="test"
    name="tokyo"
    point={{ pixelSize: 10 }}
    position={Cartesian3.fromDegrees(139.767052, 35.681167, 100)}
  />
</Viewer>

Screenshot

When you have a question...

Please don't send question e-mail as possible. Please use GitHub issues.

Contribution

See documentation.

License

MIT License