@canvacord/beta
Version:
Simple & easy to use image manipulation module for beginners.
20 lines (14 loc) • 432 B
Markdown
Simple & easy to use image manipulation module.
> [https://canvacord.js.org](https://canvacord.js.org)
```js
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);
```
