UNPKG

@tb-app/web-view-api

Version:
10 lines (9 loc) 189 B
/** * 保存在线图片到手机相册 */ export default function saveImage(options: { url: string; showActionSheet?: boolean; }): Promise<{ apFilePath: string; }>;