UNPKG

@slan-health/taro-vueuse

Version:

taro vue版本hooks

5 lines (4 loc) 300 B
export declare const downloadImage: (filePath: string) => Promise<Blob>; export declare const generateBlobUrl: (blob: Blob) => string; export declare const saveImageForH5: (filePath: string) => Promise<boolean>; export declare const compressForH5: (blob: Blob, quality?: number) => Promise<unknown>;