oops that's a debug output

This commit is contained in:
Ashley Graves 2024-10-16 23:04:25 +02:00
parent d9d648e495
commit 0a07c4e56b

View file

@ -89,8 +89,6 @@ module.exports = {
const quoteY = cardHeight / 2 - 10;
wrapText(ctx, `"${quote}"`, quoteX, quoteY, quoteWidth, 20, preparingSentence, lines);
console.log("lines: " + lines.length);
const wrappedTextHeight = lines.length * 25;
ctx.font = "bold 16px Twitter Color Emoji";