UNPKG

@flashport/flashport

Version:

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

8 lines (7 loc) 204 B
export declare class Context3DWrapMode extends Object { static REPEAT: string; static CLAMP: string; static CLAMP_U_REPEAT_V: string; static REPEAT_U_CLAMP_V: string; constructor(); }