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