Haha-Yes/node_modules/ffmpeg-binaries/index.js

4 lines
131 B
JavaScript
Raw Normal View History

2018-09-09 21:20:36 +02:00
const { join } = require('path');
module.exports = join(__dirname, 'bin', `ffmpeg${process.platform === 'win32' ? '.exe' : ''}`);