oomuse-js
v0.2.5
Published
JavaScript (TypeScript) library for working with core musical concepts like pitch, frequency, rhythm, scales, chords, etc.
Downloads
1
Readme
oomuse-js
JavaScript (TypeScript) library for working with core musical concepts like pitch, frequency, rhythm, scales, chords, etc.
Development
Install initial dependencies (as specified in package.json
); also run when you update the version number:
$ npm install
Format code:
$ npm run fix
Compile and run tests, lint checks:
$ npm run test
Just run tests:
$ npx jest
Build (development), outputs to lib/
:
$ npm run build
Build (production), outputs to lib/
:
$ npm run build -- --mode=production