Interface IApplicationOption

interface IApplicationOption {
    autoAdjust?: TAutoAdjust;
    container?: HTMLElement;
}

Properties

autoAdjust?: TAutoAdjust

Whether to automatically resize the canvas when resizing the window.
Or the resizing process to be executed at that time.

container?: HTMLElement

Parent node of canvas element.