UNPKG

@polygonjs/polygonjs

Version:

node-based WebGL 3D engine https://polygonjs.com

15 lines (14 loc) 419 B
export declare enum CoreEventEmitter { CANVAS = "canvas", DOCUMENT = "document" } export declare const EVENT_EMITTERS: CoreEventEmitter[]; export declare const EVENT_EMITTER_PARAM_MENU_OPTIONS: { menu: { entries: { name: CoreEventEmitter; value: number; }[]; }; }; export type EmitterElementOrWindow = HTMLCanvasElement | Document | (Window & typeof globalThis);