shaders 2.2.33 → 2.2.34

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 (136) hide show
  1. package/dist/core/BrightnessContrast-CaErceqR.js +43 -0
  2. package/dist/core/index.js +109 -107
  3. package/dist/core/shaderRegistry.d.ts.map +1 -1
  4. package/dist/core/shaders/BrightnessContrast/index.d.ts +21 -0
  5. package/dist/core/shaders/BrightnessContrast/index.d.ts.map +1 -0
  6. package/dist/core/shaders/BrightnessContrast/index.js +2 -0
  7. package/dist/core/shaders/Bulge/index.js +1 -1
  8. package/dist/core/shaders/CRTScreen/index.js +1 -1
  9. package/dist/core/shaders/ChannelBlur/index.js +1 -1
  10. package/dist/core/shaders/Checkerboard/index.js +1 -1
  11. package/dist/core/shaders/ChromaFlow/index.js +1 -1
  12. package/dist/core/shaders/ChromaticAberration/index.js +1 -1
  13. package/dist/core/shaders/Circle/index.js +1 -1
  14. package/dist/core/shaders/CursorTrail/index.js +1 -1
  15. package/dist/core/shaders/DiffuseBlur/index.js +1 -1
  16. package/dist/core/shaders/Dither/index.js +1 -1
  17. package/dist/core/shaders/DotGrid/index.js +1 -1
  18. package/dist/core/shaders/Duotone/index.js +1 -1
  19. package/dist/core/shaders/FilmGrain/index.js +1 -1
  20. package/dist/core/shaders/FloatingParticles/index.js +1 -1
  21. package/dist/core/shaders/GlassTiles/index.js +1 -1
  22. package/dist/core/shaders/Glow/index.js +1 -1
  23. package/dist/core/shaders/Godrays/index.js +1 -1
  24. package/dist/core/shaders/Grayscale/index.js +1 -1
  25. package/dist/core/shaders/Grid/index.js +1 -1
  26. package/dist/core/shaders/GridDistortion/index.js +1 -1
  27. package/dist/core/shaders/Group/index.js +1 -1
  28. package/dist/core/shaders/Halftone/index.js +1 -1
  29. package/dist/core/shaders/HueShift/index.js +1 -1
  30. package/dist/core/shaders/ImageTexture/index.js +1 -1
  31. package/dist/core/shaders/Invert/index.js +1 -1
  32. package/dist/core/shaders/LinearBlur/index.js +1 -1
  33. package/dist/core/shaders/LinearGradient/index.js +1 -1
  34. package/dist/core/shaders/Liquify/index.js +1 -1
  35. package/dist/core/shaders/Pixelate/index.js +1 -1
  36. package/dist/core/shaders/PolarCoordinates/index.js +1 -1
  37. package/dist/core/shaders/Posterize/index.js +1 -1
  38. package/dist/core/shaders/ProgressiveBlur/index.js +1 -1
  39. package/dist/core/shaders/RadialGradient/index.js +1 -1
  40. package/dist/core/shaders/RectangularCoordinates/index.js +1 -1
  41. package/dist/core/shaders/Ripples/index.js +1 -1
  42. package/dist/core/shaders/Saturation/index.js +1 -1
  43. package/dist/core/shaders/SimplexNoise/index.js +1 -1
  44. package/dist/core/shaders/SineWave/index.js +1 -1
  45. package/dist/core/shaders/SolidColor/index.js +1 -1
  46. package/dist/core/shaders/Spherize/index.js +1 -1
  47. package/dist/core/shaders/Spiral/index.js +1 -1
  48. package/dist/core/shaders/Strands/index.js +1 -1
  49. package/dist/core/shaders/Stretch/index.js +1 -1
  50. package/dist/core/shaders/Swirl/index.js +1 -1
  51. package/dist/core/shaders/TiltShift/index.js +1 -1
  52. package/dist/core/shaders/Tritone/index.js +1 -1
  53. package/dist/core/shaders/Twirl/index.js +1 -1
  54. package/dist/core/shaders/Vibrance/index.js +1 -1
  55. package/dist/core/shaders/WaveDistortion/index.js +1 -1
  56. package/dist/core/shaders/ZoomBlur/index.js +1 -1
  57. package/dist/react/components/BrightnessContrast.d.ts +31 -0
  58. package/dist/react/components/BrightnessContrast.d.ts.map +1 -0
  59. package/dist/react/{generatePresetCode-Ci4D5lDy.js → generatePresetCode-CwTRhENe.js} +7 -0
  60. package/dist/react/index.d.ts +1 -0
  61. package/dist/react/index.d.ts.map +1 -1
  62. package/dist/react/index.js +528 -389
  63. package/dist/react/utils/generatePresetCode.d.ts.map +1 -1
  64. package/dist/react/utils/generatePresetCode.js +1 -1
  65. package/dist/registry.js +61 -0
  66. package/dist/solid/components/BrightnessContrast.d.ts +28 -0
  67. package/dist/solid/components/BrightnessContrast.d.ts.map +1 -0
  68. package/dist/solid/index.d.ts +1 -0
  69. package/dist/solid/index.d.ts.map +1 -1
  70. package/dist/solid/index.js +471 -330
  71. package/dist/solid/utils/generatePresetCode.d.ts.map +1 -1
  72. package/dist/solid/utils/generatePresetCode.js +7 -0
  73. package/dist/svelte/components/BrightnessContrast.svelte.d.ts +19 -0
  74. package/dist/svelte/{generatePresetCode-hILbcEw8.js → generatePresetCode-Qh7jlXV3.js} +7 -0
  75. package/dist/svelte/index.d.ts +1 -0
  76. package/dist/svelte/index.js +213 -102
  77. package/dist/svelte/utils/generatePresetCode.js +1 -1
  78. package/dist/vue/components/BrightnessContrast.vue.d.ts +57 -0
  79. package/dist/vue/components/BrightnessContrast.vue.d.ts.map +1 -0
  80. package/dist/vue/{generatePresetCode-DfkHaBG4.js → generatePresetCode-Bf-TQPvI.js} +7 -0
  81. package/dist/vue/index.d.ts +1 -0
  82. package/dist/vue/index.d.ts.map +1 -1
  83. package/dist/vue/index.js +486 -364
  84. package/dist/vue/utils/generatePresetCode.d.ts.map +1 -1
  85. package/dist/vue/utils/generatePresetCode.js +1 -1
  86. package/package.json +9 -1
  87. /package/dist/core/{Bulge-C8-_hIFp.js → Bulge-BVcWo6On.js} +0 -0
  88. /package/dist/core/{CRTScreen-DLy8Rig6.js → CRTScreen-CcAYeqoI.js} +0 -0
  89. /package/dist/core/{ChannelBlur-BPOGOQXl.js → ChannelBlur-CQoP7Igg.js} +0 -0
  90. /package/dist/core/{Checkerboard-D_H3XYbF.js → Checkerboard-D_hGvoO7.js} +0 -0
  91. /package/dist/core/{ChromaFlow-DhzC_8Ne.js → ChromaFlow-DizYQSgf.js} +0 -0
  92. /package/dist/core/{ChromaticAberration-hi7WGiVk.js → ChromaticAberration-Bk_DMYJm.js} +0 -0
  93. /package/dist/core/{Circle-DI0gXpyD.js → Circle-BlVzkeyl.js} +0 -0
  94. /package/dist/core/{CursorTrail-B9EQ9FsP.js → CursorTrail-CxXWV7KH.js} +0 -0
  95. /package/dist/core/{DiffuseBlur-Cg7AsB3W.js → DiffuseBlur-BTSRl65K.js} +0 -0
  96. /package/dist/core/{Dither-Bb5rLGEI.js → Dither-C1KyBYuE.js} +0 -0
  97. /package/dist/core/{DotGrid-B2DXsjFE.js → DotGrid-ll8XCA0p.js} +0 -0
  98. /package/dist/core/{Duotone-CRwhugbV.js → Duotone-d2gQJr4M.js} +0 -0
  99. /package/dist/core/{FilmGrain-CY4ZO9UI.js → FilmGrain-3h6TIe1T.js} +0 -0
  100. /package/dist/core/{FloatingParticles-BduIDXKd.js → FloatingParticles-B6KvHecR.js} +0 -0
  101. /package/dist/core/{GlassTiles-BaAwsNxl.js → GlassTiles-DqT67iqr.js} +0 -0
  102. /package/dist/core/{Glow-D0boDIAW.js → Glow-BYNKuw0E.js} +0 -0
  103. /package/dist/core/{Godrays-ChqiT2zn.js → Godrays-iMO6X606.js} +0 -0
  104. /package/dist/core/{Grayscale-Bi-XBvO_.js → Grayscale-BH3tLDGN.js} +0 -0
  105. /package/dist/core/{Grid-DazyiX15.js → Grid-CdslWvoH.js} +0 -0
  106. /package/dist/core/{GridDistortion-CYQUwuXw.js → GridDistortion-D-iiGELF.js} +0 -0
  107. /package/dist/core/{Group-C0AknFDS.js → Group-ByGv48Lm.js} +0 -0
  108. /package/dist/core/{Halftone-Ddrldk6b.js → Halftone-CV0aFuRG.js} +0 -0
  109. /package/dist/core/{HueShift-DvOpzM7W.js → HueShift-DQ2WgImx.js} +0 -0
  110. /package/dist/core/{ImageTexture-D0xwHmkW.js → ImageTexture-DKFb8ze3.js} +0 -0
  111. /package/dist/core/{Invert-Bmjbp6g6.js → Invert-w9duGaUu.js} +0 -0
  112. /package/dist/core/{LinearBlur-cYfqaOhb.js → LinearBlur-CTXjolzL.js} +0 -0
  113. /package/dist/core/{LinearGradient-B6ySxWpU.js → LinearGradient-CZo6e7r8.js} +0 -0
  114. /package/dist/core/{Liquify-yoKWSK0F.js → Liquify-BbfDBMNZ.js} +0 -0
  115. /package/dist/core/{Pixelate-BmE_Zryn.js → Pixelate-C5Rx1dBp.js} +0 -0
  116. /package/dist/core/{PolarCoordinates-PLyS00-P.js → PolarCoordinates-CIh5ef8m.js} +0 -0
  117. /package/dist/core/{Posterize-DIjjPS72.js → Posterize-Byy0Ek0l.js} +0 -0
  118. /package/dist/core/{ProgressiveBlur-XD4ivmMn.js → ProgressiveBlur-Bzz24_y-.js} +0 -0
  119. /package/dist/core/{RadialGradient-pwKyDUBu.js → RadialGradient-Ci1dU-1K.js} +0 -0
  120. /package/dist/core/{RectangularCoordinates-Dq2JrmOX.js → RectangularCoordinates-tVGG7WOJ.js} +0 -0
  121. /package/dist/core/{Ripples-Ot1rx8kL.js → Ripples-BCGSt5HD.js} +0 -0
  122. /package/dist/core/{Saturation-J0nI4hmh.js → Saturation-DWR1Nruu.js} +0 -0
  123. /package/dist/core/{SimplexNoise-BfilWh05.js → SimplexNoise-CAtknQS7.js} +0 -0
  124. /package/dist/core/{SineWave-DRqL-jda.js → SineWave-CHtV6kB4.js} +0 -0
  125. /package/dist/core/{SolidColor-B62ZBRlK.js → SolidColor-CSSquNVW.js} +0 -0
  126. /package/dist/core/{Spherize-DDP0_5VP.js → Spherize-BJby0xSU.js} +0 -0
  127. /package/dist/core/{Spiral-Cx7Z8gLc.js → Spiral-CpB3-tFZ.js} +0 -0
  128. /package/dist/core/{Strands-C9FBVtDe.js → Strands-C2KWiJc8.js} +0 -0
  129. /package/dist/core/{Stretch-BCpOO3q6.js → Stretch-Chpzutao.js} +0 -0
  130. /package/dist/core/{Swirl-BfD35doJ.js → Swirl-qbMypv_R.js} +0 -0
  131. /package/dist/core/{TiltShift-CvKqM1xk.js → TiltShift-D0qyWoe3.js} +0 -0
  132. /package/dist/core/{Tritone-BeEJj4U0.js → Tritone-DzeueG1F.js} +0 -0
  133. /package/dist/core/{Twirl-EJ3aS_lo.js → Twirl-B2Ic0WGq.js} +0 -0
  134. /package/dist/core/{Vibrance-BI5q7_Wt.js → Vibrance-BAGXelBi.js} +0 -0
  135. /package/dist/core/{WaveDistortion-BOWBSWEU.js → WaveDistortion-DYFl_8vA.js} +0 -0
  136. /package/dist/core/{ZoomBlur-gB0BxldE.js → ZoomBlur-CXpRNRJA.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 };
