Skip to content

$createGIF

Creates a new GIF.

Usage

$createGIF[name;width;height]

Parameters

FieldTypeDescriptionRequired
nameStringName of the GIF to create.True
widthNumberWidth of the gif.True
heightNumberHeight of the gif.True

Example(s)

No examples for this function.

meow

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"
}