1.0.0 • Published 2 years ago

knights-canvas-2 v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Installation

$ npm install knights-canvas

Example GoodBye

const ling = require("knights-canvas"),
const  fs = require('fs');

const image = await new ling.Goodbye()
    .setUsername("LING MO")
    .setGuildName("Frontline")
    .setGuildIcon("https://pandal.page/imgs/imgs/608d550e2075c.jpg")
    .setMemberCount("404")
    .setAvatar("https://pandal.page/imgs/imgs/60960b4ce3129.jpg")
    .setBackground("https://pandal.page/imgs/imgs/60a3cf9d08a5c.jpg")
    .toAttachment();
  
  data = image.toBuffer();
  await fs.writeFileSync(__path +'/tmp/swelkom.png', data)
 

IMAGE

Credits

Made by LINZ with ❤️
Thanks to LEN for his help !

knights-canvas