Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

IGifLogicalScreenInfoOptions

interface IGifLogicalScreenInfoOptions {
bgColorIndex?: number;
colorTableData?: number[];
colorTableSortFlag?: boolean;
pxAspectRatio?: number;
sizeOfColorTable?: number;
}

§Properties

§
bgColorIndex?: number
[src]
§
colorTableData?: number[]
[src]
§
colorTableSortFlag?: boolean
[src]
§
pxAspectRatio?: number
[src]
§
sizeOfColorTable?: number
[src]