New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

memegen

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

memegen

Making drake meme image.

latest
Source
npmnpm
Version
0.1.1
Version published
Weekly downloads
1
-75%
Maintainers
1
Weekly downloads
 
Created
Source

MemeGen

npm version npm downloads

A meme generator.

How to use

Install

  • Install globally
# switch to root
$ sudo su
# and then install with option "--unsafe-perm"
$ npm install memegen --unsafe-perm --verbose memegen -g
# use 
$ memegen --help
  • Or use it locally
# install 
$ npm install memegen --save
# use (under same directory you use install command)
$ node node_modules/memegen/main.js --help

Usage

Static Template (For Drake meme)

  • Example:
memegen -1 upper.png -2 lower.png -o output_dir -f output_filename -t png
  • See some example!
    • Bang!

Dynamic Configuration

memegen -c <config>.json -f <output_file_name> -t png -o <output_dir>
  • See some example, which generate from specific configuration file!

    • Cereal guy meme
      • configure file
      • memegen -c config_cereal.json -f use_config_cereal -t png -o output
    • Peter parker meme
      • configure file
      • memegen -c config.json -f use_config -t png -o output
  • or just using --help:

memegen --help

Keywords

drake

FAQs

Package last updated on 22 Jan 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts