oomuse-js
v0.2.5
Published
JavaScript (TypeScript) library for working with core musical concepts like pitch, frequency, rhythm, scales, chords, etc.
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 installFormat code:
$ npm run fixCompile and run tests, lint checks:
$ npm run testJust run tests:
$ npx jestBuild (development), outputs to lib/:
$ npm run buildBuild (production), outputs to lib/:
$ npm run build -- --mode=production