bufferToImage.d.ts 77 B

1
  1. export declare function bufferToImage(buf: Blob): Promise<HTMLImageElement>;