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.
Files changed (147) hide show
  1. package/dist/core/BrightnessContrast-CaErceqR.js +43 -0
  2. package/dist/core/Sharpness-B2MrhUH5.js +41 -0
  3. package/dist/core/index.js +111 -107
  4. package/dist/core/shaderRegistry.d.ts.map +1 -1
  5. package/dist/core/shaders/BrightnessContrast/index.d.ts +21 -0
  6. package/dist/core/shaders/BrightnessContrast/index.d.ts.map +1 -0
  7. package/dist/core/shaders/BrightnessContrast/index.js +2 -0
  8. package/dist/core/shaders/Bulge/index.js +1 -1
  9. package/dist/core/shaders/CRTScreen/index.js +1 -1
  10. package/dist/core/shaders/ChannelBlur/index.js +1 -1
  11. package/dist/core/shaders/Checkerboard/index.js +1 -1
  12. package/dist/core/shaders/ChromaFlow/index.js +1 -1
  13. package/dist/core/shaders/ChromaticAberration/index.js +1 -1
  14. package/dist/core/shaders/Circle/index.js +1 -1
  15. package/dist/core/shaders/CursorTrail/index.js +1 -1
  16. package/dist/core/shaders/DiffuseBlur/index.js +1 -1
  17. package/dist/core/shaders/Dither/index.js +1 -1
  18. package/dist/core/shaders/DotGrid/index.js +1 -1
  19. package/dist/core/shaders/Duotone/index.js +1 -1
  20. package/dist/core/shaders/FilmGrain/index.js +1 -1
  21. package/dist/core/shaders/FloatingParticles/index.js +1 -1
  22. package/dist/core/shaders/GlassTiles/index.js +1 -1
  23. package/dist/core/shaders/Glow/index.js +1 -1
  24. package/dist/core/shaders/Godrays/index.js +1 -1
  25. package/dist/core/shaders/Grayscale/index.js +1 -1
  26. package/dist/core/shaders/Grid/index.js +1 -1
  27. package/dist/core/shaders/GridDistortion/index.js +1 -1
  28. package/dist/core/shaders/Group/index.js +1 -1
  29. package/dist/core/shaders/Halftone/index.js +1 -1
  30. package/dist/core/shaders/HueShift/index.js +1 -1
  31. package/dist/core/shaders/ImageTexture/index.js +1 -1
  32. package/dist/core/shaders/Invert/index.js +1 -1
  33. package/dist/core/shaders/LinearBlur/index.js +1 -1
  34. package/dist/core/shaders/LinearGradient/index.js +1 -1
  35. package/dist/core/shaders/Liquify/index.js +1 -1
  36. package/dist/core/shaders/Pixelate/index.js +1 -1
  37. package/dist/core/shaders/PolarCoordinates/index.js +1 -1
  38. package/dist/core/shaders/Posterize/index.js +1 -1
  39. package/dist/core/shaders/ProgressiveBlur/index.js +1 -1
  40. package/dist/core/shaders/RadialGradient/index.js +1 -1
  41. package/dist/core/shaders/RectangularCoordinates/index.js +1 -1
  42. package/dist/core/shaders/Ripples/index.js +1 -1
  43. package/dist/core/shaders/Saturation/index.js +1 -1
  44. package/dist/core/shaders/Sharpness/index.d.ts +14 -0
  45. package/dist/core/shaders/Sharpness/index.d.ts.map +1 -0
  46. package/dist/core/shaders/Sharpness/index.js +2 -0
  47. package/dist/core/shaders/SimplexNoise/index.js +1 -1
  48. package/dist/core/shaders/SineWave/index.js +1 -1
  49. package/dist/core/shaders/SolidColor/index.js +1 -1
  50. package/dist/core/shaders/Spherize/index.js +1 -1
  51. package/dist/core/shaders/Spiral/index.js +1 -1
  52. package/dist/core/shaders/Strands/index.js +1 -1
  53. package/dist/core/shaders/Stretch/index.js +1 -1
  54. package/dist/core/shaders/Swirl/index.js +1 -1
  55. package/dist/core/shaders/TiltShift/index.js +1 -1
  56. package/dist/core/shaders/Tritone/index.js +1 -1
  57. package/dist/core/shaders/Twirl/index.js +1 -1
  58. package/dist/core/shaders/Vibrance/index.js +1 -1
  59. package/dist/core/shaders/WaveDistortion/index.js +1 -1
  60. package/dist/core/shaders/ZoomBlur/index.js +1 -1
  61. package/dist/react/components/BrightnessContrast.d.ts +31 -0
  62. package/dist/react/components/BrightnessContrast.d.ts.map +1 -0
  63. package/dist/react/components/Sharpness.d.ts +31 -0
  64. package/dist/react/components/Sharpness.d.ts.map +1 -0
  65. package/dist/react/{generatePresetCode-Ci4D5lDy.js → generatePresetCode-C4t1eM0z.js} +13 -0
  66. package/dist/react/index.d.ts +2 -0
  67. package/dist/react/index.d.ts.map +1 -1
  68. package/dist/react/index.js +703 -425
  69. package/dist/react/utils/generatePresetCode.d.ts.map +1 -1
  70. package/dist/react/utils/generatePresetCode.js +1 -1
  71. package/dist/registry.js +101 -0
  72. package/dist/solid/components/BrightnessContrast.d.ts +28 -0
  73. package/dist/solid/components/BrightnessContrast.d.ts.map +1 -0
  74. package/dist/solid/components/Sharpness.d.ts +28 -0
  75. package/dist/solid/components/Sharpness.d.ts.map +1 -0
  76. package/dist/solid/index.d.ts +2 -0
  77. package/dist/solid/index.d.ts.map +1 -1
  78. package/dist/solid/index.js +648 -366
  79. package/dist/solid/utils/generatePresetCode.d.ts.map +1 -1
  80. package/dist/solid/utils/generatePresetCode.js +13 -0
  81. package/dist/svelte/components/BrightnessContrast.svelte.d.ts +19 -0
  82. package/dist/svelte/components/Sharpness.svelte.d.ts +19 -0
  83. package/dist/svelte/{generatePresetCode-hILbcEw8.js → generatePresetCode-CT9aNR6P.js} +13 -0
  84. package/dist/svelte/index.d.ts +2 -0
  85. package/dist/svelte/index.js +324 -102
  86. package/dist/svelte/utils/generatePresetCode.js +1 -1
  87. package/dist/vue/components/BrightnessContrast.vue.d.ts +57 -0
  88. package/dist/vue/components/BrightnessContrast.vue.d.ts.map +1 -0
  89. package/dist/vue/components/Sharpness.vue.d.ts +57 -0
  90. package/dist/vue/components/Sharpness.vue.d.ts.map +1 -0
  91. package/dist/vue/{generatePresetCode-DfkHaBG4.js → generatePresetCode-BmkyNfz6.js} +13 -0
  92. package/dist/vue/index.d.ts +2 -0
  93. package/dist/vue/index.d.ts.map +1 -1
  94. package/dist/vue/index.js +603 -360
  95. package/dist/vue/utils/generatePresetCode.d.ts.map +1 -1
  96. package/dist/vue/utils/generatePresetCode.js +1 -1
  97. package/package.json +17 -1
  98. /package/dist/core/{Bulge-C8-_hIFp.js → Bulge-BVcWo6On.js} +0 -0
  99. /package/dist/core/{CRTScreen-DLy8Rig6.js → CRTScreen-CcAYeqoI.js} +0 -0
  100. /package/dist/core/{ChannelBlur-BPOGOQXl.js → ChannelBlur-CQoP7Igg.js} +0 -0
  101. /package/dist/core/{Checkerboard-D_H3XYbF.js → Checkerboard-D_hGvoO7.js} +0 -0
  102. /package/dist/core/{ChromaFlow-DhzC_8Ne.js → ChromaFlow-DizYQSgf.js} +0 -0
  103. /package/dist/core/{ChromaticAberration-hi7WGiVk.js → ChromaticAberration-Bk_DMYJm.js} +0 -0
  104. /package/dist/core/{Circle-DI0gXpyD.js → Circle-BlVzkeyl.js} +0 -0
  105. /package/dist/core/{CursorTrail-B9EQ9FsP.js → CursorTrail-CxXWV7KH.js} +0 -0
  106. /package/dist/core/{DiffuseBlur-Cg7AsB3W.js → DiffuseBlur-BTSRl65K.js} +0 -0
  107. /package/dist/core/{Dither-Bb5rLGEI.js → Dither-C1KyBYuE.js} +0 -0
  108. /package/dist/core/{DotGrid-B2DXsjFE.js → DotGrid-ll8XCA0p.js} +0 -0
  109. /package/dist/core/{Duotone-CRwhugbV.js → Duotone-d2gQJr4M.js} +0 -0
  110. /package/dist/core/{FilmGrain-CY4ZO9UI.js → FilmGrain-3h6TIe1T.js} +0 -0
  111. /package/dist/core/{FloatingParticles-BduIDXKd.js → FloatingParticles-B6KvHecR.js} +0 -0
  112. /package/dist/core/{GlassTiles-BaAwsNxl.js → GlassTiles-DqT67iqr.js} +0 -0
  113. /package/dist/core/{Glow-D0boDIAW.js → Glow-BYNKuw0E.js} +0 -0
  114. /package/dist/core/{Godrays-ChqiT2zn.js → Godrays-iMO6X606.js} +0 -0
  115. /package/dist/core/{Grayscale-Bi-XBvO_.js → Grayscale-BH3tLDGN.js} +0 -0
  116. /package/dist/core/{Grid-DazyiX15.js → Grid-CdslWvoH.js} +0 -0
  117. /package/dist/core/{GridDistortion-CYQUwuXw.js → GridDistortion-D-iiGELF.js} +0 -0
  118. /package/dist/core/{Group-C0AknFDS.js → Group-ByGv48Lm.js} +0 -0
  119. /package/dist/core/{Halftone-Ddrldk6b.js → Halftone-CV0aFuRG.js} +0 -0
  120. /package/dist/core/{HueShift-DvOpzM7W.js → HueShift-DQ2WgImx.js} +0 -0
  121. /package/dist/core/{ImageTexture-D0xwHmkW.js → ImageTexture-DKFb8ze3.js} +0 -0
  122. /package/dist/core/{Invert-Bmjbp6g6.js → Invert-w9duGaUu.js} +0 -0
  123. /package/dist/core/{LinearBlur-cYfqaOhb.js → LinearBlur-CTXjolzL.js} +0 -0
  124. /package/dist/core/{LinearGradient-B6ySxWpU.js → LinearGradient-CZo6e7r8.js} +0 -0
  125. /package/dist/core/{Liquify-yoKWSK0F.js → Liquify-BbfDBMNZ.js} +0 -0
  126. /package/dist/core/{Pixelate-BmE_Zryn.js → Pixelate-C5Rx1dBp.js} +0 -0
  127. /package/dist/core/{PolarCoordinates-PLyS00-P.js → PolarCoordinates-CIh5ef8m.js} +0 -0
  128. /package/dist/core/{Posterize-DIjjPS72.js → Posterize-Byy0Ek0l.js} +0 -0
  129. /package/dist/core/{ProgressiveBlur-XD4ivmMn.js → ProgressiveBlur-Bzz24_y-.js} +0 -0
  130. /package/dist/core/{RadialGradient-pwKyDUBu.js → RadialGradient-Ci1dU-1K.js} +0 -0
  131. /package/dist/core/{RectangularCoordinates-Dq2JrmOX.js → RectangularCoordinates-tVGG7WOJ.js} +0 -0
  132. /package/dist/core/{Ripples-Ot1rx8kL.js → Ripples-BCGSt5HD.js} +0 -0
  133. /package/dist/core/{Saturation-J0nI4hmh.js → Saturation-DWR1Nruu.js} +0 -0
  134. /package/dist/core/{SimplexNoise-BfilWh05.js → SimplexNoise-j5sH7ro0.js} +0 -0
  135. /package/dist/core/{SineWave-DRqL-jda.js → SineWave-C4Lz5gO9.js} +0 -0
  136. /package/dist/core/{SolidColor-B62ZBRlK.js → SolidColor-9huPo7Qb.js} +0 -0
  137. /package/dist/core/{Spherize-DDP0_5VP.js → Spherize-ARP2hY6_.js} +0 -0
  138. /package/dist/core/{Spiral-Cx7Z8gLc.js → Spiral-d60Q9u4M.js} +0 -0
  139. /package/dist/core/{Strands-C9FBVtDe.js → Strands-DiIbhZ0r.js} +0 -0
  140. /package/dist/core/{Stretch-BCpOO3q6.js → Stretch-UYY3Qep7.js} +0 -0
  141. /package/dist/core/{Swirl-BfD35doJ.js → Swirl-jQMlfm2U.js} +0 -0
  142. /package/dist/core/{TiltShift-CvKqM1xk.js → TiltShift-Ctj-Dsom.js} +0 -0
  143. /package/dist/core/{Tritone-BeEJj4U0.js → Tritone-D2lMeIyT.js} +0 -0
  144. /package/dist/core/{Twirl-EJ3aS_lo.js → Twirl-D4opuuKg.js} +0 -0
  145. /package/dist/core/{Vibrance-BI5q7_Wt.js → Vibrance-CZCF06c0.js} +0 -0
  146. /package/dist/core/{WaveDistortion-BOWBSWEU.js → WaveDistortion-DdJtTeib.js} +0 -0
  147. /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 };
@@ -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 "./Bulge-C8-_hIFp.js";
11
- import { n as componentDefinition$6 } from "./ChannelBlur-BPOGOQXl.js";
12
- import { n as componentDefinition$7 } from "./Checkerboard-D_H3XYbF.js";
13
- import { n as componentDefinition$8 } from "./ChromaFlow-DhzC_8Ne.js";
14
- import { n as componentDefinition$9 } from "./ChromaticAberration-hi7WGiVk.js";
15
- import { n as componentDefinition$10 } from "./Circle-DI0gXpyD.js";
16
- import { n as componentDefinition$11 } from "./CRTScreen-DLy8Rig6.js";
17
- import { n as componentDefinition$12 } from "./CursorTrail-B9EQ9FsP.js";
18
- import { n as componentDefinition$13 } from "./DiffuseBlur-Cg7AsB3W.js";
19
- import { n as componentDefinition$14 } from "./Dither-Bb5rLGEI.js";
20
- import { n as componentDefinition$15 } from "./DotGrid-B2DXsjFE.js";
21
- import { n as componentDefinition$16 } from "./Duotone-CRwhugbV.js";
22
- import { n as componentDefinition$17 } from "./FilmGrain-CY4ZO9UI.js";
23
- import { n as componentDefinition$18 } from "./FloatingParticles-BduIDXKd.js";
24
- import { n as componentDefinition$19 } from "./GlassTiles-BaAwsNxl.js";
25
- import { n as componentDefinition$20 } from "./Glow-D0boDIAW.js";
26
- import { n as componentDefinition$21 } from "./Godrays-ChqiT2zn.js";
27
- import { n as componentDefinition$22 } from "./Grayscale-Bi-XBvO_.js";
28
- import { n as componentDefinition$23 } from "./Grid-DazyiX15.js";
29
- import { n as componentDefinition$24 } from "./GridDistortion-CYQUwuXw.js";
30
- import { n as componentDefinition$25 } from "./Group-C0AknFDS.js";
31
- import { n as componentDefinition$26 } from "./Halftone-Ddrldk6b.js";
32
- import { n as componentDefinition$27 } from "./HueShift-DvOpzM7W.js";
33
- import { n as componentDefinition$28 } from "./ImageTexture-D0xwHmkW.js";
34
- import { n as componentDefinition$29 } from "./Invert-Bmjbp6g6.js";
35
- import { n as componentDefinition$30 } from "./LinearBlur-cYfqaOhb.js";
36
- import { n as componentDefinition$31 } from "./LinearGradient-B6ySxWpU.js";
37
- import { n as componentDefinition$32 } from "./Liquify-yoKWSK0F.js";
38
- import { n as componentDefinition$33 } from "./Pixelate-BmE_Zryn.js";
39
- import { n as componentDefinition$34 } from "./PolarCoordinates-PLyS00-P.js";
40
- import { n as componentDefinition$35 } from "./Posterize-DIjjPS72.js";
41
- import { n as componentDefinition$36 } from "./ProgressiveBlur-XD4ivmMn.js";
42
- import { n as componentDefinition$37 } from "./RadialGradient-pwKyDUBu.js";
43
- import { n as componentDefinition$38 } from "./RectangularCoordinates-Dq2JrmOX.js";
44
- import { n as componentDefinition$39 } from "./Ripples-Ot1rx8kL.js";
45
- import { n as componentDefinition$40 } from "./Saturation-J0nI4hmh.js";
46
- import { n as componentDefinition$41 } from "./SimplexNoise-BfilWh05.js";
47
- import { n as componentDefinition$42 } from "./SineWave-DRqL-jda.js";
48
- import { n as componentDefinition$43 } from "./SolidColor-B62ZBRlK.js";
49
- import { n as componentDefinition$44 } from "./Spherize-DDP0_5VP.js";
50
- import { n as componentDefinition$45 } from "./Spiral-Cx7Z8gLc.js";
51
- import { n as componentDefinition$46 } from "./Strands-C9FBVtDe.js";
52
- import { n as componentDefinition$47 } from "./Stretch-BCpOO3q6.js";
53
- import { n as componentDefinition$48 } from "./Swirl-BfD35doJ.js";
54
- import { n as componentDefinition$49 } from "./TiltShift-CvKqM1xk.js";
55
- import { n as componentDefinition$50 } from "./Tritone-BeEJj4U0.js";
56
- import { n as componentDefinition$51 } from "./Twirl-EJ3aS_lo.js";
57
- import { n as componentDefinition$52 } from "./Vibrance-BI5q7_Wt.js";
58
- import { n as componentDefinition$53 } from "./WaveDistortion-BOWBSWEU.js";
59
- import { n as componentDefinition$54 } from "./ZoomBlur-gB0BxldE.js";
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$55) => {
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$55
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$55
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$55?.name || "Unknown",
1147
+ componentName: componentDefinition$57?.name || "Unknown",
1146
1148
  fragmentNodeFunc,
1147
1149
  parentId,
1148
- requiresRTT: componentDefinition$55?.requiresRTT || false,
1149
- requiresChild: componentDefinition$55?.requiresChild || false,
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$55 } of queue) if (fragmentNodeFunc) registerNode(id, fragmentNodeFunc, parentId, metadata, uniforms, componentDefinition$55);
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
- Bulge: componentDefinition$5,
1766
- ChannelBlur: componentDefinition$6,
1767
- Checkerboard: componentDefinition$7,
1768
- ChromaFlow: componentDefinition$8,
1769
- ChromaticAberration: componentDefinition$9,
1770
- Circle: componentDefinition$10,
1771
- CRTScreen: componentDefinition$11,
1772
- CursorTrail: componentDefinition$12,
1773
- DiffuseBlur: componentDefinition$13,
1774
- Dither: componentDefinition$14,
1775
- DotGrid: componentDefinition$15,
1776
- Duotone: componentDefinition$16,
1777
- FilmGrain: componentDefinition$17,
1778
- FloatingParticles: componentDefinition$18,
1779
- GlassTiles: componentDefinition$19,
1780
- Glow: componentDefinition$20,
1781
- Godrays: componentDefinition$21,
1782
- Grayscale: componentDefinition$22,
1783
- Grid: componentDefinition$23,
1784
- GridDistortion: componentDefinition$24,
1785
- Group: componentDefinition$25,
1786
- Halftone: componentDefinition$26,
1787
- HueShift: componentDefinition$27,
1788
- ImageTexture: componentDefinition$28,
1789
- Invert: componentDefinition$29,
1790
- LinearBlur: componentDefinition$30,
1791
- LinearGradient: componentDefinition$31,
1792
- Liquify: componentDefinition$32,
1793
- Pixelate: componentDefinition$33,
1794
- PolarCoordinates: componentDefinition$34,
1795
- Posterize: componentDefinition$35,
1796
- ProgressiveBlur: componentDefinition$36,
1797
- RadialGradient: componentDefinition$37,
1798
- RectangularCoordinates: componentDefinition$38,
1799
- Ripples: componentDefinition$39,
1800
- Saturation: componentDefinition$40,
1801
- SimplexNoise: componentDefinition$41,
1802
- SineWave: componentDefinition$42,
1803
- SolidColor: componentDefinition$43,
1804
- Spherize: componentDefinition$44,
1805
- Spiral: componentDefinition$45,
1806
- Strands: componentDefinition$46,
1807
- Stretch: componentDefinition$47,
1808
- Swirl: componentDefinition$48,
1809
- TiltShift: componentDefinition$49,
1810
- Tritone: componentDefinition$50,
1811
- Twirl: componentDefinition$51,
1812
- Vibrance: componentDefinition$52,
1813
- WaveDistortion: componentDefinition$53,
1814
- ZoomBlur: componentDefinition$54
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":"AA0DA,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;AA2FD,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"}
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"}
@@ -0,0 +1,2 @@
1
+ import { n as componentDefinition, t as BrightnessContrast_default } from "../../BrightnessContrast-CaErceqR.js";
2
+ export { componentDefinition, BrightnessContrast_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 Bulge_default } from "../../Bulge-C8-_hIFp.js";
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-DLy8Rig6.js";
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-BPOGOQXl.js";
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-D_H3XYbF.js";
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-DhzC_8Ne.js";
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-hi7WGiVk.js";
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-DI0gXpyD.js";
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-B9EQ9FsP.js";
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-Cg7AsB3W.js";
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-Bb5rLGEI.js";
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-B2DXsjFE.js";
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-CRwhugbV.js";
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-CY4ZO9UI.js";
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-BduIDXKd.js";
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-BaAwsNxl.js";
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-D0boDIAW.js";
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-ChqiT2zn.js";
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-Bi-XBvO_.js";
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-DazyiX15.js";
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-CYQUwuXw.js";
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-C0AknFDS.js";
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-Ddrldk6b.js";
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-DvOpzM7W.js";
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-D0xwHmkW.js";
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-Bmjbp6g6.js";
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-cYfqaOhb.js";
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-B6ySxWpU.js";
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-yoKWSK0F.js";
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-BmE_Zryn.js";
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-PLyS00-P.js";
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-DIjjPS72.js";
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-XD4ivmMn.js";
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-pwKyDUBu.js";
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-Dq2JrmOX.js";
3
+ import { n as componentDefinition, t as RectangularCoordinates_default } from "../../RectangularCoordinates-tVGG7WOJ.js";
4
4
  export { componentDefinition, RectangularCoordinates_default as default };