Skip to content

Commit

Permalink
add fluent-ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
Kry9toN committed Jan 21, 2021
1 parent 4f5c680 commit 4593f22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions command/sticker.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* eslint-disable no-mixed-operators */
const { exec } = require('child_process')
const { getRandom } = require('../utils/functions')
const ffmpeg = require('fluent-ffmpeg')

module.exports = {
name: 'sticker',
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
"cfonts": "^2.9.1",
"node-fetch": "^2.6.1",
"pg": "^8.5.1",
"child_process": "^1.0.2"
"child_process": "^1.0.2",
"fluent-ffmpeg": "^2.1.2"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
Expand Down

0 comments on commit 4593f22

Please sign in to comment.