JSPM

audio-player

1.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 9
  • Score
    100M100P100Q55915F
  • License MIT

Client-side HTML5 audio player

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