UNPKG
react-imageviewer
Version:
latest (0.0.5)
0.0.5
A simple image viewer for react
github.com/arixse/react-imageviewer
arixse/react-imageviewer
react-imageviewer
/
index.html
13 lines
(12 loc)
•
267 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype
html
>
<
html
>
<
head
>
<
title
>
Sample App
</
title
>
<
link
rel
=
"stylesheet"
href
=
"./node_modules/viewerjs/dist\viewer.min.css"
>
</
head
>
<
body
>
<
div
id
=
'root'
>
</
div
>
<
script
src
=
"/static/bundle.js"
>
</
script
>
</
body
>
</
html
>