tiny-essentials
Version:
Collection of small, essential scripts designed to be used across various projects. These simple utilities are crafted for speed, ease of use, and versatility.
8 lines • 561 B
text/typescript
export function documentIsFullScreen(): boolean;
export function isScreenFilled(): boolean;
export function isFullScreenMode(): boolean;
export function requestFullScreen(ops?: FullscreenOptions): Promise<void>;
export function exitFullScreen(): Promise<void>;
export function onFullScreenChange(listener: EventListenerOrEventListenerObject, ops?: boolean | AddEventListenerOptions): void;
export function offFullScreenChange(listener: EventListenerOrEventListenerObject, ops?: boolean | AddEventListenerOptions): void;
//# sourceMappingURL=fullScreen.d.mts.map