@remotion/effects 4.0.472 → 4.0.473
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/esm/glow.mjs
CHANGED
|
@@ -570,7 +570,7 @@ var validateGlowParams = (params) => {
|
|
|
570
570
|
};
|
|
571
571
|
var glow = createEffect({
|
|
572
572
|
type: "remotion/glow",
|
|
573
|
-
label: "
|
|
573
|
+
label: "glow()",
|
|
574
574
|
documentationLink: "https://www.remotion.dev/docs/effects/glow",
|
|
575
575
|
backend: "webgl2",
|
|
576
576
|
calculateKey: (params) => {
|
|
@@ -132,7 +132,8 @@ var halftoneLinearGradientSchema = {
|
|
|
132
132
|
max: 2,
|
|
133
133
|
step: 0.01,
|
|
134
134
|
default: DEFAULT_FIRST_STOP_POSITION,
|
|
135
|
-
description: "First stop position"
|
|
135
|
+
description: "First stop position",
|
|
136
|
+
lineTo: "secondStopPosition"
|
|
136
137
|
},
|
|
137
138
|
secondStopPosition: {
|
|
138
139
|
type: "uv-coordinate",
|
|
@@ -25,6 +25,7 @@ export declare const halftoneLinearGradientSchema: {
|
|
|
25
25
|
readonly step: 0.01;
|
|
26
26
|
readonly default: readonly [0, 0.5];
|
|
27
27
|
readonly description: "First stop position";
|
|
28
|
+
readonly lineTo: "secondStopPosition";
|
|
28
29
|
};
|
|
29
30
|
readonly secondStopPosition: {
|
|
30
31
|
readonly type: "uv-coordinate";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remotion/effects",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.473",
|
|
4
4
|
"description": "Effects that can be applied to Remotion-based canvas components",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"url": "https://github.com/remotion-dev/remotion/issues"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"remotion": "4.0.
|
|
29
|
+
"remotion": "4.0.473"
|
|
30
30
|
},
|
|
31
31
|
"exports": {
|
|
32
32
|
".": {
|
|
@@ -322,7 +322,7 @@
|
|
|
322
322
|
},
|
|
323
323
|
"homepage": "https://www.remotion.dev/docs/effects/api",
|
|
324
324
|
"devDependencies": {
|
|
325
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
325
|
+
"@remotion/eslint-config-internal": "4.0.473",
|
|
326
326
|
"@vitest/browser-playwright": "4.0.9",
|
|
327
327
|
"eslint": "9.19.0",
|
|
328
328
|
"vitest": "4.0.9",
|