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
/
index.d.ts
4 lines
(3 loc)
•
134 B
TypeScript
View Raw
1
2
3
4
export
type
{
InputImage
}
from
'./types.js'
;
export
{ encodeIco }
from
'./encodeIco.js'
;
export
{ decodeIco }
from
'./decodeIco.js'
;