Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 192 Bytes

fullscreen.md

File metadata and controls

13 lines (10 loc) · 192 Bytes

Fullscreen

import

import { Fullscreen } from 'ye-js';

use

Click the dom element to the full screen and uncheck the full screen

Fullscreen.use(dom: HTMLElement);