A Canvas extension for ForgeScript.
- Installation
- Credits
- Support Server
- Run the following command to install the required
npm packages
:
npm i github:Project-Econome/Banan.canvas
- Now, in your client initialization:
const { BananCanvas } = require("@econome/banan.canvas")
/* I'm assuming that the client can be an app or anything else */
const client = new ForgeClient({
...options // The options you currently have
extensions: [
new BananCanvas()
]
})
Congratulations, you have successfully setup Banan Canvas!
Thanks for reading till the end and using Banan Canvas ;)
This package was made with love by devlordduck, an Epic Person who develops cool Canvas extensions.
Contributor | Contribution | Contact |
---|---|---|
devlordduck | Main developer | Discord GitHub |
fradz_lifez | Main Tester/Ideas/Sub Developer | Discord GitHub |