@@ -7,56 +7,57 @@ 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 "./SimplexNoise-CAtknQS7.js";
48
+ import { n as componentDefinition$43 } from "./SineWave-CHtV6kB4.js";
49
+ import { n as componentDefinition$44 } from "./SolidColor-CSSquNVW.js";
50
+ import { n as componentDefinition$45 } from "./Spherize-BJby0xSU.js";
51
+ import { n as componentDefinition$46 } from "./Spiral-CpB3-tFZ.js";
52
+ import { n as componentDefinition$47 } from "./Strands-C2KWiJc8.js";
53
+ import { n as componentDefinition$48 } from "./Stretch-Chpzutao.js";
54
+ import { n as componentDefinition$49 } from "./Swirl-qbMypv_R.js";
55
+ import { n as componentDefinition$50 } from "./TiltShift-D0qyWoe3.js";
56
+ import { n as componentDefinition$51 } from "./Tritone-DzeueG1F.js";
57
+ import { n as componentDefinition$52 } from "./Twirl-B2Ic0WGq.js";
58
+ import { n as componentDefinition$53 } from "./Vibrance-BAGXelBi.js";
59
+ import { n as componentDefinition$54 } from "./WaveDistortion-DYFl_8vA.js";
60
+ import { n as componentDefinition$55 } from "./ZoomBlur-CXpRNRJA.js";
60
61
  import { Material, Mesh, MeshBasicNodeMaterial, OrthographicCamera, PlaneGeometry, SRGBColorSpace, Scene, WebGPURenderer } from "three/webgpu";
