$setFPS
Sets the FPS (Frames Per Second) of a GIF.
Usage
$setFPS[gif;frames?]Parameters
| Field | Type | Description | Required |
|---|---|---|---|
| gif | String | Name of the GIF. | True |
| frames | Number | Number of frames per second to display. | False |
Example(s)
No examples for this function.

Raw Info
{ "name": "$setFPS", "description": "Sets the FPS (Frames Per Second) of a GIF.", "params": [ { "name": "gif", "description": "Name of the GIF.", "type": "String", "required": true }, { "name": "frames", "description": "Number of frames per second to display.", "type": "Number", "required": false } ], "usage": "$setFPS[gif;frames?]", "category": "gif", "src": "https://github.com/devlordduck/aoi.canvas/tree/v2/src/functions/gif/setFPS.ts", "docs": "https://aoicanvas.vercel.app/functions/setfps"}