UNPKG

@flashport/flashport

Version:

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

8 lines (7 loc) 185 B
export declare class LineScaleMode extends Object { static NORMAL: string; static VERTICAL: string; static HORIZONTAL: string; static NONE: string; constructor(); }