/** * 把图片的 Blob 转换为 Image 对象 * @param blob */ export declare function blobToImg(blob: Blob): Promise; //# sourceMappingURL=blobToImg.d.ts.map