forked from Supositware/Haha-Yes
Add frame
This commit is contained in:
parent
748277e107
commit
c9e11c3d8e
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ class posterCommand extends Command {
|
|||
// Write text on image using graphicsmagick
|
||||
img.shave(1,1)
|
||||
.borderColor('white')
|
||||
.frame(2,2,0,1)
|
||||
.border(2,2)
|
||||
.borderColor('black')
|
||||
.border(50,200)
|
||||
|
|
Loading…
Reference in a new issue