# 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
```
