ThreePipe
    Preparing search index...

    Interface CanvasSnapshotOptions

    interface CanvasSnapshotOptions {
        cloneCanvas?: boolean;
        displayPixelRatio?: number;
        getDataUrl?: boolean;
        mimeType?: string;
        quality?: number;
        rect?: CanvasSnapshotRect;
        scale?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    cloneCanvas?: boolean
    displayPixelRatio?: number
    getDataUrl?: boolean
    mimeType?: string
    quality?: number

    Crop Region to take snapshot. If not set, the whole canvas is used.

    scale?: number