UNPKG

@tb-app/web-view-api

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