$downloadCanvas
Downloads the canvas.
Usage
$downloadCanvas[canvas;path]Parameters
| Field | Type | Description | Required |
|---|---|---|---|
| canvas | String | Name of the canvas to download. | True |
| path | Path | The download path. (file name and extension) | True |
Example(s)
No examples for this function.

Raw Info
{ "name": "$downloadCanvas", "description": "Downloads the canvas.", "params": [ { "name": "canvas", "description": "Name of the canvas to download.", "type": "String", "required": true }, { "name": "path", "description": "The download path. (file name and extension)", "type": "Path", "required": true } ], "usage": "$downloadCanvas[canvas;path]", "category": "canvas", "src": "https://github.com/devlordduck/aoi.canvas/tree/v2/src/functions/canvas/downloadCanvas.ts", "docs": "https://aoicanvas.vercel.app/functions/downloadcanvas"}