Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/imagescript/ImageScript.js>GIF.decode

zero-dependency JavaScript image manipulation
Extremely Popular
Go to Latest
method GIF.decode
import { GIF } from "https://deno.land/x/imagescript@v1.2.14/ImageScript.js";

Decodes a GIF image

Parameters

data

The binary data to decode

optional
onlyExtractFirstFrame = [UNSUPPORTED]