Skip to content

$gifFinish

Finishes the gif.

Usage

$gifFinish[gif]

Parameters

FieldTypeDescriptionRequired
gifStringName of the GIF.True

Example(s)

No examples for this function.

meow

Raw Info

{
"name": "$gifFinish",
"description": "Finishes the gif.",
"params": [
{
"name": "gif",
"description": "Name of the GIF.",
"type": "String",
"required": true
}
],
"usage": "$gifFinish[gif]",
"category": "gif",
"src": "https://github.com/devlordduck/aoi.canvas/tree/v2/src/functions/gif/gifFinish.ts",
"docs": "https://aoicanvas.vercel.app/functions/giffinish"
}