Skip to content

Simple & easy to use image manipulation module for beginners.

License

Notifications You must be signed in to change notification settings

Tweak4141/canvacord-1

 
 

Repository files navigation

Canvacord

Simple & easy to use image manipulation module.

v6 WIP

https://canvacord.js.org

Example

Triggered

import { MemeCanvas } from "canvacord";
import { promises as fs } from "fs";

const memegen = new MemeCanvas();
const image = getImageSomehow();
const triggered = await memegen.trigger(image);
await fs.writeFile("./triggered.gif", triggered);

img

About

Simple & easy to use image manipulation module for beginners.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 82.0%
  • JavaScript 17.8%
  • Shell 0.2%