$gifFinish
Finishes the gif.
Usage
$gifFinish[gif]Parameters
| Field | Type | Description | Required |
|---|---|---|---|
| gif | String | Name of the GIF. | True |
Example(s)
No examples for this function.

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