mirror of
https://github.com/ethan-zf/cesium-plot-js.git
synced 2025-06-23 19:17:29 +00:00
7 lines
120 B
TypeScript
7 lines
120 B
TypeScript
import CesiumPlot from "../src";
|
|
|
|
|
|
document.getElementById('drawStraightArrow').onclick = ()=>{
|
|
new CesiumPlot();
|
|
}
|