@remotion/gif 4.0.457 → 4.0.458
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 -28
- package/dist/esm/index.mjs +1 -28
- package/package.json +3 -3
package/dist/cjs/Gif.js
CHANGED
|
@@ -18,34 +18,7 @@ const gifSchema = {
|
|
|
18
18
|
default: 1,
|
|
19
19
|
description: 'Playback Rate',
|
|
20
20
|
},
|
|
21
|
-
|
|
22
|
-
type: 'translate',
|
|
23
|
-
step: 1,
|
|
24
|
-
default: '0px 0px',
|
|
25
|
-
description: 'Position',
|
|
26
|
-
},
|
|
27
|
-
'style.scale': {
|
|
28
|
-
type: 'number',
|
|
29
|
-
min: 0.05,
|
|
30
|
-
max: 100,
|
|
31
|
-
step: 0.01,
|
|
32
|
-
default: 1,
|
|
33
|
-
description: 'Scale',
|
|
34
|
-
},
|
|
35
|
-
'style.rotate': {
|
|
36
|
-
type: 'rotation',
|
|
37
|
-
step: 1,
|
|
38
|
-
default: '0deg',
|
|
39
|
-
description: 'Rotation',
|
|
40
|
-
},
|
|
41
|
-
'style.opacity': {
|
|
42
|
-
type: 'number',
|
|
43
|
-
min: 0,
|
|
44
|
-
max: 1,
|
|
45
|
-
step: 0.01,
|
|
46
|
-
default: 1,
|
|
47
|
-
description: 'Opacity',
|
|
48
|
-
},
|
|
21
|
+
...remotion_1.Internals.sequenceStyleSchema,
|
|
49
22
|
};
|
|
50
23
|
const GifInner = ({ src, width, height, onLoad, onError, fit, playbackRate, loopBehavior, id, delayRenderTimeoutInMilliseconds, durationInFrames, style, _experimentalControls: controls, ref, ...sequenceProps }) => {
|
|
51
24
|
const env = (0, remotion_1.useRemotionEnvironment)();
|
package/dist/esm/index.mjs
CHANGED
|
@@ -1250,34 +1250,7 @@ var gifSchema = {
|
|
|
1250
1250
|
default: 1,
|
|
1251
1251
|
description: "Playback Rate"
|
|
1252
1252
|
},
|
|
1253
|
-
|
|
1254
|
-
type: "translate",
|
|
1255
|
-
step: 1,
|
|
1256
|
-
default: "0px 0px",
|
|
1257
|
-
description: "Position"
|
|
1258
|
-
},
|
|
1259
|
-
"style.scale": {
|
|
1260
|
-
type: "number",
|
|
1261
|
-
min: 0.05,
|
|
1262
|
-
max: 100,
|
|
1263
|
-
step: 0.01,
|
|
1264
|
-
default: 1,
|
|
1265
|
-
description: "Scale"
|
|
1266
|
-
},
|
|
1267
|
-
"style.rotate": {
|
|
1268
|
-
type: "rotation",
|
|
1269
|
-
step: 1,
|
|
1270
|
-
default: "0deg",
|
|
1271
|
-
description: "Rotation"
|
|
1272
|
-
},
|
|
1273
|
-
"style.opacity": {
|
|
1274
|
-
type: "number",
|
|
1275
|
-
min: 0,
|
|
1276
|
-
max: 1,
|
|
1277
|
-
step: 0.01,
|
|
1278
|
-
default: 1,
|
|
1279
|
-
description: "Opacity"
|
|
1280
|
-
}
|
|
1253
|
+
...Internals2.sequenceStyleSchema
|
|
1281
1254
|
};
|
|
1282
1255
|
var GifInner = ({
|
|
1283
1256
|
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.458",
|
|
7
7
|
"description": "Embed GIFs in a Remotion video",
|
|
8
8
|
"sideEffects": false,
|
|
9
9
|
"bugs": {
|
|
@@ -30,14 +30,14 @@
|
|
|
30
30
|
}
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"remotion": "4.0.
|
|
33
|
+
"remotion": "4.0.458"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"esbuild": "0.25.0",
|
|
37
37
|
"react": "19.2.3",
|
|
38
38
|
"react-dom": "19.2.3",
|
|
39
39
|
"webpack": "5.105.0",
|
|
40
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
40
|
+
"@remotion/eslint-config-internal": "4.0.458",
|
|
41
41
|
"eslint": "9.19.0",
|
|
42
42
|
"@typescript/native-preview": "7.0.0-dev.20260217.1"
|
|
43
43
|
},
|