image-size:用于检测图像尺寸的节点模块

时间:2024-05-19 15:21:32
【文件属性】:

文件名称:image-size:用于检测图像尺寸的节点模块

文件大小:3.1MB

文件格式:ZIP

更新时间:2024-05-19 15:21:32

dimensions image-analysis image-size TypeScript

图片大小 一个模块,用于获取任何图像文件的尺寸 支持的格式 骨形态发生蛋白 UR DDS GIF 集成电路 代币发行 JPEG格式 韩国电信 PNG PNM(PAM,PBM,PFM,PGM,PPM) PSD素材 SVG TIFF WebP 程序用法 npm install image-size --save 或者 yarn add image-size 同步 const sizeOf = require ( 'image-size' ) const dimensions = sizeOf ( 'images/funny-cats.png' ) console . log ( dimensions . width , dimensions . height ) 异步 const sizeOf = require ( 'image-size' ) sizeOf ( 'imag


网友评论