commandline_meme_generator
v1.0.0
Published
## Example :
Downloads
1
Readme
Light-weight CLI to generate meme from image
Example :
mkmeme create-meme "New Feature|Developers" -i "sample/input.jpg" -o 'sample/output.jpg' -s 1.6 -p "20|500" -a 'C'
Options:
'mkmeme create-meme '
- '-i, --imagein [imagepath]' -> 'Base Image'
- '-o, --imageout [imagepath]' -> 'Output Image'
- '-s, --scale [number]' -> 'Provide a value from 0 to 1 to adjust the image scale'
- '-p, --position [number]' -> 'Provide a value from 0 to 1 to adjust the image scale'
- '-a, --align [L,C,R]' -> 'Provide a alignment value. Default is center (C)'
Before:
After:
To Contribute:
- Fork this repository and
cd
into the directory - Do
npm i -g
- Run the test command to generate a sample MEME
- Create a feature branch and start making changes
- Once you are done, raise a PR.
- Changes (if any) will be suggested. Kindly make the necessary changes.
- Upon approval, PR will be merged !!! 🎉
Contributions are welcome !