UNPKG

edo.js

Version:

A set of functions for manipulating musical pitches within a given EDO

4 lines 103 B
// index.js // entrpoint for NPM const edojs = require("./dist/edo.umd.js"); module.exports = edojs;