wavedef
v0.2.0
Published
A synthesizer library built on the Web Audio API
Readme
Installation
$ npm install wavedefUsage
need docs here
Develop
Clone the repository:
$ git clone https://github.com/zakangelle/wavedefInstall library dependencies:
$ npm installInstall example app dependencies:
$ cd example
$ npm installBoot up the example app at http://localhost:3000 (implicitly rebuilds on code changes):
$ npm startTest
Run tests (implicitly re-runs on code changes):
$ npm testGenerate test coverage:
$ npm run coverageLicense
MIT
