font size

This commit is contained in:
Joaquín Torres 2020-03-15 01:07:37 -03:00
parent 91cb080834
commit 4fb491e581

4
bot.js
View File

@ -12,9 +12,9 @@ const memeGenerator = new memeLib({
canvasHeight: 500
},
fontOptions: { // optional
fontSize: 35,
fontSize: 40,
fontFamily: 'impact',
lineHeight: 4
lineHeight: 2
}
});