forked from Supositware/Haha-Yes
increase font size
This commit is contained in:
parent
1338408698
commit
748277e107
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ class posterCommand extends Command {
|
|||
const BOTTOM_POS = (value.height / 2) - PADDING + 180;
|
||||
//const FONT_SIZE1 = 50;
|
||||
const FONT_SIZE1 = (value.width / 12);
|
||||
const FONT_SIZE2 = (value.width / 12) - 50;
|
||||
const FONT_SIZE2 = (value.width / 12) - 30;
|
||||
//const FONT_SIZE2 = 30;
|
||||
|
||||
// Write text on image using graphicsmagick
|
||||
|
|
Loading…
Reference in a new issue