Files
avz-site/node_modules/@monogrid/gainmap-js/dist/decode/shared/utils/get-html-image-from-blob.d.ts
T
2026-05-30 19:59:39 -03:00

8 lines
171 B
TypeScript

/**
* private function, async get image from blob
*
* @param blob
* @returns
*/
export declare const getHTMLImageFromBlob: (blob: Blob) => Promise<HTMLImageElement>;