Compare commits

...
2 Commits
Author SHA1 Message Date
CanvasandGitHub 40df568df1 fix spine animation editor display exception. (#376) 2023-07-02 20:19:36 +08:00
zhakesiandGitHub 2a80c4c6db update spine wasm (#375) 2023-06-30 14:59:08 +08:00
7 changed files with 15 additions and 35 deletions
File diff suppressed because one or more lines are too long
-4
View File
@@ -6,10 +6,6 @@ declare module 'external:emscripten/spine/spine.wasm.js' {
export default SpineWasm;
}
declare module 'external:emscripten/spine/spine.wasm.fallback.js' {
export default SpineWasm;
}
// tslint:disable
declare function SpineWasm (moduleOptions?: any): Promise<void>;
Binary file not shown.
Regular → Executable
BIN
View File
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long