forked from Supositware/Haha-Yes
no maj on "I"
This commit is contained in:
parent
b16aca4d32
commit
b4b01e16e5
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue