translation-audio-player
Version:
A personal audio player for React.js with a few modifications from original
3 lines • 322 B
Markdown
# v 0.3.0 (June 25th 2017)
* Added 4 custom event listeners to enable developers manually **play/pause/skipToNext/skipToPrevious** the player (Read documentation to know how to use them)
* Upgraded to React 15.6.1 and switched to prop-types library to perform type checking (this is a change recommended by React team)