• Returns the image content of the given canvas as a blob. If pMimeType is undefined it will be returned as a png file.

    Parameters

    • pCanvas: HTMLCanvasElement
    • Optional pMimeType: string

    Returns Promise<Blob>

Generated using TypeDoc