UNPKG
react-video-thumbnail-image
Version:
latest (0.1.7)
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.0
Create a thumbnail image of video by providing any url.
react-video-thumbnail-image
/
example
/
index.html
13 lines
•
317 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"
/>
<
meta
http-equiv
=
"X-UA-Compatible"
content
=
"IE=edge"
>
<
title
>
Page Title
</
title
>
<
meta
name
=
"viewport"
content
=
"width=device-width, initial-scale=1"
>
</
head
>
<
body
>
<
div
id
=
"root"
>
</
div
>
<
script
src
=
"dist/main.js"
>
</
script
>
</
body
>
</
html
>