UNPKG
node-mpv
Version:
beta (2.0.0-beta.2)
latest (1.5.0)
2.0.0-beta.2
2.0.0-beta.1
2.0.0-beta.0
1.5.0
1.4.3
1.4.2
1.4.1
1.4.0
1.3.1
1.3.0
1.2.1
1.2.0
1.1.2
1.1.1
1.0.3
1.0.2
1.0.1
1.0.0
0.13.0
0.12.2
0.12.1
0.12.0
0.11.0
0.10.0
0.9.6
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1
A Node module for MPV
github.com/00SteinsGate00/Node-MPV
00SteinsGate00/Node-MPV
node-mpv
/
index.js
5 lines
(3 loc)
•
82 B
JavaScript
View Raw
1
2
3
4
5
'use strict'
;
var
player =
require
(
'./lib/mpv/mpv.js'
);
module
.
exports
= player;