UNPKG

@flashport/flashport

Version:

FlashPort is a TypeScript 2D graphics library that largely replicates the Flash ActionScript 3.0 library

8 lines (7 loc) 170 B
export declare class FrameLabel { private _frame; private _name; get name(): string; get frame(): number; constructor(name: string, frame: number); }