Bit rounder

This commit is contained in:
Dragon Fire
2024-04-21 14:44:49 -04:00
parent 0cdaaa011b
commit 82b1d06abf
+1 -1
View File
@@ -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);