botframework-webchat-component
Version:
React component of botframework-webchat
4 lines • 301 B
TypeScript
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