UNPKG

t-comm

Version:

专业、稳定、纯粹的工具库

12 lines (11 loc) 299 B
/** * 获取 image-size 库 * image-size 是一个用于获取图片尺寸的第三方库 * @returns image-size 库 * @example * ```ts * const sizeOf = getImageSize(); * const dimensions = sizeOf('test.png'); // { width, height, type } * ``` */ export declare function getImageSize(): any;