🥳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