UNPKG
remoteview
Version:
latest (2.40.2)
2.40.2
2.39.1
Remote isolated browser platform by Dosyago
gitlab.com/i5ik/Viewfinder
i5ik/Viewfinder
remoteview
/
public
/
plugins
/
appminifier
/
am_start.js
10 lines
(6 loc)
•
175 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
DEBUG
}
from
'../../voodoo/src/common.js'
;
import
'./page/listen.js'
;
const
docEl =
document
.
documentElement
;
if
(
DEBUG
.
neonMode
) { docEl.
classList
.
add
(
'neon'
); }