This package has been deprecated

Author message:

The verovio-dev package is no longer supported. Please install the verovio package instead

verovio-dev

2.2.0-6 • Public • Published

** Please use the verovio package instead **


This is an NPM of the development version of the Verovio JavaScript toolkit.

Verovio is a fast, portable and lightweight library for engraving Music Encoding Initiative (MEI) music scores into SVG.

See it running in the MEI Viewer and check out the tutorial for its web integration and for enabling user interaction.

Usage

var verovio = require('verovio-dev');
 
var vrvToolkit = new verovio.toolkit();
 
mei = fs.readFileSync("hello.mei");
 
vrvToolkit.loadData(mei.toString());
 
svg = vrvToolkit.renderPage(1, {});
 
fs.writeFileSync("hello.svg", svg);

Memory allocation

The memory available for Verovio can be increased during import by passing a MB value to the init function.

var verovio = require('verovio-dev').init(512);

The value has to be less than 1024MB.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Published

Version History

  • Version
    Downloads (Last 7 Days)
    • Published

Package Sidebar

Install

npm i verovio-dev

Weekly Downloads

2

Version

2.2.0-6

License

LGPL 3

Unpacked Size

10.8 MB

Total Files

3

Last publish

Collaborators

  • lpugin