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