acg-meme

1.0.0 • Public • Published

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

/acg-meme/

    Package Sidebar

    Install

    npm i acg-meme

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • vaiii
    • koishi