61
62
  import { WebGLRenderer } from "three";
62
63
  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 +1084,7 @@ function shaderRenderer() {
1083
1084
  }
1084
1085
  }
1085
1086
  };
1086
- const registerNode = (id, fragmentNodeFunc, parentId, metadata, uniforms = {}, componentDefinition$55) => {
1087
+ const registerNode = (id, fragmentNodeFunc, parentId, metadata, uniforms = {}, componentDefinition$56) => {
1087
1088
  if (fragmentNodeFunc === null) {
1088
1089
  const queueIndex = pendingRegistrationQueue.findIndex((item) => item.id === id);
1089
1090
  if (queueIndex !== -1) {
@@ -1101,7 +1102,7 @@ function shaderRenderer() {
1101
1102
  parentId,
1102
1103
  metadata,
1103
1104
  uniforms,
1104
- componentDefinition: componentDefinition$55
1105
+ componentDefinition: componentDefinition$56
1105
1106
  };
1106
1107
  else pendingRegistrationQueue.push({
1107
1108
  id,
@@ -1109,7 +1110,7 @@ function shaderRenderer() {
1109
1110
  parentId,
1110
1111
  metadata,
1111
1112
  uniforms,
1112
- componentDefinition: componentDefinition$55
1113
+ componentDefinition: componentDefinition$56
1113
1114
  });
1114
1115
  return;
1115
1116
  }
@@ -1142,11 +1143,11 @@ function shaderRenderer() {
1142
1143
  }
1143
1144
  const nodeInfo = {
1144
1145
  id,
1145
- componentName: componentDefinition$55?.name || "Unknown",
1146
+ componentName: componentDefinition$56?.name || "Unknown",
1146
1147
  fragmentNodeFunc,
1147
1148
  parentId,
1148
- requiresRTT: componentDefinition$55?.requiresRTT || false,
1149
- requiresChild: componentDefinition$55?.requiresChild || false,
1149
+ requiresRTT: componentDefinition$56?.requiresRTT || false,
1150
+ requiresChild: componentDefinition$56?.requiresChild || false,
1150
1151
  opacityUniform,
1151
1152
  metadata: {
1152
1153
  blendMode: metadata?.blendMode || "normal",
@@ -1462,7 +1463,7 @@ function shaderRenderer() {
1462
1463
  if (pendingRegistrationQueue.length === 0) return;
1463
1464
  const queue = [...pendingRegistrationQueue];
1464
1465
  pendingRegistrationQueue = [];
1465
- for (const { id, fragmentNodeFunc, parentId, metadata, uniforms, componentDefinition: componentDefinition$55 } of queue) if (fragmentNodeFunc) registerNode(id, fragmentNodeFunc, parentId, metadata, uniforms, componentDefinition$55);
1466
+ for (const { id, fragmentNodeFunc, parentId, metadata, uniforms, componentDefinition: componentDefinition$56 } of queue) if (fragmentNodeFunc) registerNode(id, fragmentNodeFunc, parentId, metadata, uniforms, componentDefinition$56);
1466
1467
  };
1467
1468
  const initialize = async ({ canvas, enablePerformanceTracking: enableTracking = false }) => {
1468
1469
  if (isInitialized || isInitializing) return;
@@ -1762,56 +1763,57 @@ var createShaderRegistry = () => {
1762
1763
  Beam: componentDefinition$2,
1763
1764
  Blob: componentDefinition$3,
1764
1765
  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
1766
+ BrightnessContrast: componentDefinition$5,
1767
+ Bulge: componentDefinition$6,
1768
+ ChannelBlur: componentDefinition$7,
1769
+ Checkerboard: componentDefinition$8,
1770
+ ChromaFlow: componentDefinition$9,
1771
+ ChromaticAberration: componentDefinition$10,
1772
+ Circle: componentDefinition$11,
1773
+ CRTScreen: componentDefinition$12,
1774
+ CursorTrail: componentDefinition$13,
1775
+ DiffuseBlur: componentDefinition$14,
1776
+ Dither: componentDefinition$15,
1777
+ DotGrid: componentDefinition$16,
1778
+ Duotone: componentDefinition$17,
1779
+ FilmGrain: componentDefinition$18,
1780
+ FloatingParticles: componentDefinition$19,
1781
+ GlassTiles: componentDefinition$20,
1782
+ Glow: componentDefinition$21,
1783
+ Godrays: componentDefinition$22,
1784
+ Grayscale: componentDefinition$23,
1785
+ Grid: componentDefinition$24,
1786
+ GridDistortion: componentDefinition$25,
1787
+ Group: componentDefinition$26,
1788
+ Halftone: componentDefinition$27,
1789
+ HueShift: componentDefinition$28,
1790
+ ImageTexture: componentDefinition$29,
1791
+ Invert: componentDefinition$30,
1792
+ LinearBlur: componentDefinition$31,
1793
+ LinearGradient: componentDefinition$32,
1794
+ Liquify: componentDefinition$33,
1795
+ Pixelate: componentDefinition$34,
1796
+ PolarCoordinates: componentDefinition$35,
1797
+ Posterize: componentDefinition$36,
1798
+ ProgressiveBlur: componentDefinition$37,
1799
+ RadialGradient: componentDefinition$38,
1800
+ RectangularCoordinates: componentDefinition$39,
1801
+ Ripples: componentDefinition$40,
1802
+ Saturation: componentDefinition$41,
1803
+ SimplexNoise: componentDefinition$42,
1804
+ SineWave: componentDefinition$43,
1805
+ SolidColor: componentDefinition$44,
1806
+ Spherize: componentDefinition$45,
1807
+ Spiral: componentDefinition$46,
1808
+ Strands: componentDefinition$47,
1809
+ Stretch: componentDefinition$48,
1810
+ Swirl: componentDefinition$49,
1811
+ TiltShift: componentDefinition$50,
1812
+ Tritone: componentDefinition$51,
1813
+ Twirl: componentDefinition$52,
1814
+ Vibrance: componentDefinition$53,
1815
+ WaveDistortion: componentDefinition$54,
1816
+ ZoomBlur: componentDefinition$55
1815
1817
  };
1816
1818
  Object.entries(shaderDefinitions).forEach(([fileName, def]) => {
1817
1819
  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":"AA2DA,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;AA4FD,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 };
@@ -1,5 +1,5 @@
1
1
  import "../../transformations-YbhRK-rd.js";
2
2
  import "../../time-DgRTVr2F.js";
3
3
  import "../../colorMixing-CZPFmiT4.js";
4
- import { n as componentDefinition, t as Ripples_default } from "../../Ripples-Ot1rx8kL.js";
4
+ import { n as componentDefinition, t as Ripples_default } from "../../Ripples-BCGSt5HD.js";
5
5
  export { componentDefinition, Ripples_default as default };
@@ -1,2 +1,2 @@
1
- import { n as componentDefinition, t as Saturation_default } from "../../Saturation-J0nI4hmh.js";
1
+ import { n as componentDefinition, t as Saturation_default } from "../../Saturation-DWR1Nruu.js";
2
2
  export { componentDefinition, Saturation_default as default };
@@ -1,5 +1,5 @@
1
1
  import "../../transformations-YbhRK-rd.js";
2
2
  import "../../time-DgRTVr2F.js";
3
3
  import "../../colorMixing-CZPFmiT4.js";
4
- import { n as componentDefinition, t as SimplexNoise_default } from "../../SimplexNoise-BfilWh05.js";
4
+ import { n as componentDefinition, t as SimplexNoise_default } from "../../SimplexNoise-CAtknQS7.js";
5
5
  export { componentDefinition, SimplexNoise_default as default };
@@ -1,3 +1,3 @@
1
1
  import "../../transformations-YbhRK-rd.js";
2
- import { n as componentDefinition, t as SineWave_default } from "../../SineWave-DRqL-jda.js";
2
+ import { n as componentDefinition, t as SineWave_default } from "../../SineWave-CHtV6kB4.js";
3
3
  export { componentDefinition, SineWave_default as default };
@@ -1,3 +1,3 @@
1
1
  import "../../transformations-YbhRK-rd.js";
2
- import { n as componentDefinition, t as SolidColor_default } from "../../SolidColor-B62ZBRlK.js";
2
+ import { n as componentDefinition, t as SolidColor_default } from "../../SolidColor-CSSquNVW.js";
3
3
  export { componentDefinition, SolidColor_default as default };
@@ -1,3 +1,3 @@
1
1
  import "../../transformations-YbhRK-rd.js";
2
- import { n as componentDefinition, t as Spherize_default } from "../../Spherize-DDP0_5VP.js";
2
+ import { n as componentDefinition, t as Spherize_default } from "../../Spherize-BJby0xSU.js";
3
3
  export { componentDefinition, Spherize_default as default };