Popularity
1.8
Growing
Activity
0.0
Stable
102
4
6

Programming language: JavaScript
License: MIT License
Tags: Utility     Command Line Apps     CLI     Cli-app     Gif     Text Meme     Meme    
Latest version: v1.1.0

text-meme alternatives and similar modules

Based on the "Command Line Apps" category.
Alternatively, view text-meme alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of text-meme or a related project?

Add another 'Command Line Apps' Module

README

text-meme-cli Build Status

Generate text meme

Install

$ npm install --global text-meme-cli

Usage

$ text-meme --help

  Usage
    $ text-meme "Don't forget to be awesome"

  Options
    --delay       Frame delay [Default: 500]
    --background  Background color in hex [Default: #000000]
    --fontcolor   Text color in hex [Default: #ffffff]
    --filename    Filename with extension [Default: meme-123.gif]
    --fontsize    Text size [Default: 50]
    --imagesize   Image size in px [Default: 600]

  Examples
    $ text-meme "Don't forget to be awesome"
    generated text-meme → meme-326.gif
    $ text-meme "Don't forget to be awesome" --filename=quote.gif --background=#4f656d --imagesize=500
    generated text-meme → quote.gif

Related

Note

This module uses canvas module as dependency which requires Cairo check here how to install it.

License

MIT © beatfreaker


*Note that all licence references and agreements mentioned in the text-meme README section above are relevant to that project's source code only.