UNPKG

@grapecity/gcimageviewer

Version:

Document Solutions Image Viewer

5 lines (4 loc) 186 B
export declare class CanvasToBMPConverter { static toArrayBuffer(canvas: HTMLCanvasElement): Promise<ArrayBuffer>; static toBlob(canvas: HTMLCanvasElement): Promise<Blob>; }