elegaudio
v0.1.4
Published
A react component that shows an audio waveform Please refer to the [**website**](https://moka-ayumu.github.io/elegaudio/) for detailed explanation.
Downloads
2
Readme
Elegaudio
A react component that shows an audio waveform Please refer to the website for detailed explanation.
How to import the component
import { Elegaudio } from "elegaudio";
Example
<Elegaudio src="./sample.mp3" width={1000} height={80} barWidth={4} barGap={5} origin="bottom" side="center" color="#FFF587" hoverColor="#FF8C64" playColor="#FF665A"/>