$canvasTrim
Trims the canvas.
Usage
$canvasTrim[canvas]Parameters
| Field | Type | Description | Required |
|---|---|---|---|
| canvas | String | Name of the canvas to trim. | True |
Example(s)
No examples for this function.

Raw Info
{ "name": "$canvasTrim", "description": "Trims the canvas.", "params": [ { "name": "canvas", "description": "Name of the canvas to trim.", "type": "String", "required": true } ], "usage": "$canvasTrim[canvas]", "category": "canvas", "src": "https://github.com/devlordduck/aoi.canvas/tree/v2/src/functions/canvas/canvasTrim.ts", "docs": "https://aoicanvas.vercel.app/functions/canvastrim"}