This commit is contained in:
2026-07-15 08:34:25 +02:00
parent 0ea1995de5
commit 7368339bae

View File

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