UNPKG

media-converter

Version:

convert multimedia as easy as you like in nodejs (javascript on server): image, video and audio converter (with compression)

13 lines 241 B
// webpack.config.js module.exports = { entry: __dirname + "/converter.js", output: { path: __dirname + '/dist/', filename: "bundle.js" }, plugins: [], node: { fs: 'empty', child_process: 'empty', }, }