UNPKG

@meframe/core

Version:

Next generation media processing framework based on WebCodecs

5 lines 196 B
/** * Create ImageBitmap from Blob with format-specific handling */ export declare function createImageBitmapFromBlob(blob: Blob): Promise<ImageBitmap>; //# sourceMappingURL=image-utils.d.ts.map