UNPKG

native-canvas

Version:

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

3 lines (2 loc) 147 B
export declare function confirm(message: string, windowPtr?: any): boolean; export declare function alert(message: string, windowPtr?: any): void;