Description
Promises-based MPlayer interface.
Bundled with Windows MPlayer binaries because setting up PATH stuff there is a real pain. See license in /mplayerwin/.
How to install
npm install mplayer-bin
On OS X, you'll additionally need to brew install mplayer
(or install some other way).
How to use
I recommend looking at the tests, but:
var player = new ; player . . . . . . . . .;
Or you can be fancy and use await
if you'd really like.