Skip to content
 
 

Latest commit

 

History

72 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Elevate your Discord app's visual appeal with ease. Create beautiful images using simple canvas functions.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages