shaders 2.2.33 → 2.2.35
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/core/BrightnessContrast-CaErceqR.js +43 -0
- package/dist/core/Sharpness-B2MrhUH5.js +41 -0
- package/dist/core/index.js +111 -107
- package/dist/core/shaderRegistry.d.ts.map +1 -1
- package/dist/core/shaders/BrightnessContrast/index.d.ts +21 -0
- package/dist/core/shaders/BrightnessContrast/index.d.ts.map +1 -0
- package/dist/core/shaders/BrightnessContrast/index.js +2 -0
- package/dist/core/shaders/Bulge/index.js +1 -1
- package/dist/core/shaders/CRTScreen/index.js +1 -1
- package/dist/core/shaders/ChannelBlur/index.js +1 -1
- package/dist/core/shaders/Checkerboard/index.js +1 -1
- package/dist/core/shaders/ChromaFlow/index.js +1 -1
- package/dist/core/shaders/ChromaticAberration/index.js +1 -1
- package/dist/core/shaders/Circle/index.js +1 -1
- package/dist/core/shaders/CursorTrail/index.js +1 -1
- package/dist/core/shaders/DiffuseBlur/index.js +1 -1
- package/dist/core/shaders/Dither/index.js +1 -1
- package/dist/core/shaders/DotGrid/index.js +1 -1
- package/dist/core/shaders/Duotone/index.js +1 -1
- package/dist/core/shaders/FilmGrain/index.js +1 -1
- package/dist/core/shaders/FloatingParticles/index.js +1 -1
- package/dist/core/shaders/GlassTiles/index.js +1 -1
- package/dist/core/shaders/Glow/index.js +1 -1
- package/dist/core/shaders/Godrays/index.js +1 -1
- package/dist/core/shaders/Grayscale/index.js +1 -1
- package/dist/core/shaders/Grid/index.js +1 -1
- package/dist/core/shaders/GridDistortion/index.js +1 -1
- package/dist/core/shaders/Group/index.js +1 -1
- package/dist/core/shaders/Halftone/index.js +1 -1
- package/dist/core/shaders/HueShift/index.js +1 -1
- package/dist/core/shaders/ImageTexture/index.js +1 -1
- package/dist/core/shaders/Invert/index.js +1 -1
- package/dist/core/shaders/LinearBlur/index.js +1 -1
- package/dist/core/shaders/LinearGradient/index.js +1 -1
- package/dist/core/shaders/Liquify/index.js +1 -1
- package/dist/core/shaders/Pixelate/index.js +1 -1
- package/dist/core/shaders/PolarCoordinates/index.js +1 -1
- package/dist/core/shaders/Posterize/index.js +1 -1
- package/dist/core/shaders/ProgressiveBlur/index.js +1 -1
- package/dist/core/shaders/RadialGradient/index.js +1 -1
- package/dist/core/shaders/RectangularCoordinates/index.js +1 -1
- package/dist/core/shaders/Ripples/index.js +1 -1
- package/dist/core/shaders/Saturation/index.js +1 -1
- package/dist/core/shaders/Sharpness/index.d.ts +14 -0
- package/dist/core/shaders/Sharpness/index.d.ts.map +1 -0
- package/dist/core/shaders/Sharpness/index.js +2 -0
- package/dist/core/shaders/SimplexNoise/index.js +1 -1
- package/dist/core/shaders/SineWave/index.js +1 -1
- package/dist/core/shaders/SolidColor/index.js +1 -1
- package/dist/core/shaders/Spherize/index.js +1 -1
- package/dist/core/shaders/Spiral/index.js +1 -1
- package/dist/core/shaders/Strands/index.js +1 -1
- package/dist/core/shaders/Stretch/index.js +1 -1
- package/dist/core/shaders/Swirl/index.js +1 -1
- package/dist/core/shaders/TiltShift/index.js +1 -1
- package/dist/core/shaders/Tritone/index.js +1 -1
- package/dist/core/shaders/Twirl/index.js +1 -1
- package/dist/core/shaders/Vibrance/index.js +1 -1
- package/dist/core/shaders/WaveDistortion/index.js +1 -1
- package/dist/core/shaders/ZoomBlur/index.js +1 -1
- package/dist/react/components/BrightnessContrast.d.ts +31 -0
- package/dist/react/components/BrightnessContrast.d.ts.map +1 -0
- package/dist/react/components/Sharpness.d.ts +31 -0
- package/dist/react/components/Sharpness.d.ts.map +1 -0
- package/dist/react/{generatePresetCode-Ci4D5lDy.js → generatePresetCode-C4t1eM0z.js} +13 -0
- package/dist/react/index.d.ts +2 -0
- package/dist/react/index.d.ts.map +1 -1
- package/dist/react/index.js +703 -425
- package/dist/react/utils/generatePresetCode.d.ts.map +1 -1
- package/dist/react/utils/generatePresetCode.js +1 -1
- package/dist/registry.js +101 -0
- package/dist/solid/components/BrightnessContrast.d.ts +28 -0
- package/dist/solid/components/BrightnessContrast.d.ts.map +1 -0
- package/dist/solid/components/Sharpness.d.ts +28 -0
- package/dist/solid/components/Sharpness.d.ts.map +1 -0
- package/dist/solid/index.d.ts +2 -0
- package/dist/solid/index.d.ts.map +1 -1
- package/dist/solid/index.js +648 -366
- package/dist/solid/utils/generatePresetCode.d.ts.map +1 -1
- package/dist/solid/utils/generatePresetCode.js +13 -0
- package/dist/svelte/components/BrightnessContrast.svelte.d.ts +19 -0
- package/dist/svelte/components/Sharpness.svelte.d.ts +19 -0
- package/dist/svelte/{generatePresetCode-hILbcEw8.js → generatePresetCode-CT9aNR6P.js} +13 -0
- package/dist/svelte/index.d.ts +2 -0
- package/dist/svelte/index.js +324 -102
- package/dist/svelte/utils/generatePresetCode.js +1 -1
- package/dist/vue/components/BrightnessContrast.vue.d.ts +57 -0
- package/dist/vue/components/BrightnessContrast.vue.d.ts.map +1 -0
- package/dist/vue/components/Sharpness.vue.d.ts +57 -0
- package/dist/vue/components/Sharpness.vue.d.ts.map +1 -0
- package/dist/vue/{generatePresetCode-DfkHaBG4.js → generatePresetCode-BmkyNfz6.js} +13 -0
- package/dist/vue/index.d.ts +2 -0
- package/dist/vue/index.d.ts.map +1 -1
- package/dist/vue/index.js +603 -360
- package/dist/vue/utils/generatePresetCode.d.ts.map +1 -1
- package/dist/vue/utils/generatePresetCode.js +1 -1
- package/package.json +17 -1
- /package/dist/core/{Bulge-C8-_hIFp.js → Bulge-BVcWo6On.js} +0 -0
- /package/dist/core/{CRTScreen-DLy8Rig6.js → CRTScreen-CcAYeqoI.js} +0 -0
- /package/dist/core/{ChannelBlur-BPOGOQXl.js → ChannelBlur-CQoP7Igg.js} +0 -0
- /package/dist/core/{Checkerboard-D_H3XYbF.js → Checkerboard-D_hGvoO7.js} +0 -0
- /package/dist/core/{ChromaFlow-DhzC_8Ne.js → ChromaFlow-DizYQSgf.js} +0 -0
- /package/dist/core/{ChromaticAberration-hi7WGiVk.js → ChromaticAberration-Bk_DMYJm.js} +0 -0
- /package/dist/core/{Circle-DI0gXpyD.js → Circle-BlVzkeyl.js} +0 -0
- /package/dist/core/{CursorTrail-B9EQ9FsP.js → CursorTrail-CxXWV7KH.js} +0 -0
- /package/dist/core/{DiffuseBlur-Cg7AsB3W.js → DiffuseBlur-BTSRl65K.js} +0 -0
- /package/dist/core/{Dither-Bb5rLGEI.js → Dither-C1KyBYuE.js} +0 -0
- /package/dist/core/{DotGrid-B2DXsjFE.js → DotGrid-ll8XCA0p.js} +0 -0
- /package/dist/core/{Duotone-CRwhugbV.js → Duotone-d2gQJr4M.js} +0 -0
- /package/dist/core/{FilmGrain-CY4ZO9UI.js → FilmGrain-3h6TIe1T.js} +0 -0
- /package/dist/core/{FloatingParticles-BduIDXKd.js → FloatingParticles-B6KvHecR.js} +0 -0
- /package/dist/core/{GlassTiles-BaAwsNxl.js → GlassTiles-DqT67iqr.js} +0 -0
- /package/dist/core/{Glow-D0boDIAW.js → Glow-BYNKuw0E.js} +0 -0
- /package/dist/core/{Godrays-ChqiT2zn.js → Godrays-iMO6X606.js} +0 -0
- /package/dist/core/{Grayscale-Bi-XBvO_.js → Grayscale-BH3tLDGN.js} +0 -0
- /package/dist/core/{Grid-DazyiX15.js → Grid-CdslWvoH.js} +0 -0
- /package/dist/core/{GridDistortion-CYQUwuXw.js → GridDistortion-D-iiGELF.js} +0 -0
- /package/dist/core/{Group-C0AknFDS.js → Group-ByGv48Lm.js} +0 -0
- /package/dist/core/{Halftone-Ddrldk6b.js → Halftone-CV0aFuRG.js} +0 -0
- /package/dist/core/{HueShift-DvOpzM7W.js → HueShift-DQ2WgImx.js} +0 -0
- /package/dist/core/{ImageTexture-D0xwHmkW.js → ImageTexture-DKFb8ze3.js} +0 -0
- /package/dist/core/{Invert-Bmjbp6g6.js → Invert-w9duGaUu.js} +0 -0
- /package/dist/core/{LinearBlur-cYfqaOhb.js → LinearBlur-CTXjolzL.js} +0 -0
- /package/dist/core/{LinearGradient-B6ySxWpU.js → LinearGradient-CZo6e7r8.js} +0 -0
- /package/dist/core/{Liquify-yoKWSK0F.js → Liquify-BbfDBMNZ.js} +0 -0
- /package/dist/core/{Pixelate-BmE_Zryn.js → Pixelate-C5Rx1dBp.js} +0 -0
- /package/dist/core/{PolarCoordinates-PLyS00-P.js → PolarCoordinates-CIh5ef8m.js} +0 -0
- /package/dist/core/{Posterize-DIjjPS72.js → Posterize-Byy0Ek0l.js} +0 -0
- /package/dist/core/{ProgressiveBlur-XD4ivmMn.js → ProgressiveBlur-Bzz24_y-.js} +0 -0
- /package/dist/core/{RadialGradient-pwKyDUBu.js → RadialGradient-Ci1dU-1K.js} +0 -0
- /package/dist/core/{RectangularCoordinates-Dq2JrmOX.js → RectangularCoordinates-tVGG7WOJ.js} +0 -0
- /package/dist/core/{Ripples-Ot1rx8kL.js → Ripples-BCGSt5HD.js} +0 -0
- /package/dist/core/{Saturation-J0nI4hmh.js → Saturation-DWR1Nruu.js} +0 -0
- /package/dist/core/{SimplexNoise-BfilWh05.js → SimplexNoise-j5sH7ro0.js} +0 -0
- /package/dist/core/{SineWave-DRqL-jda.js → SineWave-C4Lz5gO9.js} +0 -0
- /package/dist/core/{SolidColor-B62ZBRlK.js → SolidColor-9huPo7Qb.js} +0 -0
- /package/dist/core/{Spherize-DDP0_5VP.js → Spherize-ARP2hY6_.js} +0 -0
- /package/dist/core/{Spiral-Cx7Z8gLc.js → Spiral-d60Q9u4M.js} +0 -0
- /package/dist/core/{Strands-C9FBVtDe.js → Strands-DiIbhZ0r.js} +0 -0
- /package/dist/core/{Stretch-BCpOO3q6.js → Stretch-UYY3Qep7.js} +0 -0
- /package/dist/core/{Swirl-BfD35doJ.js → Swirl-jQMlfm2U.js} +0 -0
- /package/dist/core/{TiltShift-CvKqM1xk.js → TiltShift-Ctj-Dsom.js} +0 -0
- /package/dist/core/{Tritone-BeEJj4U0.js → Tritone-D2lMeIyT.js} +0 -0
- /package/dist/core/{Twirl-EJ3aS_lo.js → Twirl-D4opuuKg.js} +0 -0
- /package/dist/core/{Vibrance-BI5q7_Wt.js → Vibrance-CZCF06c0.js} +0 -0
- /package/dist/core/{WaveDistortion-BOWBSWEU.js → WaveDistortion-DdJtTeib.js} +0 -0
- /package/dist/core/{ZoomBlur-gB0BxldE.js → ZoomBlur-DfzUaH4u.js} +0 -0
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { vec3, vec4 } from "three/tsl";
|
|
2
|
+
const componentDefinition = {
|
|
3
|
+
name: "BrightnessContrast",
|
|
4
|
+
category: "Adjustments",
|
|
5
|
+
description: "Adjust brightness and contrast of the image",
|
|
6
|
+
requiresChild: true,
|
|
7
|
+
props: {
|
|
8
|
+
brightness: {
|
|
9
|
+
default: 0,
|
|
10
|
+
description: "Brightness adjustment (-1 to 1)",
|
|
11
|
+
ui: {
|
|
12
|
+
type: "range",
|
|
13
|
+
min: -1,
|
|
14
|
+
max: 1,
|
|
15
|
+
step: .01,
|
|
16
|
+
label: "Brightness"
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
contrast: {
|
|
20
|
+
default: 0,
|
|
21
|
+
description: "Contrast adjustment (-1 to 1)",
|
|
22
|
+
ui: {
|
|
23
|
+
type: "range",
|
|
24
|
+
min: -1,
|
|
25
|
+
max: 1,
|
|
26
|
+
step: .01,
|
|
27
|
+
label: "Contrast"
|
|
28
|
+
},
|
|
29
|
+
transform: (value) => value + 1
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
fragmentNode: ({ uniforms, childNode }) => {
|
|
33
|
+
if (!childNode) {
|
|
34
|
+
console.error("You must pass a child component into the Brightness Contrast shader.");
|
|
35
|
+
return vec4(0);
|
|
36
|
+
}
|
|
37
|
+
const brightness = uniforms.brightness.uniform;
|
|
38
|
+
const contrast = uniforms.contrast.uniform;
|
|
39
|
+
return vec4(vec3(childNode.r, childNode.g, childNode.b).sub(.5).mul(contrast).add(.5).add(brightness), childNode.a);
|
|
40
|
+
}
|
|
41
|
+
};
|
|
42
|
+
var BrightnessContrast_default = componentDefinition;
|
|
43
|
+
export { componentDefinition as n, BrightnessContrast_default as t };
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { Fn, clamp, convertToTexture, float, screenUV, vec2, vec4, viewportSize } from "three/tsl";
|
|
2
|
+
const componentDefinition = {
|
|
3
|
+
name: "Sharpness",
|
|
4
|
+
category: "Adjustments",
|
|
5
|
+
description: "Adjust image sharpness using a convolution kernel",
|
|
6
|
+
requiresRTT: true,
|
|
7
|
+
requiresChild: true,
|
|
8
|
+
props: { sharpness: {
|
|
9
|
+
default: 0,
|
|
10
|
+
description: "How sharp to make the underlying image",
|
|
11
|
+
ui: {
|
|
12
|
+
type: "range",
|
|
13
|
+
min: 0,
|
|
14
|
+
max: 5,
|
|
15
|
+
step: .01,
|
|
16
|
+
label: "Sharpness"
|
|
17
|
+
}
|
|
18
|
+
} },
|
|
19
|
+
fragmentNode: ({ uniforms, childNode, onCleanup }) => {
|
|
20
|
+
if (!childNode) return vec4(0, 0, 0, 0);
|
|
21
|
+
const childTexture = convertToTexture(childNode);
|
|
22
|
+
onCleanup(() => {
|
|
23
|
+
if (childTexture?.renderTarget?.dispose) childTexture.renderTarget.dispose();
|
|
24
|
+
});
|
|
25
|
+
return Fn(() => {
|
|
26
|
+
const uv$1 = screenUV;
|
|
27
|
+
const amount = uniforms.sharpness.uniform;
|
|
28
|
+
const pixelSize = vec2(1).div(viewportSize);
|
|
29
|
+
const center = childTexture.sample(uv$1);
|
|
30
|
+
const top = childTexture.sample(uv$1.add(vec2(0, pixelSize.y)));
|
|
31
|
+
const bottom = childTexture.sample(uv$1.sub(vec2(0, pixelSize.y)));
|
|
32
|
+
const left = childTexture.sample(uv$1.sub(vec2(pixelSize.x, 0)));
|
|
33
|
+
const right = childTexture.sample(uv$1.add(vec2(pixelSize.x, 0)));
|
|
34
|
+
const centerWeight = float(1).add(amount.mul(4));
|
|
35
|
+
const neighborWeight = amount.negate();
|
|
36
|
+
return vec4(clamp(center.mul(centerWeight).add(top.mul(neighborWeight)).add(bottom.mul(neighborWeight)).add(left.mul(neighborWeight)).add(right.mul(neighborWeight)).rgb, 0, 1), center.a);
|
|
37
|
+
})();
|
|
38
|
+
}
|
|
39
|
+
};
|
|
40
|
+
var Sharpness_default = componentDefinition;
|
|
41
|
+
export { componentDefinition as n, Sharpness_default as t };
|
package/dist/core/index.js
CHANGED
|
@@ -7,56 +7,58 @@ import "./colorMixing-CZPFmiT4.js";
|
|
|
7
7
|
import { n as componentDefinition$2 } from "./Beam-CbG4MkLo.js";
|
|
8
8
|
import { n as componentDefinition$3 } from "./Blob-C_fYRjJF.js";
|
|
9
9
|
import { n as componentDefinition$4 } from "./Blur-k37gOaRA.js";
|
|
10
|
-
import { n as componentDefinition$5 } from "./
|
|
11
|
-
import { n as componentDefinition$6 } from "./
|
|
12
|
-
import { n as componentDefinition$7 } from "./
|
|
13
|
-
import { n as componentDefinition$8 } from "./
|
|
14
|
-
import { n as componentDefinition$9 } from "./
|
|
15
|
-
import { n as componentDefinition$10 } from "./
|
|
16
|
-
import { n as componentDefinition$11 } from "./
|
|
17
|
-
import { n as componentDefinition$12 } from "./
|
|
18
|
-
import { n as componentDefinition$13 } from "./
|
|
19
|
-
import { n as componentDefinition$14 } from "./
|
|
20
|
-
import { n as componentDefinition$15 } from "./
|
|
21
|
-
import { n as componentDefinition$16 } from "./
|
|
22
|
-
import { n as componentDefinition$17 } from "./
|
|
23
|
-
import { n as componentDefinition$18 } from "./
|
|
24
|
-
import { n as componentDefinition$19 } from "./
|
|
25
|
-
import { n as componentDefinition$20 } from "./
|
|
26
|
-
import { n as componentDefinition$21 } from "./
|
|
27
|
-
import { n as componentDefinition$22 } from "./
|
|
28
|
-
import { n as componentDefinition$23 } from "./
|
|
29
|
-
import { n as componentDefinition$24 } from "./
|
|
30
|
-
import { n as componentDefinition$25 } from "./
|
|
31
|
-
import { n as componentDefinition$26 } from "./
|
|
32
|
-
import { n as componentDefinition$27 } from "./
|
|
33
|
-
import { n as componentDefinition$28 } from "./
|
|
34
|
-
import { n as componentDefinition$29 } from "./
|
|
35
|
-
import { n as componentDefinition$30 } from "./
|
|
36
|
-
import { n as componentDefinition$31 } from "./
|
|
37
|
-
import { n as componentDefinition$32 } from "./
|
|
38
|
-
import { n as componentDefinition$33 } from "./
|
|
39
|
-
import { n as componentDefinition$34 } from "./
|
|
40
|
-
import { n as componentDefinition$35 } from "./
|
|
41
|
-
import { n as componentDefinition$36 } from "./
|
|
42
|
-
import { n as componentDefinition$37 } from "./
|
|
43
|
-
import { n as componentDefinition$38 } from "./
|
|
44
|
-
import { n as componentDefinition$39 } from "./
|
|
45
|
-
import { n as componentDefinition$40 } from "./
|
|
46
|
-
import { n as componentDefinition$41 } from "./
|
|
47
|
-
import { n as componentDefinition$42 } from "./
|
|
48
|
-
import { n as componentDefinition$43 } from "./
|
|
49
|
-
import { n as componentDefinition$44 } from "./
|
|
50
|
-
import { n as componentDefinition$45 } from "./
|
|
51
|
-
import { n as componentDefinition$46 } from "./
|
|
52
|
-
import { n as componentDefinition$47 } from "./
|
|
53
|
-
import { n as componentDefinition$48 } from "./
|
|
54
|
-
import { n as componentDefinition$49 } from "./
|
|
55
|
-
import { n as componentDefinition$50 } from "./
|
|
56
|
-
import { n as componentDefinition$51 } from "./
|
|
57
|
-
import { n as componentDefinition$52 } from "./
|
|
58
|
-
import { n as componentDefinition$53 } from "./
|
|
59
|
-
import { n as componentDefinition$54 } from "./
|
|
10
|
+
import { n as componentDefinition$5 } from "./BrightnessContrast-CaErceqR.js";
|
|
11
|
+
import { n as componentDefinition$6 } from "./Bulge-BVcWo6On.js";
|
|
12
|
+
import { n as componentDefinition$7 } from "./ChannelBlur-CQoP7Igg.js";
|
|
13
|
+
import { n as componentDefinition$8 } from "./Checkerboard-D_hGvoO7.js";
|
|
14
|
+
import { n as componentDefinition$9 } from "./ChromaFlow-DizYQSgf.js";
|
|
15
|
+
import { n as componentDefinition$10 } from "./ChromaticAberration-Bk_DMYJm.js";
|
|
16
|
+
import { n as componentDefinition$11 } from "./Circle-BlVzkeyl.js";
|
|
17
|
+
import { n as componentDefinition$12 } from "./CRTScreen-CcAYeqoI.js";
|
|
18
|
+
import { n as componentDefinition$13 } from "./CursorTrail-CxXWV7KH.js";
|
|
19
|
+
import { n as componentDefinition$14 } from "./DiffuseBlur-BTSRl65K.js";
|
|
20
|
+
import { n as componentDefinition$15 } from "./Dither-C1KyBYuE.js";
|
|
21
|
+
import { n as componentDefinition$16 } from "./DotGrid-ll8XCA0p.js";
|
|
22
|
+
import { n as componentDefinition$17 } from "./Duotone-d2gQJr4M.js";
|
|
23
|
+
import { n as componentDefinition$18 } from "./FilmGrain-3h6TIe1T.js";
|
|
24
|
+
import { n as componentDefinition$19 } from "./FloatingParticles-B6KvHecR.js";
|
|
25
|
+
import { n as componentDefinition$20 } from "./GlassTiles-DqT67iqr.js";
|
|
26
|
+
import { n as componentDefinition$21 } from "./Glow-BYNKuw0E.js";
|
|
27
|
+
import { n as componentDefinition$22 } from "./Godrays-iMO6X606.js";
|
|
28
|
+
import { n as componentDefinition$23 } from "./Grayscale-BH3tLDGN.js";
|
|
29
|
+
import { n as componentDefinition$24 } from "./Grid-CdslWvoH.js";
|
|
30
|
+
import { n as componentDefinition$25 } from "./GridDistortion-D-iiGELF.js";
|
|
31
|
+
import { n as componentDefinition$26 } from "./Group-ByGv48Lm.js";
|
|
32
|
+
import { n as componentDefinition$27 } from "./Halftone-CV0aFuRG.js";
|
|
33
|
+
import { n as componentDefinition$28 } from "./HueShift-DQ2WgImx.js";
|
|
34
|
+
import { n as componentDefinition$29 } from "./ImageTexture-DKFb8ze3.js";
|
|
35
|
+
import { n as componentDefinition$30 } from "./Invert-w9duGaUu.js";
|
|
36
|
+
import { n as componentDefinition$31 } from "./LinearBlur-CTXjolzL.js";
|
|
37
|
+
import { n as componentDefinition$32 } from "./LinearGradient-CZo6e7r8.js";
|
|
38
|
+
import { n as componentDefinition$33 } from "./Liquify-BbfDBMNZ.js";
|
|
39
|
+
import { n as componentDefinition$34 } from "./Pixelate-C5Rx1dBp.js";
|
|
40
|
+
import { n as componentDefinition$35 } from "./PolarCoordinates-CIh5ef8m.js";
|
|
41
|
+
import { n as componentDefinition$36 } from "./Posterize-Byy0Ek0l.js";
|
|
42
|
+
import { n as componentDefinition$37 } from "./ProgressiveBlur-Bzz24_y-.js";
|
|
43
|
+
import { n as componentDefinition$38 } from "./RadialGradient-Ci1dU-1K.js";
|
|
44
|
+
import { n as componentDefinition$39 } from "./RectangularCoordinates-tVGG7WOJ.js";
|
|
45
|
+
import { n as componentDefinition$40 } from "./Ripples-BCGSt5HD.js";
|
|
46
|
+
import { n as componentDefinition$41 } from "./Saturation-DWR1Nruu.js";
|
|
47
|
+
import { n as componentDefinition$42 } from "./Sharpness-B2MrhUH5.js";
|
|
48
|
+
import { n as componentDefinition$43 } from "./SimplexNoise-j5sH7ro0.js";
|
|
49
|
+
import { n as componentDefinition$44 } from "./SineWave-C4Lz5gO9.js";
|
|
50
|
+
import { n as componentDefinition$45 } from "./SolidColor-9huPo7Qb.js";
|
|
51
|
+
import { n as componentDefinition$46 } from "./Spherize-ARP2hY6_.js";
|
|
52
|
+
import { n as componentDefinition$47 } from "./Spiral-d60Q9u4M.js";
|
|
53
|
+
import { n as componentDefinition$48 } from "./Strands-DiIbhZ0r.js";
|
|
54
|
+
import { n as componentDefinition$49 } from "./Stretch-UYY3Qep7.js";
|
|
55
|
+
import { n as componentDefinition$50 } from "./Swirl-jQMlfm2U.js";
|
|
56
|
+
import { n as componentDefinition$51 } from "./TiltShift-Ctj-Dsom.js";
|
|
57
|
+
import { n as componentDefinition$52 } from "./Tritone-D2lMeIyT.js";
|
|
58
|
+
import { n as componentDefinition$53 } from "./Twirl-D4opuuKg.js";
|
|
59
|
+
import { n as componentDefinition$54 } from "./Vibrance-CZCF06c0.js";
|
|
60
|
+
import { n as componentDefinition$55 } from "./WaveDistortion-DdJtTeib.js";
|
|
61
|
+
import { n as componentDefinition$56 } from "./ZoomBlur-DfzUaH4u.js";
|
|
60
62
|
import { Material, Mesh, MeshBasicNodeMaterial, OrthographicCamera, PlaneGeometry, SRGBColorSpace, Scene, WebGPURenderer } from "three/webgpu";
|
|
61
63
|
import { WebGLRenderer } from "three";
|
|
62
64
|
import { PI, abs, add, atan, convertToTexture, cos, div, dot, float, fract, max, min, mix, mul, pow, screenUV, sin, smoothstep, sqrt, step, sub, time, uniform, uv, vec2, vec3, vec4 } from "three/tsl";
|
|
@@ -1083,7 +1085,7 @@ function shaderRenderer() {
|
|
|
1083
1085
|
}
|
|
1084
1086
|
}
|
|
1085
1087
|
};
|
|
1086
|
-
const registerNode = (id, fragmentNodeFunc, parentId, metadata, uniforms = {}, componentDefinition$
|
|
1088
|
+
const registerNode = (id, fragmentNodeFunc, parentId, metadata, uniforms = {}, componentDefinition$57) => {
|
|
1087
1089
|
if (fragmentNodeFunc === null) {
|
|
1088
1090
|
const queueIndex = pendingRegistrationQueue.findIndex((item) => item.id === id);
|
|
1089
1091
|
if (queueIndex !== -1) {
|
|
@@ -1101,7 +1103,7 @@ function shaderRenderer() {
|
|
|
1101
1103
|
parentId,
|
|
1102
1104
|
metadata,
|
|
1103
1105
|
uniforms,
|
|
1104
|
-
componentDefinition: componentDefinition$
|
|
1106
|
+
componentDefinition: componentDefinition$57
|
|
1105
1107
|
};
|
|
1106
1108
|
else pendingRegistrationQueue.push({
|
|
1107
1109
|
id,
|
|
@@ -1109,7 +1111,7 @@ function shaderRenderer() {
|
|
|
1109
1111
|
parentId,
|
|
1110
1112
|
metadata,
|
|
1111
1113
|
uniforms,
|
|
1112
|
-
componentDefinition: componentDefinition$
|
|
1114
|
+
componentDefinition: componentDefinition$57
|
|
1113
1115
|
});
|
|
1114
1116
|
return;
|
|
1115
1117
|
}
|
|
@@ -1142,11 +1144,11 @@ function shaderRenderer() {
|
|
|
1142
1144
|
}
|
|
1143
1145
|
const nodeInfo = {
|
|
1144
1146
|
id,
|
|
1145
|
-
componentName: componentDefinition$
|
|
1147
|
+
componentName: componentDefinition$57?.name || "Unknown",
|
|
1146
1148
|
fragmentNodeFunc,
|
|
1147
1149
|
parentId,
|
|
1148
|
-
requiresRTT: componentDefinition$
|
|
1149
|
-
requiresChild: componentDefinition$
|
|
1150
|
+
requiresRTT: componentDefinition$57?.requiresRTT || false,
|
|
1151
|
+
requiresChild: componentDefinition$57?.requiresChild || false,
|
|
1150
1152
|
opacityUniform,
|
|
1151
1153
|
metadata: {
|
|
1152
1154
|
blendMode: metadata?.blendMode || "normal",
|
|
@@ -1462,7 +1464,7 @@ function shaderRenderer() {
|
|
|
1462
1464
|
if (pendingRegistrationQueue.length === 0) return;
|
|
1463
1465
|
const queue = [...pendingRegistrationQueue];
|
|
1464
1466
|
pendingRegistrationQueue = [];
|
|
1465
|
-
for (const { id, fragmentNodeFunc, parentId, metadata, uniforms, componentDefinition: componentDefinition$
|
|
1467
|
+
for (const { id, fragmentNodeFunc, parentId, metadata, uniforms, componentDefinition: componentDefinition$57 } of queue) if (fragmentNodeFunc) registerNode(id, fragmentNodeFunc, parentId, metadata, uniforms, componentDefinition$57);
|
|
1466
1468
|
};
|
|
1467
1469
|
const initialize = async ({ canvas, enablePerformanceTracking: enableTracking = false }) => {
|
|
1468
1470
|
if (isInitialized || isInitializing) return;
|
|
@@ -1762,56 +1764,58 @@ var createShaderRegistry = () => {
|
|
|
1762
1764
|
Beam: componentDefinition$2,
|
|
1763
1765
|
Blob: componentDefinition$3,
|
|
1764
1766
|
Blur: componentDefinition$4,
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1767
|
+
BrightnessContrast: componentDefinition$5,
|
|
1768
|
+
Bulge: componentDefinition$6,
|
|
1769
|
+
ChannelBlur: componentDefinition$7,
|
|
1770
|
+
Checkerboard: componentDefinition$8,
|
|
1771
|
+
ChromaFlow: componentDefinition$9,
|
|
1772
|
+
ChromaticAberration: componentDefinition$10,
|
|
1773
|
+
Circle: componentDefinition$11,
|
|
1774
|
+
CRTScreen: componentDefinition$12,
|
|
1775
|
+
CursorTrail: componentDefinition$13,
|
|
1776
|
+
DiffuseBlur: componentDefinition$14,
|
|
1777
|
+
Dither: componentDefinition$15,
|
|
1778
|
+
DotGrid: componentDefinition$16,
|
|
1779
|
+
Duotone: componentDefinition$17,
|
|
1780
|
+
FilmGrain: componentDefinition$18,
|
|
1781
|
+
FloatingParticles: componentDefinition$19,
|
|
1782
|
+
GlassTiles: componentDefinition$20,
|
|
1783
|
+
Glow: componentDefinition$21,
|
|
1784
|
+
Godrays: componentDefinition$22,
|
|
1785
|
+
Grayscale: componentDefinition$23,
|
|
1786
|
+
Grid: componentDefinition$24,
|
|
1787
|
+
GridDistortion: componentDefinition$25,
|
|
1788
|
+
Group: componentDefinition$26,
|
|
1789
|
+
Halftone: componentDefinition$27,
|
|
1790
|
+
HueShift: componentDefinition$28,
|
|
1791
|
+
ImageTexture: componentDefinition$29,
|
|
1792
|
+
Invert: componentDefinition$30,
|
|
1793
|
+
LinearBlur: componentDefinition$31,
|
|
1794
|
+
LinearGradient: componentDefinition$32,
|
|
1795
|
+
Liquify: componentDefinition$33,
|
|
1796
|
+
Pixelate: componentDefinition$34,
|
|
1797
|
+
PolarCoordinates: componentDefinition$35,
|
|
1798
|
+
Posterize: componentDefinition$36,
|
|
1799
|
+
ProgressiveBlur: componentDefinition$37,
|
|
1800
|
+
RadialGradient: componentDefinition$38,
|
|
1801
|
+
RectangularCoordinates: componentDefinition$39,
|
|
1802
|
+
Ripples: componentDefinition$40,
|
|
1803
|
+
Saturation: componentDefinition$41,
|
|
1804
|
+
Sharpness: componentDefinition$42,
|
|
1805
|
+
SimplexNoise: componentDefinition$43,
|
|
1806
|
+
SineWave: componentDefinition$44,
|
|
1807
|
+
SolidColor: componentDefinition$45,
|
|
1808
|
+
Spherize: componentDefinition$46,
|
|
1809
|
+
Spiral: componentDefinition$47,
|
|
1810
|
+
Strands: componentDefinition$48,
|
|
1811
|
+
Stretch: componentDefinition$49,
|
|
1812
|
+
Swirl: componentDefinition$50,
|
|
1813
|
+
TiltShift: componentDefinition$51,
|
|
1814
|
+
Tritone: componentDefinition$52,
|
|
1815
|
+
Twirl: componentDefinition$53,
|
|
1816
|
+
Vibrance: componentDefinition$54,
|
|
1817
|
+
WaveDistortion: componentDefinition$55,
|
|
1818
|
+
ZoomBlur: componentDefinition$56
|
|
1815
1819
|
};
|
|
1816
1820
|
Object.entries(shaderDefinitions).forEach(([fileName, def]) => {
|
|
1817
1821
|
const propsMetadata = {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"shaderRegistry.d.ts","sourceRoot":"","sources":["../src/shaderRegistry.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"shaderRegistry.d.ts","sourceRoot":"","sources":["../src/shaderRegistry.ts"],"names":[],"mappings":"AA4DA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAA;AAElD,MAAM,WAAW,mBAAmB;IAClC,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,EAAE,MAAM,CAAA;IAChB,QAAQ,EAAE,MAAM,CAAA;IAChB,UAAU,EAAE,mBAAmB,CAAC,GAAG,CAAC,CAAA;IACpC,aAAa,EAAE,MAAM,CAAC,MAAM,EAAE;QAC5B,EAAE,CAAC,EAAE,GAAG,CAAA;QACR,OAAO,CAAC,EAAE,GAAG,CAAA;QACb,WAAW,CAAC,EAAE,MAAM,CAAA;KACrB,CAAC,CAAA;CACH;AA6FD,eAAO,MAAM,cAAc,qCAAyB,CAAA;AAGpD,wBAAgB,aAAa,IAAI,mBAAmB,EAAE,CAErD;AAED,wBAAgB,eAAe,CAAC,IAAI,EAAE,MAAM,GAAG,mBAAmB,GAAG,SAAS,CAE7E;AAED,wBAAgB,oBAAoB,CAAC,QAAQ,EAAE,MAAM,GAAG,mBAAmB,EAAE,CAE5E;AAED,wBAAgB,mBAAmB,IAAI,MAAM,EAAE,CAG9C"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { ComponentDefinition } from '../../types';
|
|
2
|
+
|
|
3
|
+
export interface ComponentProps {
|
|
4
|
+
/**
|
|
5
|
+
* Brightness adjustment (-1 to 1)
|
|
6
|
+
*
|
|
7
|
+
* Accepts a number between -1 and 1.
|
|
8
|
+
* @default 0
|
|
9
|
+
*/
|
|
10
|
+
brightness: number;
|
|
11
|
+
/**
|
|
12
|
+
* Contrast adjustment (-1 to 1)
|
|
13
|
+
*
|
|
14
|
+
* Accepts a number between -1 and 1.
|
|
15
|
+
* @default 0
|
|
16
|
+
*/
|
|
17
|
+
contrast: number;
|
|
18
|
+
}
|
|
19
|
+
export declare const componentDefinition: ComponentDefinition<ComponentProps>;
|
|
20
|
+
export default componentDefinition;
|
|
21
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/shaders/BrightnessContrast/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAAqB,MAAM,iBAAiB,CAAA;AAIvE,MAAM,WAAW,cAAc;IAC3B,UAAU,EAAE,MAAM,CAAA;IAClB,QAAQ,EAAE,MAAM,CAAA;CACnB;AAED,eAAO,MAAM,mBAAmB,EAAE,mBAAmB,CAAC,cAAc,CAuCnE,CAAA;AAED,eAAe,mBAAmB,CAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "../../edges-Bd7GP4s2.js";
|
|
2
2
|
import "../../transformations-YbhRK-rd.js";
|
|
3
|
-
import { n as componentDefinition, t as Bulge_default } from "../../Bulge-
|
|
3
|
+
import { n as componentDefinition, t as Bulge_default } from "../../Bulge-BVcWo6On.js";
|
|
4
4
|
export { componentDefinition, Bulge_default as default };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as componentDefinition, t as CRTScreen_default } from "../../CRTScreen-
|
|
1
|
+
import { n as componentDefinition, t as CRTScreen_default } from "../../CRTScreen-CcAYeqoI.js";
|
|
2
2
|
export { componentDefinition, CRTScreen_default as default };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as componentDefinition, t as ChannelBlur_default } from "../../ChannelBlur-
|
|
1
|
+
import { n as componentDefinition, t as ChannelBlur_default } from "../../ChannelBlur-CQoP7Igg.js";
|
|
2
2
|
export { componentDefinition, ChannelBlur_default as default };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "../../transformations-YbhRK-rd.js";
|
|
2
2
|
import "../../colorMixing-CZPFmiT4.js";
|
|
3
|
-
import { n as componentDefinition, t as Checkerboard_default } from "../../Checkerboard-
|
|
3
|
+
import { n as componentDefinition, t as Checkerboard_default } from "../../Checkerboard-D_hGvoO7.js";
|
|
4
4
|
export { componentDefinition, Checkerboard_default as default };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import "../../transformations-YbhRK-rd.js";
|
|
2
|
-
import { n as componentDefinition, t as ChromaFlow_default } from "../../ChromaFlow-
|
|
2
|
+
import { n as componentDefinition, t as ChromaFlow_default } from "../../ChromaFlow-DizYQSgf.js";
|
|
3
3
|
export { componentDefinition, ChromaFlow_default as default };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import "../../transformations-YbhRK-rd.js";
|
|
2
|
-
import { n as componentDefinition, t as ChromaticAberration_default } from "../../ChromaticAberration-
|
|
2
|
+
import { n as componentDefinition, t as ChromaticAberration_default } from "../../ChromaticAberration-Bk_DMYJm.js";
|
|
3
3
|
export { componentDefinition, ChromaticAberration_default as default };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import "../../transformations-YbhRK-rd.js";
|
|
2
|
-
import { n as componentDefinition, t as Circle_default } from "../../Circle-
|
|
2
|
+
import { n as componentDefinition, t as Circle_default } from "../../Circle-BlVzkeyl.js";
|
|
3
3
|
export { componentDefinition, Circle_default as default };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "../../transformations-YbhRK-rd.js";
|
|
2
2
|
import "../../colorMixing-CZPFmiT4.js";
|
|
3
|
-
import { n as componentDefinition, t as CursorTrail_default } from "../../CursorTrail-
|
|
3
|
+
import { n as componentDefinition, t as CursorTrail_default } from "../../CursorTrail-CxXWV7KH.js";
|
|
4
4
|
export { componentDefinition, CursorTrail_default as default };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "../../edges-Bd7GP4s2.js";
|
|
2
2
|
import "../../transformations-YbhRK-rd.js";
|
|
3
|
-
import { n as componentDefinition, t as DiffuseBlur_default } from "../../DiffuseBlur-
|
|
3
|
+
import { n as componentDefinition, t as DiffuseBlur_default } from "../../DiffuseBlur-BTSRl65K.js";
|
|
4
4
|
export { componentDefinition, DiffuseBlur_default as default };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import "../../transformations-YbhRK-rd.js";
|
|
2
|
-
import { n as componentDefinition, t as Dither_default } from "../../Dither-
|
|
2
|
+
import { n as componentDefinition, t as Dither_default } from "../../Dither-C1KyBYuE.js";
|
|
3
3
|
export { componentDefinition, Dither_default as default };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import "../../transformations-YbhRK-rd.js";
|
|
2
|
-
import { n as componentDefinition, t as DotGrid_default } from "../../DotGrid-
|
|
2
|
+
import { n as componentDefinition, t as DotGrid_default } from "../../DotGrid-ll8XCA0p.js";
|
|
3
3
|
export { componentDefinition, DotGrid_default as default };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "../../transformations-YbhRK-rd.js";
|
|
2
2
|
import "../../colorMixing-CZPFmiT4.js";
|
|
3
|
-
import { n as componentDefinition, t as Duotone_default } from "../../Duotone-
|
|
3
|
+
import { n as componentDefinition, t as Duotone_default } from "../../Duotone-d2gQJr4M.js";
|
|
4
4
|
export { componentDefinition, Duotone_default as default };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as componentDefinition, t as FilmGrain_default } from "../../FilmGrain-
|
|
1
|
+
import { n as componentDefinition, t as FilmGrain_default } from "../../FilmGrain-3h6TIe1T.js";
|
|
2
2
|
export { componentDefinition, FilmGrain_default as default };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import "../../transformations-YbhRK-rd.js";
|
|
2
|
-
import { n as componentDefinition, t as FloatingParticles_default } from "../../FloatingParticles-
|
|
2
|
+
import { n as componentDefinition, t as FloatingParticles_default } from "../../FloatingParticles-B6KvHecR.js";
|
|
3
3
|
export { componentDefinition, FloatingParticles_default as default };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as componentDefinition, t as GlassTiles_default } from "../../GlassTiles-
|
|
1
|
+
import { n as componentDefinition, t as GlassTiles_default } from "../../GlassTiles-DqT67iqr.js";
|
|
2
2
|
export { componentDefinition, GlassTiles_default as default };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as componentDefinition, t as Glow_default } from "../../Glow-
|
|
1
|
+
import { n as componentDefinition, t as Glow_default } from "../../Glow-BYNKuw0E.js";
|
|
2
2
|
export { componentDefinition, Glow_default as default };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import "../../transformations-YbhRK-rd.js";
|
|
2
|
-
import { n as componentDefinition, t as Godrays_default } from "../../Godrays-
|
|
2
|
+
import { n as componentDefinition, t as Godrays_default } from "../../Godrays-iMO6X606.js";
|
|
3
3
|
export { componentDefinition, Godrays_default as default };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as componentDefinition, t as Grayscale_default } from "../../Grayscale-
|
|
1
|
+
import { n as componentDefinition, t as Grayscale_default } from "../../Grayscale-BH3tLDGN.js";
|
|
2
2
|
export { componentDefinition, Grayscale_default as default };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import "../../transformations-YbhRK-rd.js";
|
|
2
|
-
import { n as componentDefinition, t as Grid_default } from "../../Grid-
|
|
2
|
+
import { n as componentDefinition, t as Grid_default } from "../../Grid-CdslWvoH.js";
|
|
3
3
|
export { componentDefinition, Grid_default as default };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "../../edges-Bd7GP4s2.js";
|
|
2
2
|
import "../../transformations-YbhRK-rd.js";
|
|
3
|
-
import { n as componentDefinition, t as GridDistortion_default } from "../../GridDistortion-
|
|
3
|
+
import { n as componentDefinition, t as GridDistortion_default } from "../../GridDistortion-D-iiGELF.js";
|
|
4
4
|
export { componentDefinition, GridDistortion_default as default };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as componentDefinition, t as Group_default } from "../../Group-
|
|
1
|
+
import { n as componentDefinition, t as Group_default } from "../../Group-ByGv48Lm.js";
|
|
2
2
|
export { componentDefinition, Group_default as default };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import "../../transformations-YbhRK-rd.js";
|
|
2
|
-
import { n as componentDefinition, t as Halftone_default } from "../../Halftone-
|
|
2
|
+
import { n as componentDefinition, t as Halftone_default } from "../../Halftone-CV0aFuRG.js";
|
|
3
3
|
export { componentDefinition, Halftone_default as default };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as componentDefinition, t as HueShift_default } from "../../HueShift-
|
|
1
|
+
import { n as componentDefinition, t as HueShift_default } from "../../HueShift-DQ2WgImx.js";
|
|
2
2
|
export { componentDefinition, HueShift_default as default };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as componentDefinition, t as ImageTexture_default } from "../../ImageTexture-
|
|
1
|
+
import { n as componentDefinition, t as ImageTexture_default } from "../../ImageTexture-DKFb8ze3.js";
|
|
2
2
|
export { componentDefinition, ImageTexture_default as default };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as componentDefinition, t as Invert_default } from "../../Invert-
|
|
1
|
+
import { n as componentDefinition, t as Invert_default } from "../../Invert-w9duGaUu.js";
|
|
2
2
|
export { componentDefinition, Invert_default as default };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import "../../transformations-YbhRK-rd.js";
|
|
2
|
-
import { n as componentDefinition, t as LinearBlur_default } from "../../LinearBlur-
|
|
2
|
+
import { n as componentDefinition, t as LinearBlur_default } from "../../LinearBlur-CTXjolzL.js";
|
|
3
3
|
export { componentDefinition, LinearBlur_default as default };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "../../transformations-YbhRK-rd.js";
|
|
2
2
|
import "../../colorMixing-CZPFmiT4.js";
|
|
3
|
-
import { n as componentDefinition, t as LinearGradient_default } from "../../LinearGradient-
|
|
3
|
+
import { n as componentDefinition, t as LinearGradient_default } from "../../LinearGradient-CZo6e7r8.js";
|
|
4
4
|
export { componentDefinition, LinearGradient_default as default };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "../../edges-Bd7GP4s2.js";
|
|
2
2
|
import "../../transformations-YbhRK-rd.js";
|
|
3
|
-
import { n as componentDefinition, t as Liquify_default } from "../../Liquify-
|
|
3
|
+
import { n as componentDefinition, t as Liquify_default } from "../../Liquify-BbfDBMNZ.js";
|
|
4
4
|
export { componentDefinition, Liquify_default as default };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as componentDefinition, t as Pixelate_default } from "../../Pixelate-
|
|
1
|
+
import { n as componentDefinition, t as Pixelate_default } from "../../Pixelate-C5Rx1dBp.js";
|
|
2
2
|
export { componentDefinition, Pixelate_default as default };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "../../edges-Bd7GP4s2.js";
|
|
2
2
|
import "../../transformations-YbhRK-rd.js";
|
|
3
|
-
import { n as componentDefinition, t as PolarCoordinates_default } from "../../PolarCoordinates-
|
|
3
|
+
import { n as componentDefinition, t as PolarCoordinates_default } from "../../PolarCoordinates-CIh5ef8m.js";
|
|
4
4
|
export { componentDefinition, PolarCoordinates_default as default };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as componentDefinition, t as Posterize_default } from "../../Posterize-
|
|
1
|
+
import { n as componentDefinition, t as Posterize_default } from "../../Posterize-Byy0Ek0l.js";
|
|
2
2
|
export { componentDefinition, Posterize_default as default };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import "../../transformations-YbhRK-rd.js";
|
|
2
|
-
import { n as componentDefinition, t as ProgressiveBlur_default } from "../../ProgressiveBlur-
|
|
2
|
+
import { n as componentDefinition, t as ProgressiveBlur_default } from "../../ProgressiveBlur-Bzz24_y-.js";
|
|
3
3
|
export { componentDefinition, ProgressiveBlur_default as default };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "../../transformations-YbhRK-rd.js";
|
|
2
2
|
import "../../colorMixing-CZPFmiT4.js";
|
|
3
|
-
import { n as componentDefinition, t as RadialGradient_default } from "../../RadialGradient-
|
|
3
|
+
import { n as componentDefinition, t as RadialGradient_default } from "../../RadialGradient-Ci1dU-1K.js";
|
|
4
4
|
export { componentDefinition, RadialGradient_default as default };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "../../edges-Bd7GP4s2.js";
|
|
2
2
|
import "../../transformations-YbhRK-rd.js";
|
|
3
|
-
import { n as componentDefinition, t as RectangularCoordinates_default } from "../../RectangularCoordinates-
|
|
3
|
+
import { n as componentDefinition, t as RectangularCoordinates_default } from "../../RectangularCoordinates-tVGG7WOJ.js";
|
|
4
4
|
export { componentDefinition, RectangularCoordinates_default as default };
|