UNPKG
@khoohaoyit/image-size
Version:
latest (0.0.2)
0.0.2
0.0.1
A stream based image size extractor in Node
github.com/KhooHaoYit/image-size
KhooHaoYit/image-size
@khoohaoyit/image-size
/
dist
/
formats
/
dds.d.ts
5 lines
•
200 B
TypeScript
View Raw
1
2
3
4
5
export
declare
const
extractDdsSize
:
(
stream
:
import
(
"../utils/streamParser"
).
StreamParser
) =>
AsyncGenerator
<{
height
:
number
;
width
:
number
; },
void
,
void
>;
//# sourceMappingURL=dds.d.ts.map