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.js
3 lines
(2 loc)
•
88 B
JavaScript
View Raw
1
2
3
export
{ encodeIco }
from
'./encodeIco.js'
;
export
{ decodeIco }
from
'./decodeIco.js'
;