mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-13 00:09:08 +02:00
Lower GIF quality
This commit is contained in:
@@ -53,7 +53,7 @@ module.exports = class TriggeredCommand extends Command {
|
||||
encoder.start();
|
||||
encoder.setRepeat(0);
|
||||
encoder.setDelay(50);
|
||||
encoder.setQuality(10);
|
||||
encoder.setQuality(20);
|
||||
for (let i = 0; i < 4; i++) {
|
||||
drawImageWithTint(ctx, avatar, 'red', coord1[i], coord2[i], 300, 300);
|
||||
ctx.drawImage(base, 0, 218, 256, 38);
|
||||
|
||||
Reference in New Issue
Block a user