Skip to content

Simple & easy to use image manipulation module for beginners.

License

Notifications You must be signed in to change notification settings

Development-Code/canvacord

 
 

Repository files navigation

Canvacord

Simple & easy to use image manipulation module for beginners.

v6 WIP

https://canvacord.js.org

Example

Triggered

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

const image = getImageSomehow();
const triggered = await ImageMaker.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 100.0%