From 91cb08083489427ceab1effe2a5378e9a496a997 Mon Sep 17 00:00:00 2001 From: juakotorres Date: Sun, 15 Mar 2020 01:06:58 -0300 Subject: [PATCH] font size --- bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.js b/bot.js index c999e74..aee4d2b 100644 --- a/bot.js +++ b/bot.js @@ -12,7 +12,7 @@ const memeGenerator = new memeLib({ canvasHeight: 500 }, fontOptions: { // optional - fontSize: 46, + fontSize: 35, fontFamily: 'impact', lineHeight: 4 }