@remotion/gif 4.0.488 → 4.0.490
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 +1 -2
- package/dist/esm/index.mjs +1 -6
- package/package.json +3 -3
package/dist/cjs/Gif.js
CHANGED
|
@@ -9,7 +9,7 @@ const react_1 = __importDefault(require("react"));
|
|
|
9
9
|
const remotion_1 = require("remotion");
|
|
10
10
|
const GifForDevelopment_1 = require("./GifForDevelopment");
|
|
11
11
|
const GifForRendering_1 = require("./GifForRendering");
|
|
12
|
-
const {
|
|
12
|
+
const { useMemoizedEffectDefinitions, useMemoizedEffects } = remotion_1.Internals;
|
|
13
13
|
/*
|
|
14
14
|
* @description Displays a GIF that synchronizes with Remotions useCurrentFrame().
|
|
15
15
|
* @see [Documentation](https://remotion.dev/docs/gif)
|
|
@@ -65,4 +65,3 @@ exports.Gif = remotion_1.Interactive.withSchema({
|
|
|
65
65
|
supportsEffects: true,
|
|
66
66
|
});
|
|
67
67
|
exports.Gif.displayName = 'Gif';
|
|
68
|
-
addSequenceStackTraces(exports.Gif);
|
package/dist/esm/index.mjs
CHANGED
|
@@ -1440,11 +1440,7 @@ var GifForRendering = forwardRef3(({
|
|
|
1440
1440
|
|
|
1441
1441
|
// src/Gif.tsx
|
|
1442
1442
|
import { jsx as jsx4 } from "react/jsx-runtime";
|
|
1443
|
-
var {
|
|
1444
|
-
addSequenceStackTraces,
|
|
1445
|
-
useMemoizedEffectDefinitions,
|
|
1446
|
-
useMemoizedEffects
|
|
1447
|
-
} = Internals3;
|
|
1443
|
+
var { useMemoizedEffectDefinitions, useMemoizedEffects } = Internals3;
|
|
1448
1444
|
var gifSchema = {
|
|
1449
1445
|
...Internals3.baseSchema,
|
|
1450
1446
|
playbackRate: {
|
|
@@ -1530,7 +1526,6 @@ var Gif = Interactive.withSchema({
|
|
|
1530
1526
|
supportsEffects: true
|
|
1531
1527
|
});
|
|
1532
1528
|
Gif.displayName = "Gif";
|
|
1533
|
-
addSequenceStackTraces(Gif);
|
|
1534
1529
|
// src/preload-gif.ts
|
|
1535
1530
|
var preloadGif = (src2, options) => {
|
|
1536
1531
|
const resolvedSrc = resolveGifSource(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.490",
|
|
7
7
|
"description": "Embed GIFs in a Remotion video",
|
|
8
8
|
"bugs": {
|
|
9
9
|
"url": "https://github.com/remotion-dev/remotion/issues"
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
}
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"remotion": "4.0.
|
|
33
|
+
"remotion": "4.0.490"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@testing-library/react": "16.1.0",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"react": "19.2.3",
|
|
39
39
|
"react-dom": "19.2.3",
|
|
40
40
|
"webpack": "5.105.0",
|
|
41
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
41
|
+
"@remotion/eslint-config-internal": "4.0.490",
|
|
42
42
|
"eslint": "9.19.0",
|
|
43
43
|
"@typescript/native-preview": "7.0.0-dev.20260217.1"
|
|
44
44
|
},
|