1.0.0 • Published 5 years ago

mkmeme v1.0.0

Weekly downloads
5
License
ISC
Repository
github
Last release
5 years ago

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:

npm.io

After:

npm.io

To Contribute:

  1. Fork this repository and cd into the directory
  2. Do npm i -g
  3. Run the test command to generate a sample MEME
  4. Create a feature branch and start making changes
  5. Once you are done, raise a PR.
  6. Changes (if any) will be suggested. Kindly make the necessary changes.
  7. Upon approval, PR will be merged !!! 🎉

Contributions are welcome !