@remotion/motion-blur 4.0.214 → 4.0.215

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,8 +1,6 @@
1
1
  // src/CameraMotionBlur.tsx
2
- import {AbsoluteFill, Freeze, useCurrentFrame} from "remotion";
3
- import {
4
- jsx
5
- } from "react/jsx-runtime";
2
+ import { AbsoluteFill, Freeze, useCurrentFrame } from "remotion";
3
+ import { jsx } from "react/jsx-runtime";
6
4
  var getNumberOfSamples = ({
7
5
  shutterFraction,
8
6
  samples,
@@ -59,11 +57,8 @@ var CameraMotionBlur = ({
59
57
  });
60
58
  };
61
59
  // src/Trail.tsx
62
- import {AbsoluteFill as AbsoluteFill2, Freeze as Freeze2, useCurrentFrame as useCurrentFrame2} from "remotion";
63
- import {
64
- jsx as jsx2,
65
- jsxs
66
- } from "react/jsx-runtime";
60
+ import { AbsoluteFill as AbsoluteFill2, Freeze as Freeze2, useCurrentFrame as useCurrentFrame2 } from "remotion";
61
+ import { jsx as jsx2, jsxs } from "react/jsx-runtime";
67
62
  var Trail = ({
68
63
  children,
69
64
  layers,
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/motion-blur"
4
4
  },
5
5
  "name": "@remotion/motion-blur",
6
- "version": "4.0.214",
6
+ "version": "4.0.215",
7
7
  "description": "Motion blur effect for Remotion",
8
8
  "main": "dist/cjs/index.js",
9
9
  "types": "dist/cjs/index.d.ts",
@@ -16,7 +16,7 @@
16
16
  "url": "https://github.com/remotion-dev/remotion/issues"
17
17
  },
18
18
  "dependencies": {
19
- "remotion": "4.0.214"
19
+ "remotion": "4.0.215"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "react": ">=16.8.0",
@@ -34,7 +34,7 @@
34
34
  "devDependencies": {
35
35
  "react": "18.3.1",
36
36
  "react-dom": "18.3.1",
37
- "remotion": "4.0.214"
37
+ "remotion": "4.0.215"
38
38
  },
39
39
  "keywords": [
40
40
  "remotion",