UNPKG

@tarojs/taro-h5

Version:
7 lines (6 loc) 197 B
import Taro from '@tarojs/api'; /** * 获取图片信息。网络图片需先配置download域名才能生效。 */ declare const getImageInfo: typeof Taro.getImageInfo; export { getImageInfo };