gralobe 1.0.21 → 1.0.23
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/dist/gralobe.js +3540 -3535
- package/dist/gralobe.js.map +1 -1
- package/dist/gralobe.umd.cjs +91 -91
- package/dist/gralobe.umd.cjs.map +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -179,13 +179,13 @@ export declare class GlobeViz implements GlobeVizAPI {
|
|
|
179
179
|
*/
|
|
180
180
|
constructor(container: string | HTMLElement, config?: GlobeVizConfig);
|
|
181
181
|
private init;
|
|
182
|
+
private handleKeydown;
|
|
182
183
|
private createGlobe;
|
|
183
184
|
private createAtmosphere;
|
|
184
185
|
private createStars;
|
|
185
186
|
private createGUI;
|
|
186
187
|
private handleResize;
|
|
187
188
|
private handleFullscreenChange;
|
|
188
|
-
private handleKeydown;
|
|
189
189
|
private animate;
|
|
190
190
|
toGlobe(): void;
|
|
191
191
|
toFlat(): void;
|
package/package.json
CHANGED