forked from Supositware/Haha-Yes
remove --quality 70
This commit is contained in:
parent
6e5eeaa99f
commit
467471362d
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ export default {
|
|||
|
||||
async function gifski(output, input) {
|
||||
return await new Promise((resolve, reject) => {
|
||||
exec(`gifski --quality 70 -o ${output} ${input}`, (err, stdout, stderr) => {
|
||||
exec(`gifski -o ${output} ${input}`, (err, stdout, stderr) => {
|
||||
if (err) {
|
||||
reject(stderr);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue