0.1.1 • Published 4 months ago

forgecanvas v0.1.1

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

ForgeCanvas

Easy to use canvas for forge.

ForgeCanvas forgescript Discord

How to use

Download this package:

npm i forgecanvas

Now, in your client initialization:

const { ForgeCanvas } = require("forgecanvas")

// 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.1.1

4 months ago

0.1.0

4 months ago

1.0.0

7 months ago