no maj on "I"

This commit is contained in:
Loïc Bersier 2019-06-13 01:09:22 +02:00
parent b16aca4d32
commit b4b01e16e5

View file

@ -53,7 +53,7 @@ class memeCommand extends Command {
function processGif() {
gm('./img/memeInput.gif')
.fill('#ffffff')
.font('/usr/share/fonts/TTF/Impact.ttf')
.font('/usr/share/fonts/TTF/impact.ttf')
.drawText(0, 20, args.topText, 'North')
.drawText(0, 10, args.bottomText, 'South')
.write('./img/meme.gif', function (err) {