oops that's a debug output
This commit is contained in:
parent
d9d648e495
commit
0a07c4e56b
1 changed files with 0 additions and 2 deletions
|
@ -89,8 +89,6 @@ module.exports = {
|
||||||
const quoteY = cardHeight / 2 - 10;
|
const quoteY = cardHeight / 2 - 10;
|
||||||
wrapText(ctx, `"${quote}"`, quoteX, quoteY, quoteWidth, 20, preparingSentence, lines);
|
wrapText(ctx, `"${quote}"`, quoteX, quoteY, quoteWidth, 20, preparingSentence, lines);
|
||||||
|
|
||||||
console.log("lines: " + lines.length);
|
|
||||||
|
|
||||||
const wrappedTextHeight = lines.length * 25;
|
const wrappedTextHeight = lines.length * 25;
|
||||||
|
|
||||||
ctx.font = "bold 16px Twitter Color Emoji";
|
ctx.font = "bold 16px Twitter Color Emoji";
|
||||||
|
|
Loading…
Reference in a new issue