0.2.0 • Published 4 months ago

forge.canvas v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

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.

0.2.0

4 months ago