Skip to content

$addFrame

Adds a frame to the GIF.

Usage

$addFrame[gif;frame]

Parameters

FieldTypeDescriptionRequired
gifStringName of the GIF.True
framePath | URL | CanvasThe frame to add.True

Example(s)

No examples for this function.

meow

Raw Info

{
"name": "$addFrame",
"description": "Adds a frame to the GIF.",
"params": [
{
"name": "gif",
"description": "Name of the GIF.",
"type": "String",
"required": true
},
{
"name": "frame",
"description": "The frame to add.",
"type": "Path | URL | Canvas",
"required": true
}
],
"usage": "$addFrame[gif;frame]",
"category": "gif",
"src": "https://github.com/devlordduck/aoi.canvas/tree/v2/src/functions/gif/addFrame.ts",
"docs": "https://aoicanvas.vercel.app/functions/addframe"
}