1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
Nshen
2021-03-03 17:25:15 +08:00
committed by nshen
parent 9ee26c7550
commit 61100b2108
6 changed files with 141 additions and 0 deletions

7
demo/src/css/main.css Normal file
View File

@@ -0,0 +1,7 @@
html, body, #cesiumContainer {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}

4
demo/src/index.js Normal file
View File

@@ -0,0 +1,4 @@
import { Viewer } from 'cesium';
import "./css/main.css";
const viewer = new Viewer('cesiumContainer');