font size

This commit is contained in:
Joaquín Torres 2020-03-15 01:06:58 -03:00
parent 4fde027676
commit 91cb080834

2
bot.js
View File

@ -12,7 +12,7 @@ const memeGenerator = new memeLib({
canvasHeight: 500 canvasHeight: 500
}, },
fontOptions: { // optional fontOptions: { // optional
fontSize: 46, fontSize: 35,
fontFamily: 'impact', fontFamily: 'impact',
lineHeight: 4 lineHeight: 4
} }