UNPKG

native-canvas

Version:

A canvas library allows for a HTML canvas to run natively on NodeJs, without a WebBrowser

19 lines (18 loc) 427 B
export interface WindowOptions { title?: string; x?: number; y?: number; width?: number; height?: number; fullscreen?: boolean; show?: boolean; closable?: boolean; resizable?: boolean; borderless?: boolean; minimized?: boolean; maximized?: boolean; allowHighDPI?: boolean; grabInputFocus?: boolean; fitCanvasInWindow: boolean; scaleCanvasToWindowSize: boolean; }