1.3.1 • Published 3 years ago

welcard v1.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

npm.io

About

WelCard is a lightweight and futuristic welcome card libary designed for Discord Bots.

  • 100% customizable
  • Lightweight
  • High Quality Assets

Installation

npm i welcard

Exemple

(async () => {
    const { welCard } = require("welcard");
    const fs = require("fs");

    const card = new welCard()
        .setName("Bienvenue")
        .setAuthor("Zqx_")
        .setServer("Sur 🪐| LunarWave")
        .setColor("auto")
        .setBrightness(50)
        .setThumbnail("https://cdn.discordapp.com/avatars/359924289832484865/dae79e262689070227d7ee2c72b20ae9.png?size=4096")
       
    const cardBuffer = await card.build();

    fs.writeFileSync("card.png", cardBuffer);
    console.log("done")
})()

Output : card.png output

Support

If you're creating a project with welCard, don't hesitate to contact us via our discord server.

1.3.1

3 years ago

1.3.0

3 years ago

1.2.9

3 years ago

1.2.8

3 years ago

1.2.7

3 years ago

1.2.6

3 years ago

1.2.5

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago