This commit is contained in:
Maciej Caderek
2022-01-28 23:45:40 +01:00
parent e000a0083a
commit a7c2d09c96
6 changed files with 53 additions and 10 deletions

View File

@@ -12,7 +12,7 @@ class GIF {
) {
this.gif = new GIFLib({
workers: 2,
quality: 20,
quality: 30,
width,
height,
repeat: loop ? 0 : -1,