UNPKG

webmscore

Version:

MuseScore's libmscore in WebAssembly! Read mscz data, and generate audio/MIDI/MusicXML/SVG/PNG/PDF sheets right in browsers

9 lines (5 loc) 194 B
// The main entry point for Node.js import './nodejs_shim.js' import WebMscore from './index.js' WebMscore['default'] = WebMscore // workaround for commonjs exports export default WebMscore