mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-05 22:01:54 +02:00
Mneh
This commit is contained in:
@@ -30,9 +30,6 @@ module.exports = class TriggeredCommand extends Command {
|
||||
const [avatar, triggered] = await Promise.all(images);
|
||||
avatar.resize(320, 320);
|
||||
avatar.blur(3);
|
||||
avatar.color([
|
||||
{ apply: 'mix', params: [ 0xFF0000FF, 30 ] }
|
||||
]);
|
||||
blank.composite(avatar, 0, 0);
|
||||
blank.composite(triggered, 0, 0);
|
||||
blank.getBuffer(Jimp.MIME_PNG, (err, buff) => {
|
||||
|
||||
Reference in New Issue
Block a user