1.0.0 • Published 6 years ago

beautiful-audio-player v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

beautiful-audio-player

install

npm install --save beautiful-audio-player

usage

import AudioPlayer from "beautiful-audio-player";

 <AudioPlayer    id="audioId"
                 src="http://podcasts.howstuffworks.com/hsw/podcasts/techstuff/2012-04-23-techstuff-brian-brushwood.mp3"
                 :readBadge="true"
                 :width="400"
                 :showTime="true"
                 :showBuffer="true" />