mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-16 00:12:32 +02:00
Fix
This commit is contained in:
@@ -48,7 +48,7 @@ module.exports = class DannyDevitoCommand extends Command {
|
|||||||
ctx.drawImage(
|
ctx.drawImage(
|
||||||
danny,
|
danny,
|
||||||
face.box.xMin - (face.box.width * 0.2),
|
face.box.xMin - (face.box.width * 0.2),
|
||||||
face.box.yMin - (height / 2),
|
face.box.yMin - (height / 1.75),
|
||||||
face.box.width * 1.25,
|
face.box.width * 1.25,
|
||||||
height * 1.25
|
height * 1.25
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user