cube.gl 2.0.1 → 2.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -29,6 +29,10 @@ CUBE.gl is a geospatial data visualization framework for visualizing large-scale
29
29
 
30
30
  - Attach shader to an object to create visual effects.
31
31
 
32
+ ## TypeScript Support
33
+
34
+ CUBE.gl ships with built-in TypeScript declaration files. You get full IntelliSense, hover documentation, and auto-completion in editors like VS Code and Cursor — no extra setup required.
35
+
32
36
  ## Install
33
37
 
34
38
 
package/dist/cubegl.es.js CHANGED
@@ -1,4 +1,4 @@
1
- import { C as f } from "./index-C2vPgZcF.js";
1
+ import { C as f } from "./index-BWsuqkzq.js";
2
2
  export {
3
3
  f as default
4
4
  };