UNPKG
skypager-project-types-electron-app
Version:
latest (20.1.0)
next (21.0.0)
21.0.0
20.1.0
20.0.0
19.0.0
18.0.0
17.3.0
17.2.0
16.2.5
16.2.4
16.2.3
16.2.2
16.0.0
15.1.0
15.0.1
15.0.0
14.0.0
13.3.1
13.1.0
13.0.0
12.3.0
12.2.0
11.8.0
skypager electron app project type
github.com/skypager/skypager
skypager/skypager
skypager-project-types-electron-app
/
src
/
helpers
/
panels
/
runtime.js
17 lines
(13 loc)
•
245 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
import
React
from
'react'
export
const
isCacheable =
false
export
function
window
(
) {
return
{
centered
:
true
,
height
:
800
,
width
:
1200
, } }
export
const
stylesheets = [
'semantic.min.css'
]
export
const
chunks = [
'app.js'
]