π₯³Welcome
Make Configurable Canvas Easily With Canvafy!

π Buy Me a Coffee
βοΈ Installation
For npm
npm i canvafy
For Yarn
yarn add canvafy
β¨ Features
Easy to use.
Beginner friendly.
Supports Discord.js v13 & v14 And Eris.
π Usage
const canvafy = require("canvafy");
π Example Of Code With Discord.js v14
const canvafy = require("canvafy");
const { Client, GatewayIntentBits } = require("discord.js");
const client = new Client({ intents: [GatewayIntentBits.Guilds, GatewayIntentBits.GuildMembers, GatewayIntentBits.Presences, GatewayIntentBits.Messages] });
client.on("ready", () => {
console.log(`I connect to ${client.user.tag}`)
});
π· Preview












Last updated