1.0.2 • Published 1 year ago

@kabeersnetwork/mui-audio-player-plus v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Material UI Audio Player

Material UI + Wavesurfer based Audio Player

npm i mui-audio-player-plus

Demo and Usage

Visit: https://mui-audio-player.vercel.app/

While developing package

# watch the typescript output
npm run watch

# example react app
cd example

# install deps
npm i

# link the package folder if any other app than example
npm link ../

# run the example
npm start