UNPKG

@tb-app/web-view

Version:

实现webview与淘宝小程序之间的通信

11 lines (10 loc) 221 B
/** * 压缩图片 */ export default function compressImage(options: { apFilePaths: string[]; compressLevel?: 0 | 1 | 2 | 3 | 4; }): Promise<{ apFilePaths: string[]; compressLevel: number; }>;