Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

forge.canvas

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

forge.canvas

Easy to use canvas for forge

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

ForgeCanvas

Easy to use canvas for forge.

forge.canvas forgescript Discord

How to use

Download this package:

npm i forge.canvas

Now, in your client initialization:

const { ForgeCanvas } = require("forge.canvas")

// I'll assume client, can be bot or anything else
const client = new ForgeClient({
    ...options // The options you currently have
    extensions: [
        new ForgeCanvas()
    ]
})

And voi-la, you now have canvas functions loaded to your bot.
Check our docs for info of all functions available.

FAQs

Package last updated on 23 Jan 2024

Did you know?

Socket

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