UNPKG
nativefier
Version:
latest (52.0.0)
52.0.0
51.0.1
51.0.0
50.1.1
50.1.0
50.0.1
50.0.0
49.0.1
49.0.0
48.0.0
47.2.1
47.2.0
47.1.3
47.1.1
47.0.0
46.2.1
46.2.0
46.1.1
46.1.0
46.0.4
46.0.3
46.0.2
46.0.1
46.0.0
45.0.8
45.0.7
45.0.6
45.0.5
45.0.4
45.0.3
45.0.2
45.0.1
45.0.0
44.0.7
44.0.6
44.0.5
44.0.4
44.0.3
44.0.2
44.0.1
44.0.0
43.1.3
43.1.2
43.1.1
43.1.0
43.0.2
43.0.1
43.0.0
42.4.0
42.3.0
42.2.1
42.2.0
42.1.0
42.0.2
42.0.1
42.0.0
11.0.2
10.1.5
10.1.0
9.2.0
9.1.0
9.0.0
8.0.7
8.0.6
8.0.5
8.0.4
8.0.3
8.0.2
8.0.1
8.0.0
7.7.1
7.7.0
7.6.12
7.6.11
7.6.10
7.6.9
7.6.8
7.6.7
7.6.6
7.6.4
7.6.3
7.6.2
7.6.1
7.6.0
7.5.4
7.5.3
7.5.2
7.5.1
7.5.0
7.4.1
7.4.0
7.3.1
7.2.0
7.1.0
7.0.1
7.0.0
6.14.0
6.13.0
6.12.1
6.12.0
6.11.0
6.10.1
6.10.0
6.9.1
6.9.0
6.8.0
6.7.0
6.6.2
6.6.1
6.6.0
6.5.6
6.5.5
6.5.4
6.5.3
6.5.2-0
6.5.1
6.5.0
6.4.0
6.3.3
6.3.2
6.3.1
6.3.0
6.2.1
6.2.0
6.1.0
6.0.0
5.1.2
5.1.1
5.1.0
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
Wrap web apps natively
github.com/nativefier/nativefier
nativefier/nativefier
nativefier
/
lib
/
options
/
fields
/
icon.d.ts
10 lines
(9 loc)
•
214 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
type
IconParams
= {
packager
: {
icon
?:
string
;
targetUrl
:
string
;
platform
?:
string
; }; };
export
declare
function
icon
(
options
:
IconParams
):
Promise
<
string
|
undefined
>;
export
{};