Appearance
获取图片尺寸
const image = 'https://picsum.photos/100/100' await getImageSize(image) // { width: 100, height: 100 }
string
Blob
File