audio-player-brain-beats
v1.0.8
Published
Audio Player for Brain Beats org
Downloads
5
Readme
Audio Player for Brain beats Web and Desktop Apps
How to use the package
This package is for React 16.13.1
<AudioPlayer audioObjectArrays=input />
Where input is an array of audio object that has:
{
title: string,
authorName: string,
imageUrl: string,
audioUrl: string
}