cube.gl 2.0.2 → 2.0.6
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 +4 -0
- package/dist/cubegl.es.js +1 -1
- package/dist/cubegl.umd.js +146 -146
- package/dist/cubegl.umd.js.map +1 -1
- package/dist/{index-htwAux5a.js → index-CRo91sE5.js} +4213 -4197
- package/dist/{index-htwAux5a.js.map → index-CRo91sE5.js.map} +1 -1
- package/dist/{lerc-BKX0pRXj.js → lerc-W-u7oc9I.js} +2 -2
- package/dist/{lerc-BKX0pRXj.js.map → lerc-W-u7oc9I.js.map} +1 -1
- package/package.json +5 -2
- package/types/index.d.ts +697 -0
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