mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-12 08:14:47 +02:00
Lower GIF quality
This commit is contained in:
@@ -38,7 +38,7 @@ module.exports = class PetCommand extends Command {
|
||||
encoder.start();
|
||||
encoder.setRepeat(0);
|
||||
encoder.setDelay(20);
|
||||
encoder.setQuality(10);
|
||||
encoder.setQuality(20);
|
||||
encoder.setTransparent('#000000');
|
||||
let squish = 0;
|
||||
for (let i = 0; i < frameCount; i++) {
|
||||
|
||||
Reference in New Issue
Block a user