acg-meme
v1.0.0
Published
meme image generator from text
Downloads
3
Readme
acg-meme
acg-meme is a acg-meme image generator lib, build with node.js
Installation
$ yarn add acg-meme
Usage
import {get, drawText, save} from 'acg-meme'
let ctx = get(path: url | path)
ctx = drawText(ctx, 'top', 'topText')
ctx = drawText(ctx, 'bottom', 'bottomText')
save(ctx, ?path)
Example