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
/
encodeIco.d.ts
3 lines
(2 loc)
•
159 B
TypeScript
View Raw
1
2
3
import
{
InputImage
}
from
'./types.js'
;
export
declare
function
encodeIco
(
inputs
:
InputImage
[],
limitImageDimension
?:
boolean
,
mime
?:
string
):
Promise
<
Blob
>;