cesium-plot-js/src/index.ts

9 lines
120 B
TypeScript
Raw Normal View History

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