UNPKG
@realfavicongenerator/generate-favicon
Version:
latest (0.9.0)
0.9.0
0.8.6
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
/
web-app-manifest.d.ts
9 lines
(8 loc)
•
260 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
EditedIcon
}
from
"."
;
export
type
WebAppManifestSettings
= {
name
:
string
;
shortName
:
string
;
backgroundColor
:
string
;
themeColor
:
string
; } &
EditedIcon
;
export
declare
const
initWebAppManifestSettings
:
() =>
WebAppManifestSettings
;