UNPKG
@ima/devtools
Version:
latest (1.0.0)
rc (1.0.0-rc.1)
1.0.0
1.0.0-rc.1
1.0.0-rc.0
0.4.0
0.4.0-rc.3
0.4.0-rc.2
0.4.0-rc.1
0.4.0-rc.0
IMA.js debugging panel in the Chrome Developer Tools window.
github.com/seznam/ima
seznam/ima
@ima/devtools
/
dist
/
html
/
options.html
13 lines
(12 loc)
•
259 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE
html
>
<
html
>
<
head
>
<
meta
charset
=
"UTF-8"
>
<
title
>
IMA.js Developer Tools - Options
</
title
>
<
link
rel
=
"stylesheet"
href
=
"../css/options.css"
>
</
head
>
<
body
>
<
div
id
=
"root"
>
</
div
>
<
script
src
=
"../js/options.js"
>
</
script
>
</
body
>
</
html
>