Package Exports
- audio-player
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (audio-player) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
audio-player
Client-side HTML5 audio player
var Player = require('audio-player');
var player = new Player();
player.play('audio.mp3');
player.pause();
player.playPause('audio.mp3');
player.playPause('audio.mp3');MIT License