From 4fb491e581ff18b81f501e50679f37c8ef9a32bd Mon Sep 17 00:00:00 2001 From: juakotorres Date: Sun, 15 Mar 2020 01:07:37 -0300 Subject: [PATCH] font size --- bot.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot.js b/bot.js index aee4d2b..e092bf2 100644 --- a/bot.js +++ b/bot.js @@ -12,9 +12,9 @@ const memeGenerator = new memeLib({ canvasHeight: 500 }, fontOptions: { // optional - fontSize: 35, + fontSize: 40, fontFamily: 'impact', - lineHeight: 4 + lineHeight: 2 } });