1.0.0 • Published 5 years ago

twitter-caption v1.0.0

Weekly downloads
5
License
AGPL-3.0-or-later
Repository
github
Last release
5 years ago

twitter-caption :bird:

twitter-caption is a command-line tool that adds a Tweet-like caption to a given image.

echo -e 'Twitter: builds a nice, user-friendly social media platform\n\nMe:' | twitter-caption -i button-slap.png -o captioned-button-slap.png

an example meme

Installation

yarn global add twitter-caption # using Yarn
npm install --global twitter-caption # using npm

Usage

Usage: twitter-caption [options]

Options:
  -V, --version              output the version number
  -i, --input-image <path>   path to input image
  -o, --output-image <path>  path to output image
  -t, --text <text>          text to add to the input image; if left unspecified, twitter-caption will read from stdin.
  -h, --help                 output usage information

License

AGPLv3