cwilso / WebMIDIAPIShim

Polyfill using the Jazz NPAPI MIDI plugin to implement the Web MIDI API on Mac and Windows.
380 stars 53 forks source link

Export MIDI items via node/index.js. Resolves #78. #79

Open rektide opened 6 years ago

rektide commented 6 years ago

This patch re-exports the goods that get monkeypatched into the global navigator. This should make it possible for Node.js users to consume this package in a normative Node.js npm package manner.