canvacord

Powerful image manipulation package for beginners.

Usage no npm install needed!

<script type="module">
  import canvacord from 'https://cdn.skypack.dev/canvacord';
</script>

README

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