@splinetool/runtime
Advanced tools
Comparing version 0.6.18 to 0.6.19
{ | ||
"name": "@splinetool/runtime", | ||
"version": "0.6.18", | ||
"version": "0.6.19", | ||
"main": "build/runtime.js", | ||
@@ -5,0 +5,0 @@ "files": [ |
@@ -50,3 +50,3 @@ declare module '@splinetool/runtime' { | ||
load(path: string): Promise<void>; | ||
start(json: any): Promise<void>; | ||
start(array: ArrayBuffer): Promise<void>; | ||
/** | ||
@@ -108,4 +108,4 @@ * Searches through scene's children and returns the object with that uuid | ||
*/ | ||
unmount(): void; | ||
dispose(): void; | ||
} | ||
} |
1296461