UNPKG
@realfavicongenerator/generate-favicon
Version:
latest (0.8.4)
0.8.4
0.8.3
0.8.0
0.6.3
0.6.2
0.6.0
0.5.0
0.4.16
0.4.12
0.4.9
0.4.6
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.2
0.3.1
0.3.0
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
Generate a favicon
github.com/RealFaviconGenerator/core
RealFaviconGenerator/core
@realfavicongenerator/generate-favicon
/
dist
/
icon
/
ico.d.ts
4 lines
(3 loc)
•
148 B
TypeScript
View Raw
1
2
3
4
/// <reference types="node" />
import
{
ImageAndMeta
}
from
"../svg/adapter"
;
export
declare
const
imagesToIco
:
(
images
:
ImageAndMeta
[]
) =>
Buffer
;