js通过Image()获取图片尺寸
注意需要在浏览器中使用,需要加载dom对象才能生效,如果直接使用jest将会报错超时
1 | export const getImgSize = (url: string): Promise<{ |
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.
1 | export const getImgSize = (url: string): Promise<{ |