UNPKG

@tb-app/web-view

Version:

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

11 lines (10 loc) 180 B
/** * 获取图片信息 */ export default function getImageInfo(options: { src: string; }): Promise<{ width: number; height: number; path: string; }>;