@remotion/gif 4.0.462 → 4.0.464
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.
- package/dist/cjs/Gif.js +2 -1
- package/dist/esm/index.mjs +2 -1
- package/package.json +3 -3
package/dist/cjs/Gif.js
CHANGED
|
@@ -18,7 +18,8 @@ const gifSchema = {
|
|
|
18
18
|
default: 1,
|
|
19
19
|
description: 'Playback Rate',
|
|
20
20
|
},
|
|
21
|
-
...remotion_1.Internals.
|
|
21
|
+
...remotion_1.Internals.sequenceVisualStyleSchema,
|
|
22
|
+
hidden: remotion_1.Internals.hiddenField,
|
|
22
23
|
};
|
|
23
24
|
const GifInner = ({ src, width, height, onLoad, onError, fit, playbackRate, loopBehavior, id, delayRenderTimeoutInMilliseconds, durationInFrames, style, _experimentalControls: controls, ref, ...sequenceProps }) => {
|
|
24
25
|
const env = (0, remotion_1.useRemotionEnvironment)();
|
package/dist/esm/index.mjs
CHANGED
|
@@ -1250,7 +1250,8 @@ var gifSchema = {
|
|
|
1250
1250
|
default: 1,
|
|
1251
1251
|
description: "Playback Rate"
|
|
1252
1252
|
},
|
|
1253
|
-
...Internals2.
|
|
1253
|
+
...Internals2.sequenceVisualStyleSchema,
|
|
1254
|
+
hidden: Internals2.hiddenField
|
|
1254
1255
|
};
|
|
1255
1256
|
var GifInner = ({
|
|
1256
1257
|
src: src2,
|
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.
|
|
6
|
+
"version": "4.0.464",
|
|
7
7
|
"description": "Embed GIFs in a Remotion video",
|
|
8
8
|
"bugs": {
|
|
9
9
|
"url": "https://github.com/remotion-dev/remotion/issues"
|
|
@@ -29,14 +29,14 @@
|
|
|
29
29
|
}
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"remotion": "4.0.
|
|
32
|
+
"remotion": "4.0.464"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"esbuild": "0.28.0",
|
|
36
36
|
"react": "19.2.3",
|
|
37
37
|
"react-dom": "19.2.3",
|
|
38
38
|
"webpack": "5.105.0",
|
|
39
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
39
|
+
"@remotion/eslint-config-internal": "4.0.464",
|
|
40
40
|
"eslint": "9.19.0",
|
|
41
41
|
"@typescript/native-preview": "7.0.0-dev.20260217.1"
|
|
42
42
|
},
|