UNPKG
ico-utils
Version:
latest (0.1.5)
0.1.5
0.1.4
0.1.2
A javascript library to create ICO file from PNG images and extract PNG images from ICO file.
ico-utils
/
dist
/
png-utils.d.ts
6 lines
(5 loc)
•
116 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
function
parsePng
(
buffer
:
ArrayBuffer
): {
width
:
number
;
height
:
number
;
bpp
:
number
; };