@polygonjs/polygonjs
Version:
node-based WebGL 3D engine https://polygonjs.com
6 lines (5 loc) • 350 B
TypeScript
export declare function disableContextMenu(): void;
export declare function enableContextMenu(): void;
export declare function isHTMLVideoElementLoaded(videoElement: HTMLVideoElement): boolean;
export declare function isHTMLVideoPaused(videoElement: HTMLVideoElement): boolean;
export declare function observeStyleChange(element: HTMLElement): void;