no maj on "I"

merge-requests/3/head
Loïc Bersier 5 years ago
parent b16aca4d32
commit b4b01e16e5

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

Loading…
Cancel
Save