jelle-s / meme-generator
Generate some memes y'all!
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:command
Requires
- symfony/console: ^4.3|^3.4
This package is auto-updated.
Last update: 2024-11-18 13:28:26 UTC
README
Installation
composer require jelle-s/meme-generator
Documentation
Usage:
meme:generate [options] [--] <image> <top-text> [<bottom-text>]
MemeGenerator\Command\GenerateMemeCommand
Arguments:
image Image to put the text on.
top-text Text to add on the top.
bottom-text Text to add on the bottom (optional).
Options:
-o, --output-file[=OUTPUT-FILE] The name of the output file [default: "meme.jpeg"]
-h, --help Display this help message
Example
vendor/bin/meme-generator base_file.jpeg "This is the top text" "This is the optional bottom text" -o result.jpeg