0.2.1 • Published 2 months ago

@tryforge/forge.canvas v0.2.1

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

ForgeCanvas

Easy to use canvas for forge.

@tryforge/forge.canvas @tryforge/forgescript Discord

How to use

Download this package:

npm i @tryforge/forge.canvas

Now, in your client initialization:

const { ForgeCanvas } = require("@tryforge/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.1

2 months ago

0.2.0

3 months ago