UNPKG

@flashport/flashport

Version:

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

10 lines (9 loc) 231 B
export declare class TextFormatAlign extends Object { static LEFT: string; static CENTER: string; static RIGHT: string; static JUSTIFY: string; static START: string; static END: string; constructor(); }