This commit is contained in:
2026-07-15 08:33:08 +02:00
parent 6d73cfcea9
commit 0ea1995de5

View File

@@ -27,7 +27,7 @@
} }
const memeFont = 'Impact, Charcoal, sans-serif'; const memeFont = 'Impact, Charcoal, sans-serif';
const memeLetterSpacing = '0.06em'; const memeLetterSpacing = '0.15em';
function wrapText(ctx, text, maxWidth) { function wrapText(ctx, text, maxWidth) {
const paragraphs = text.split('\n'); const paragraphs = text.split('\n');