Showing
1 changed file
with
2 additions
and
1 deletions
... | @@ -18,7 +18,8 @@ export class GifGenerator { | ... | @@ -18,7 +18,8 @@ export class GifGenerator { |
18 | height: this.height, | 18 | height: this.height, |
19 | transparent: null, | 19 | transparent: null, |
20 | repeat: 0, | 20 | repeat: 0, |
21 | - setQuality: 10, | 21 | + workers: 8, |
22 | + setQuality: 20, | ||
22 | }); | 23 | }); |
23 | 24 | ||
24 | Object.keys(this.events).map((event) => { | 25 | Object.keys(this.events).map((event) => { | ... | ... |
-
Please register or login to post a comment