Skip to content

Commit

Permalink
Update exif.js
Browse files Browse the repository at this point in the history
  • Loading branch information
NzrlAfndi authored Sep 15, 2022
1 parent 75487ed commit e493616
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions lib/exif.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
/**
* Create By Mhankbarbar
* Contact -
* Follow https://github.com/MhankBarBar
*/


const fs = require('fs')
const { tmpdir } = require("os")
const Crypto = require("crypto")
const ffmpegPath = require('@ffmpeg-installer/ffmpeg').path
const ffmpegPath = require('@ffmpeg-installer/ffmpeg').path;
const ff = require('fluent-ffmpeg')
const webp = require("node-webpmux")
const path = require("path")

ff.setFfmpegPath(ffmpegPath)
ff.setFfmpegPath(ffmpegPath);

async function imageToWebp (media) {

Expand Down

0 comments on commit e493616

Please sign in to comment.