sample-player

v0.5.1
A flexible web audio buffer player
audio buffer sample player webaudio

build

npm run coverage && npm run docs && npm run disc && npm run dist

test

mocha

api

jsdoc2md --property-list-format none --member-index-format none lib/*.js > API.md

dist

mkdir -p dist && browserify lib/index.js | uglifyjs > dist/sample-player.min.js && ls -hall dist/

coverage

istanbul cover _mocha

cover

npm run coverage && open coverage/lcov-report/index.html

discify

browserify --full-paths lib/index.js | uglifyjs | discify > tmp/disc.html && open tmp/disc.html

prepublish

npm test && npm run dist

Metadata

  • MIT
  • Whatever
  • danigb
  • released 6/5/2016

Downloads

Maintainers