UNPKG
react-image-lens
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
image lens for react.js
github.com/zidaneaa/react-image-lens
zidaneaa/react-image-lens
react-image-lens
/
index.html
11 lines
•
192 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE
html
>
<
html
lang
=
"zh"
>
<
head
>
<
meta
charset
=
"UTF-8"
>
<
title
>
Demo
</
title
>
</
head
>
<
body
>
<
div
id
=
"root"
>
</
div
>
<
script
src
=
"app.js"
>
</
script
>
</
body
>
</
html
>