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