$createGIF
Creates a new GIF.
Usage
$createGIF[name;width;height]Parameters
| Field | Type | Description | Required |
|---|---|---|---|
| name | String | Name of the GIF to create. | True |
| width | Number | Width of the gif. | True |
| height | Number | Height of the gif. | True |
Example(s)
No examples for this function.

Raw Info
{ "name": "$createGIF", "description": "Creates a new GIF.", "params": [ { "name": "name", "description": "Name of the GIF to create.", "type": "String", "required": true }, { "name": "width", "description": "Width of the gif.", "type": "Number", "required": true }, { "name": "height", "description": "Height of the gif.", "type": "Number", "required": true } ], "usage": "$createGIF[name;width;height]", "category": "gif", "src": "https://github.com/devlordduck/aoi.canvas/tree/v2/src/functions/gif/createGIF.ts", "docs": "https://aoicanvas.vercel.app/functions/creategif"}