Socket
Socket
Sign inDemoInstall

@saipulanuar/knights-canvas

Package Overview
Dependencies
69
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @saipulanuar/knights-canvas

BY Saipul Anuar


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Install size
189 MB
Created
Weekly downloads
 

Readme

Source

Installation

$ npm install @saipulanuar/knights-canvas

Example GoodBye

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

const image = await new ling.Goodbye()
    .setUsername("Saipul")
    .setGuildName("KingOfBear")
    .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 Saipul Anuar with ❤️ Thanks to LINZ for his help !
Thanks to LEN for his help !

knights-canvas

Keywords

FAQs

Last updated on 24 Nov 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc