ixfx
    Preparing search index...

    Type Alias InsertOptions

    type InsertOptions = {
        canvasResizeTo: "parent" | "viewport";
        parent?: HTMLElement | string;
        region?: CanvasRegionSpec;
    }
    Index

    Properties

    canvasResizeTo: "parent" | "viewport"

    How canvas should be sized

    parent?: HTMLElement | string

    Parent to insert CANVAS element into. If undefined, it will be added to the body.

    region?: CanvasRegionSpec