@squarebit/continuo

2.1.4 • Public • Published

Build Status

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

Package Sidebar

Install

npm i @squarebit/continuo

Weekly Downloads

1

Version

2.1.4

License

Apache-2.0

Unpacked Size

7.38 MB

Total Files

34

Last publish

Collaborators

  • saidatom
  • square-bit