mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-02 05:39:07 +08:00
9 lines
312 B
TypeScript
9 lines
312 B
TypeScript
export * from "./require-shim"
|
|
export * from "./SpinePlugin"
|
|
export * from "./SpineGameObject"
|
|
export * from "./mixins"
|
|
export * from "@esotericsoftware/spine-core";
|
|
export * from "@esotericsoftware/spine-webgl";
|
|
import { SpinePlugin } from "./SpinePlugin";
|
|
(window as any).spine = { SpinePlugin: SpinePlugin };
|