🔨 fix typing
This commit is contained in:
@@ -79,7 +79,7 @@ export const createGif = async (
|
||||
[
|
||||
"convert",
|
||||
["-loop", "0"],
|
||||
["-delay", gifOptions.frameDuration.toString()],
|
||||
["-delay", (gifOptions.frameDuration / 10).toString()],
|
||||
["-dispose", "2"],
|
||||
// ["-layers", "OptimizeFrame"],
|
||||
["-compress", "LZW"],
|
||||
|
||||
Reference in New Issue
Block a user