UNPKG
avs
Version:
latest (3.1.0)
3.1.0
Streamable avconv and avprobe node.js library
github.com/taoyaun/avs
taoyaun/avs
avs
/
index.js
2 lines
•
85 B
JavaScript
View Raw
1
2
exports.avconv
= require(
'./lib/avconv'
)
;
exports.avprobe
= require(
'./lib/avprobe'
)
;