Interface: FrameObject

FrameObject

Represents a single frame of a GIF. Includes image and timing data.

Properties:
Name Type Description
end number

The end of the current frame, in milliseconds

imageData ImageData

Image data for the current frame

start number

The start of the current frame, in milliseconds

Members

end number

The end of the current frame, in milliseconds

imageData ImageData

Image data for the current frame

start number

The start of the current frame, in milliseconds