UNPKG

@tb-app/web-view

Version:

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

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