@remotion/gif 4.0.209 → 4.0.210

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
1
 
2
- > @remotion/gif@4.0.208 build /Users/jonathanburger/remotion/packages/gif
2
+ > @remotion/gif@4.0.209 build /Users/jonathanburger/remotion/packages/gif
3
3
  > node build.mjs && bun --env-file=../.env.bundle bundle.ts
4
4
 
@@ -1,4 +1,8 @@
1
1
  import type { Frame, ParsedFrameWithoutPatch, ParsedGif } from './types';
2
2
  export declare const parseGIF: (arrayBuffer: ArrayBuffer) => ParsedGif;
3
- export declare const decompressFrame: (frame: Frame, gct: [number, number, number][]) => ParsedFrameWithoutPatch | null;
3
+ export declare const decompressFrame: (frame: Frame, gct: [
4
+ number,
5
+ number,
6
+ number
7
+ ][]) => ParsedFrameWithoutPatch | null;
4
8
  export declare const decompressFrames: (parsedGif: ParsedGif) => (ParsedFrameWithoutPatch | null)[];
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/gif"
4
4
  },
5
5
  "name": "@remotion/gif",
6
- "version": "4.0.209",
6
+ "version": "4.0.210",
7
7
  "description": "Embed GIFs in a Remotion video",
8
8
  "sideEffects": false,
9
9
  "bugs": {
@@ -24,7 +24,7 @@
24
24
  }
25
25
  },
26
26
  "dependencies": {
27
- "remotion": "4.0.209"
27
+ "remotion": "4.0.210"
28
28
  },
29
29
  "devDependencies": {
30
30
  "esbuild": "0.18.6",