JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 40
  • Score
    100M100P100Q50021F
  • License MIT

MusicXML to MusicJSON bi-directional converter

Package Exports

  • musicjson3

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (musicjson3) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

musicjson

MusicXML to MusicJSON bi-directional converter
Translates MusicXML to MusicJSON format and back again!
Forked from https://github.com/saebekassebil/musicjson

Getting Started

Install the module with: npm install -g musicjson3

Examples

var music = require('musicjson3');

music.musicJSON(xml, function(err, json) {
  // Do something with the MusicJSON data
});

music.musicXML(json, function(err, xml) {
  // Do something with the MusicXML data
});

Contributing

Feel free to submit any issues regarding this library's bugs and please feel also free to submit any feature requests!

License

Copyright (c) 2012 Saebekassebil
Copyright (c) 2014 neoScores
Licensed under the MIT license.