Sizes to set the canvases to. If a value below is absent, old value is used.

interface CanvasSizes {
    canvasH?: number;
    canvasW?: number;
}

Properties

Properties

canvasH?: number

height of the canvas

canvasW?: number

width of the canvas