1.0.0 • Published 7 years ago

acg-meme v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

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

preview preview

1.0.0

7 years ago