beepjs

v0.0.1
Simple wrapper around the WebAudio API
WebAudio beep

buildEs5

babel ./src/beep.js > ./build/beep.js

buildMin

babel ./src/beep.js | uglifyjs --screw-ie8 --compress unsafe,keep_fargs=false --mangle --mangle-props --mangle-regex="/^_/" -- > ./build/beep.min.js

build

npm run buildEs5 && npm run buildMin

publish

sh ./publish.sh

test

echo "Error: no test specified" && exit 1

Metadata

  • MIT
  • Whatever
  • Gregory Benner
  • released 5/18/2016

Downloads

Maintainers