cesium-plot-js/src/index.ts

12 lines
139 B
TypeScript
Raw Normal View History

2023-08-08 07:41:52 +00:00
export default class CesiumPlot{
constructor(){
console.log('init')
}
draw(type,style){
}
clear(){}
}