diff --git a/commands/edit-face/danny-devito.js b/commands/edit-face/danny-devito.js index 844429ba..b2233dea 100644 --- a/commands/edit-face/danny-devito.js +++ b/commands/edit-face/danny-devito.js @@ -48,7 +48,7 @@ module.exports = class DannyDevitoCommand extends Command { ctx.drawImage( danny, face.box.xMin - (face.box.width * 0.2), - face.box.yMin - (height / 1.75), + face.box.yMin - (height / 2.50), face.box.width * 1.25, height * 1.25 );