UNPKG

@khoohaoyit/image-size

Version:

A stream based image size extractor in Node

6 lines 220 B
export declare const extractIcnsSize: (stream: import("../utils/streamParser").StreamParser) => AsyncGenerator<{ width: number; height: number; type: string; }, void, void>; //# sourceMappingURL=icns.d.ts.map