@awayfl/awayfl-player
Version:
Flash Player emulator for executing SWF files (published for FP versions 6 and up) in javascript
12 lines • 568 B
TypeScript
export { AVMPlayer } from "./lib/AVMPlayer";
export { AVM1Player } from "./lib/AVM1Player";
export { AVM2Player } from "./lib/AVM2Player";
export { LoaderEvent } from "@awayjs/core";
export { EventBase } from "@awayjs/core";
export { StageManager } from "@awayjs/stage";
export { Settings as AVM2Settings } from "@awayfl/avm2";
export { PlayerGlobal } from "@awayfl/playerglobal";
export * as Box2D from "./lib/Box2D";
export * as Box2DLegacy from "./lib/Box2Dold";
export * as Box2DRaycast from "./lib/Box2Dold_Raycast";
//# sourceMappingURL=index.d.ts.map