UNPKG
@jmosouza/react-wavy
Version:
latest (0.3.0-1)
0.3.0-1
0.3.0-0
0.2.0
Generates a canvas waveform.
github.com/jamesfzhang/react-wavy
jamesfzhang/react-wavy
@jmosouza/react-wavy
/
example
/
example.html
12 lines
(11 loc)
•
199 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE
html
>
<
html
lang
=
"en"
>
<
head
>
<
meta
charset
=
"UTF-8"
>
<
title
>
Example
</
title
>
</
head
>
<
body
>
<
div
id
=
"waveform"
>
</
div
>
<
script
src
=
"main.js"
>
</
script
>
</
body
>
</
html
>