UNPKG

botframework-webchat-component

Version:
4 lines 301 B
declare function checkSupport(): Promise<boolean>; export default function downscaleImageToDataURLUsingWorker(blob: Blob | File, maxWidth: number, maxHeight: number, type: string, quality: number): Promise<URL>; export { checkSupport }; //# sourceMappingURL=downscaleImageToDataURLUsingWorker.d.ts.map