continuo
v0.1.7
Published
Select notes on a rendered MEI music score and create permalinks using the Music Addressability URL scheme.
Downloads
23
Maintainers
Readme
Continuo
Continuo is a JS library to select notes on a rendered MEI music score and create permalinks using the Music Addressability URL scheme.
Dependencies
- Verovio must be available globally.
The built version will include
- jQuery
- Backbone
Import continuo
directly into your JS app too avoid duplication. Or file an issue if your project needs a build without dependencies and we'll work on it. You'll need Gulp for building.
How to use
$ npm install continuo
$ gulp
(new Continuo({el: "#html_id", mei: '/URL/to/MEI'})).render();
// or
(new Continuo({el: "#html_id", meiString: '<mei><!-- MEI data --></mei>'})).render();
Based on
License
Apache 2.0