diff --git a/commands/edit-image-text/tweet.js b/commands/edit-image-text/tweet.js index 06eab418..f3aa0630 100644 --- a/commands/edit-image-text/tweet.js +++ b/commands/edit-image-text/tweet.js @@ -90,7 +90,7 @@ module.exports = class TweetCommand extends Command { const x = 0; const y = 0; const imageWidth = 740; - const radius = 10; + const radius = 15; imageCtx.beginPath(); imageCtx.moveTo(x + radius, y); imageCtx.lineTo(x + imageWidth - radius, y);