Initial project import
This commit is contained in:
7
node_modules/@monogrid/gainmap-js/dist/decode/shared/utils/get-html-image-from-blob.d.ts
generated
vendored
Normal file
7
node_modules/@monogrid/gainmap-js/dist/decode/shared/utils/get-html-image-from-blob.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* private function, async get image from blob
|
||||
*
|
||||
* @param blob
|
||||
* @returns
|
||||
*/
|
||||
export declare const getHTMLImageFromBlob: (blob: Blob) => Promise<HTMLImageElement>;
|
||||
Reference in New Issue
Block a user