shaders 2.3.52 → 2.3.53

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 (152) hide show
  1. package/dist/core/CursorRipples-Dn_rE8nA.js +177 -0
  2. package/dist/core/registry.js +116 -114
  3. package/dist/core/shaderRegistry.d.ts.map +1 -1
  4. package/dist/core/shaders/CursorRipples/index.d.ts +42 -0
  5. package/dist/core/shaders/CursorRipples/index.d.ts.map +1 -0
  6. package/dist/core/shaders/CursorRipples/index.js +4 -0
  7. package/dist/core/shaders/CursorTrail/index.js +1 -1
  8. package/dist/core/shaders/DiffuseBlur/index.js +1 -1
  9. package/dist/core/shaders/Dither/index.js +1 -1
  10. package/dist/core/shaders/DotGrid/index.js +1 -1
  11. package/dist/core/shaders/Duotone/index.js +1 -1
  12. package/dist/core/shaders/FilmGrain/index.js +1 -1
  13. package/dist/core/shaders/FloatingParticles/index.js +1 -1
  14. package/dist/core/shaders/FlowField/index.js +1 -1
  15. package/dist/core/shaders/GlassTiles/index.js +1 -1
  16. package/dist/core/shaders/Glitch/index.js +1 -1
  17. package/dist/core/shaders/Glow/index.js +1 -1
  18. package/dist/core/shaders/Godrays/index.js +1 -1
  19. package/dist/core/shaders/Grayscale/index.js +1 -1
  20. package/dist/core/shaders/Grid/index.js +1 -1
  21. package/dist/core/shaders/GridDistortion/index.js +1 -1
  22. package/dist/core/shaders/Group/index.js +1 -1
  23. package/dist/core/shaders/Halftone/index.js +1 -1
  24. package/dist/core/shaders/HueShift/index.js +1 -1
  25. package/dist/core/shaders/ImageTexture/index.js +1 -1
  26. package/dist/core/shaders/Invert/index.js +1 -1
  27. package/dist/core/shaders/Kaleidoscope/index.js +1 -1
  28. package/dist/core/shaders/LensFlare/index.js +1 -1
  29. package/dist/core/shaders/LinearBlur/index.js +1 -1
  30. package/dist/core/shaders/LinearGradient/index.js +1 -1
  31. package/dist/core/shaders/Liquify/index.js +1 -1
  32. package/dist/core/shaders/Mirror/index.js +1 -1
  33. package/dist/core/shaders/Perspective/index.js +1 -1
  34. package/dist/core/shaders/Pixelate/index.js +1 -1
  35. package/dist/core/shaders/Plasma/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/Sharpness/index.js +1 -1
  44. package/dist/core/shaders/Shatter/index.js +1 -1
  45. package/dist/core/shaders/SimplexNoise/index.js +1 -1
  46. package/dist/core/shaders/SineWave/index.js +1 -1
  47. package/dist/core/shaders/SolidColor/index.js +1 -1
  48. package/dist/core/shaders/Spherize/index.js +1 -1
  49. package/dist/core/shaders/Spiral/index.js +1 -1
  50. package/dist/core/shaders/Strands/index.js +1 -1
  51. package/dist/core/shaders/Stretch/index.js +1 -1
  52. package/dist/core/shaders/Stripes/index.js +1 -1
  53. package/dist/core/shaders/StudioBackground/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/Tint/index.js +1 -1
  57. package/dist/core/shaders/Tritone/index.js +1 -1
  58. package/dist/core/shaders/Twirl/index.js +1 -1
  59. package/dist/core/shaders/Vibrance/index.js +1 -1
  60. package/dist/core/shaders/VideoTexture/index.js +1 -1
  61. package/dist/core/shaders/WaveDistortion/index.js +1 -1
  62. package/dist/core/shaders/WebcamTexture/index.js +1 -1
  63. package/dist/core/shaders/ZoomBlur/index.js +1 -1
  64. package/dist/react/CursorRipples.js +164 -0
  65. package/dist/react/components/CursorRipples.d.ts +31 -0
  66. package/dist/react/components/CursorRipples.d.ts.map +1 -0
  67. package/dist/react/index.d.ts +1 -0
  68. package/dist/react/index.d.ts.map +1 -1
  69. package/dist/react/index.js +2 -1
  70. package/dist/react/utils/generatePresetCode.d.ts.map +1 -1
  71. package/dist/react/utils/generatePresetCode.js +10 -0
  72. package/dist/registry.js +168 -0
  73. package/dist/solid/components/CursorRipples.d.ts +28 -0
  74. package/dist/solid/components/CursorRipples.d.ts.map +1 -0
  75. package/dist/solid/components/CursorRipples.js +168 -0
  76. package/dist/solid/index.d.ts +1 -0
  77. package/dist/solid/index.d.ts.map +1 -1
  78. package/dist/solid/index.js +118 -116
  79. package/dist/solid/utils/generatePresetCode.d.ts.map +1 -1
  80. package/dist/solid/utils/generatePresetCode.js +10 -0
  81. package/dist/svelte/components/CursorRipples.svelte.d.ts +19 -0
  82. package/dist/svelte/{generatePresetCode-DXODN9t6.js → generatePresetCode-DN-iUvZN.js} +10 -0
  83. package/dist/svelte/index.d.ts +1 -0
  84. package/dist/svelte/index.js +392 -262
  85. package/dist/svelte/utils/generatePresetCode.js +1 -1
  86. package/dist/vue/CursorRipples.js +3 -0
  87. package/dist/vue/CursorRipples.vue_vue_type_script_setup_true_lang.js +148 -0
  88. package/dist/vue/components/CursorRipples.vue.d.ts +54 -0
  89. package/dist/vue/components/CursorRipples.vue.d.ts.map +1 -0
  90. package/dist/vue/index.d.ts +1 -0
  91. package/dist/vue/index.d.ts.map +1 -1
  92. package/dist/vue/index.js +2 -1
  93. package/dist/vue/utils/generatePresetCode.d.ts.map +1 -1
  94. package/dist/vue/utils/generatePresetCode.js +10 -0
  95. package/package.json +9 -1
  96. /package/dist/core/{CursorTrail-DpegyvgZ.js → CursorTrail-DD4YxAqo.js} +0 -0
  97. /package/dist/core/{DiffuseBlur-BXcJHOEK.js → DiffuseBlur-GlibDd8O.js} +0 -0
  98. /package/dist/core/{Dither-BKUz66yF.js → Dither-BOWyA2dp.js} +0 -0
  99. /package/dist/core/{DotGrid-CQ3Bqk7F.js → DotGrid-Cm-wz6WU.js} +0 -0
  100. /package/dist/core/{Duotone-BW1JYEPc.js → Duotone-C8mRw_1e.js} +0 -0
  101. /package/dist/core/{FilmGrain-GEWzNIxN.js → FilmGrain-BzD2zoUK.js} +0 -0
  102. /package/dist/core/{FloatingParticles--9Vfk8l7.js → FloatingParticles-GkVY1twT.js} +0 -0
  103. /package/dist/core/{FlowField-cpaUwFHC.js → FlowField-S_LXjhaN.js} +0 -0
  104. /package/dist/core/{GlassTiles-BdeSNj7g.js → GlassTiles--hbefQlc.js} +0 -0
  105. /package/dist/core/{Glitch-CROTuIoh.js → Glitch-lbgQYebN.js} +0 -0
  106. /package/dist/core/{Glow-DQDMXgcr.js → Glow-DM9zbhbr.js} +0 -0
  107. /package/dist/core/{Godrays-ByIS3bRa.js → Godrays-DVo1ikUR.js} +0 -0
  108. /package/dist/core/{Grayscale-DpKuVrqO.js → Grayscale-CRYK8foe.js} +0 -0
  109. /package/dist/core/{Grid-CkcYMWZi.js → Grid-BmYSb6Ur.js} +0 -0
  110. /package/dist/core/{GridDistortion-CATS8be1.js → GridDistortion-PNU8pi2I.js} +0 -0
  111. /package/dist/core/{Group-DqEcpVau.js → Group-D-QMn-Co.js} +0 -0
  112. /package/dist/core/{Halftone-DPnEJWAR.js → Halftone-BlY2LuT8.js} +0 -0
  113. /package/dist/core/{HueShift-BuAL_IUD.js → HueShift-p4t6HfqE.js} +0 -0
  114. /package/dist/core/{ImageTexture-BxUmKJDM.js → ImageTexture-BAOtuVAy.js} +0 -0
  115. /package/dist/core/{Invert-CnrYMYHq.js → Invert-oYct5uwC.js} +0 -0
  116. /package/dist/core/{Kaleidoscope-w7bcRTGG.js → Kaleidoscope-BXKsOJl2.js} +0 -0
  117. /package/dist/core/{LensFlare-D42C5m1g.js → LensFlare-BWl8PWjv.js} +0 -0
  118. /package/dist/core/{LinearBlur-PB7AuAdN.js → LinearBlur-gV1sIMuQ.js} +0 -0
  119. /package/dist/core/{LinearGradient-xd6zdc9k.js → LinearGradient-C5kz9RSs.js} +0 -0
  120. /package/dist/core/{Liquify-BfUbY9Aa.js → Liquify-CtUvuV0S.js} +0 -0
  121. /package/dist/core/{Mirror-CBuDbabq.js → Mirror-C3Bn9m7T.js} +0 -0
  122. /package/dist/core/{Perspective-BWEoTtAq.js → Perspective-NsMXVWAS.js} +0 -0
  123. /package/dist/core/{Pixelate-C1kcXBSy.js → Pixelate-C-LbtIjf.js} +0 -0
  124. /package/dist/core/{Plasma-BaKvTyBi.js → Plasma-Dr516u2H.js} +0 -0
  125. /package/dist/core/{PolarCoordinates-tXYdB1hR.js → PolarCoordinates-HVxz9oX-.js} +0 -0
  126. /package/dist/core/{Posterize-D4f1xM4m.js → Posterize-DbPe3f5d.js} +0 -0
  127. /package/dist/core/{ProgressiveBlur-CmBI0c7e.js → ProgressiveBlur-Cf2pKf8U.js} +0 -0
  128. /package/dist/core/{RadialGradient-BOWu2cE6.js → RadialGradient-Bel2cjwV.js} +0 -0
  129. /package/dist/core/{RectangularCoordinates-C2KYwree.js → RectangularCoordinates-BfeH7Mp6.js} +0 -0
  130. /package/dist/core/{Ripples-C3rm4Nv6.js → Ripples-DBqbjqb_.js} +0 -0
  131. /package/dist/core/{Saturation-Bw3ToVIJ.js → Saturation-4L5KnzYg.js} +0 -0
  132. /package/dist/core/{Sharpness-Dm4dZVlk.js → Sharpness-C5h9h3NY.js} +0 -0
  133. /package/dist/core/{Shatter-C5oF85Mn.js → Shatter-BDTHZrbz.js} +0 -0
  134. /package/dist/core/{SimplexNoise-CzJ9JuBO.js → SimplexNoise-DU-QPbwp.js} +0 -0
  135. /package/dist/core/{SineWave-DMogWzg5.js → SineWave-CsoVJf9C.js} +0 -0
  136. /package/dist/core/{SolidColor-CmqDLEvX.js → SolidColor-BOK2t0JT.js} +0 -0
  137. /package/dist/core/{Spherize-BmA6-b8n.js → Spherize-BxUTtFAg.js} +0 -0
  138. /package/dist/core/{Spiral-DmYzx8BO.js → Spiral-DVURsiiQ.js} +0 -0
  139. /package/dist/core/{Strands-CmEblLfF.js → Strands-C2l4JaUt.js} +0 -0
  140. /package/dist/core/{Stretch-szy_xiYc.js → Stretch-uSJDtqi2.js} +0 -0
  141. /package/dist/core/{Stripes-Bze5bkdm.js → Stripes-IFl3of9w.js} +0 -0
  142. /package/dist/core/{StudioBackground-Ci26l_Xb.js → StudioBackground-DbBGv5fk.js} +0 -0
  143. /package/dist/core/{Swirl-BUKxPesY.js → Swirl-C16tmwEg.js} +0 -0
  144. /package/dist/core/{TiltShift-YxZeQ5Et.js → TiltShift-C5t3YMVT.js} +0 -0
  145. /package/dist/core/{Tint-Bss3hfZG.js → Tint-VTnDmiKF.js} +0 -0
  146. /package/dist/core/{Tritone-CVr6_qy3.js → Tritone-v6z_O967.js} +0 -0
  147. /package/dist/core/{Twirl-CKwGdb3_.js → Twirl-BWpsT8iI.js} +0 -0
  148. /package/dist/core/{Vibrance-BiW7HP94.js → Vibrance-C_DSuzwf.js} +0 -0
  149. /package/dist/core/{VideoTexture-CH9n_1hI.js → VideoTexture-OrpXuUNQ.js} +0 -0
  150. /package/dist/core/{WaveDistortion-BYmLNaT1.js → WaveDistortion-BAxVvc8B.js} +0 -0
  151. /package/dist/core/{WebcamTexture-wlrwZXeq.js → WebcamTexture-D2CHXtkO.js} +0 -0
  152. /package/dist/core/{ZoomBlur-BtGAMd_0.js → ZoomBlur-D--sEenn.js} +0 -0
@@ -0,0 +1,177 @@
1
+ import { t as applyEdgeHandling } from "./edges-Bd7GP4s2.js";
2
+ import { o as transformEdges } from "./transformations-CC_c-QAT.js";
3
+ import { DataTexture, FloatType, LinearFilter, RGFormat } from "three";
4
+ import { convertToTexture, float, screenUV, texture, vec2, vec4 } from "three/tsl";
5
+ var GRID_SIZE = 128;
6
+ const componentDefinition = {
7
+ name: "CursorRipples",
8
+ category: "Interactive",
9
+ description: "Fluid-like ripple distortion",
10
+ requiresRTT: true,
11
+ requiresChild: true,
12
+ props: {
13
+ intensity: {
14
+ default: 10,
15
+ description: "Strength of the ripple distortion",
16
+ ui: {
17
+ type: "range",
18
+ min: 0,
19
+ max: 20,
20
+ step: .1,
21
+ label: "Intensity",
22
+ group: "Effect"
23
+ }
24
+ },
25
+ decay: {
26
+ default: 10,
27
+ description: "How quickly ripples fade (higher = faster)",
28
+ ui: {
29
+ type: "range",
30
+ min: 0,
31
+ max: 20,
32
+ step: .1,
33
+ label: "Decay",
34
+ group: "Effect"
35
+ }
36
+ },
37
+ radius: {
38
+ default: .5,
39
+ description: "Radius of cursor influence",
40
+ ui: {
41
+ type: "range",
42
+ min: .1,
43
+ max: 1,
44
+ step: .1,
45
+ label: "Radius",
46
+ group: "Effect"
47
+ }
48
+ },
49
+ chromaticSplit: {
50
+ default: 1,
51
+ description: "RGB channel separation along ripple edges",
52
+ ui: {
53
+ type: "range",
54
+ min: 0,
55
+ max: 3,
56
+ step: .1,
57
+ label: "Chromatic Split",
58
+ group: "Effect"
59
+ }
60
+ },
61
+ edges: {
62
+ default: "stretch",
63
+ description: "How to handle edges when distortion pushes content out of bounds",
64
+ transform: transformEdges,
65
+ ui: {
66
+ type: "select",
67
+ options: [
68
+ {
69
+ label: "Stretch",
70
+ value: "stretch"
71
+ },
72
+ {
73
+ label: "Transparent",
74
+ value: "transparent"
75
+ },
76
+ {
77
+ label: "Mirror",
78
+ value: "mirror"
79
+ },
80
+ {
81
+ label: "Wrap",
82
+ value: "wrap"
83
+ }
84
+ ],
85
+ label: "Edges",
86
+ group: "Effect"
87
+ }
88
+ }
89
+ },
90
+ fragmentNode: ({ uniforms, onBeforeRender, childNode, onCleanup, dimensions }) => {
91
+ const buffers = [new Float32Array(GRID_SIZE * GRID_SIZE), new Float32Array(GRID_SIZE * GRID_SIZE)];
92
+ let currentBuffer = 0;
93
+ const displacementData = new Float32Array(GRID_SIZE * GRID_SIZE * 2);
94
+ const displacementTexture = new DataTexture(displacementData, GRID_SIZE, GRID_SIZE, RGFormat, FloatType);
95
+ displacementTexture.magFilter = LinearFilter;
96
+ displacementTexture.minFilter = LinearFilter;
97
+ displacementTexture.needsUpdate = true;
98
+ const displacementField = texture(displacementTexture);
99
+ let prevX = .5;
100
+ let prevY = .5;
101
+ let lastTime = Date.now();
102
+ onBeforeRender(({ pointer }) => {
103
+ const currentTime = Date.now();
104
+ const dt = Math.min((currentTime - lastTime) / 1e3, .016);
105
+ lastTime = currentTime;
106
+ const aspect = dimensions.width / dimensions.height;
107
+ const substeps = 1;
108
+ const decay = uniforms.decay.uniform.value;
109
+ const radius = uniforms.radius.uniform.value * .05;
110
+ const rawVelX = dt > 0 ? (pointer.x - prevX) / dt : 0;
111
+ const rawVelY = dt > 0 ? (pointer.y - prevY) / dt : 0;
112
+ const mouseSpeed = Math.min(Math.sqrt(rawVelX * rawVelX + rawVelY * rawVelY), 2);
113
+ const dampFactor = 1 - decay * .004;
114
+ for (let s = 0; s < substeps; s++) {
115
+ const curr$1 = buffers[currentBuffer];
116
+ const prev = buffers[1 - currentBuffer];
117
+ if (s === 0 && mouseSpeed > .01) {
118
+ const influenceRadius = radius * 3;
119
+ const minJ = Math.max(1, Math.floor((pointer.x - influenceRadius) * GRID_SIZE));
120
+ const maxJ = Math.min(GRID_SIZE - 2, Math.ceil((pointer.x + influenceRadius) * GRID_SIZE));
121
+ const minI = Math.max(1, Math.floor((pointer.y - influenceRadius) * GRID_SIZE));
122
+ const maxI = Math.min(GRID_SIZE - 2, Math.ceil((pointer.y + influenceRadius) * GRID_SIZE));
123
+ for (let i = minI; i <= maxI; i++) for (let j = minJ; j <= maxJ; j++) {
124
+ const idx = i * GRID_SIZE + j;
125
+ const cellX = (j + .5) / GRID_SIZE;
126
+ const cellY = (i + .5) / GRID_SIZE;
127
+ const ddx = aspect >= 1 ? (cellX - pointer.x) * aspect : cellX - pointer.x;
128
+ const ddy = aspect >= 1 ? cellY - pointer.y : (cellY - pointer.y) / aspect;
129
+ const dist = Math.sqrt(ddx * ddx + ddy * ddy);
130
+ if (dist < influenceRadius) {
131
+ const influence = Math.exp(-dist * dist / (radius * radius));
132
+ curr$1[idx] -= influence * mouseSpeed * dt * 3;
133
+ }
134
+ }
135
+ }
136
+ for (let i = 1; i < GRID_SIZE - 1; i++) for (let j = 1; j < GRID_SIZE - 1; j++) {
137
+ const idx = i * GRID_SIZE + j;
138
+ prev[idx] = ((curr$1[idx - 1] + curr$1[idx + 1] + curr$1[idx - GRID_SIZE] + curr$1[idx + GRID_SIZE]) * .5 - prev[idx]) * dampFactor;
139
+ }
140
+ currentBuffer = 1 - currentBuffer;
141
+ }
142
+ const curr = buffers[currentBuffer];
143
+ for (let i = 1; i < GRID_SIZE - 1; i++) for (let j = 1; j < GRID_SIZE - 1; j++) {
144
+ const idx = i * GRID_SIZE + j;
145
+ const dIdx = idx * 2;
146
+ displacementData[dIdx] = (curr[idx + 1] - curr[idx - 1]) * .5;
147
+ displacementData[dIdx + 1] = (curr[idx + GRID_SIZE] - curr[idx - GRID_SIZE]) * .5;
148
+ }
149
+ displacementTexture.needsUpdate = true;
150
+ prevX = pointer.x;
151
+ prevY = pointer.y;
152
+ });
153
+ onCleanup(() => {
154
+ displacementTexture.dispose();
155
+ });
156
+ if (!childNode) return vec4(0, 0, 0, 0);
157
+ const childTexture = convertToTexture(childNode);
158
+ onCleanup(() => {
159
+ if (childTexture?.renderTarget?.dispose) childTexture.renderTarget.dispose();
160
+ });
161
+ const displacement = displacementField.sample(screenUV).xy;
162
+ const intensityScale = uniforms.intensity.uniform.mul(.1);
163
+ const scaledDisplacement = displacement.mul(intensityScale);
164
+ const maxDisp = float(.15);
165
+ const clampedDisplacement = scaledDisplacement.clamp(vec2(maxDisp.negate(), maxDisp.negate()), vec2(maxDisp, maxDisp));
166
+ const chromaticScale = uniforms.chromaticSplit.uniform.mul(.1);
167
+ const rUV = screenUV.sub(clampedDisplacement.mul(float(1).add(chromaticScale)));
168
+ const gUV = screenUV.sub(clampedDisplacement);
169
+ const bUV = screenUV.sub(clampedDisplacement.mul(float(1).sub(chromaticScale)));
170
+ const rSample = applyEdgeHandling(rUV, childTexture.sample(rUV), childTexture, uniforms.edges.uniform);
171
+ const gSample = applyEdgeHandling(gUV, childTexture.sample(gUV), childTexture, uniforms.edges.uniform);
172
+ const bSample = applyEdgeHandling(bUV, childTexture.sample(bUV), childTexture, uniforms.edges.uniform);
173
+ return vec4(rSample.r, gSample.g, bSample.b, gSample.a);
174
+ }
175
+ };
176
+ var CursorRipples_default = componentDefinition;
177
+ export { componentDefinition as n, CursorRipples_default as t };
@@ -18,63 +18,64 @@ import { n as componentDefinition$12 } from "./Circle-C9DYXDnD.js";
18
18
  import { n as componentDefinition$13 } from "./ConcentricSpin-CnuAW_6I.js";
19
19
  import { n as componentDefinition$14 } from "./ContourLines-DJ0R9q6Y.js";
20
20
  import { n as componentDefinition$15 } from "./CRTScreen-BHKDJ9_0.js";
21
- import { n as componentDefinition$16 } from "./CursorTrail-DpegyvgZ.js";
22
- import { n as componentDefinition$17 } from "./DiffuseBlur-BXcJHOEK.js";
23
- import { n as componentDefinition$18 } from "./Dither-BKUz66yF.js";
24
- import { n as componentDefinition$19 } from "./DotGrid-CQ3Bqk7F.js";
25
- import { n as componentDefinition$20 } from "./Duotone-BW1JYEPc.js";
26
- import { n as componentDefinition$21 } from "./FilmGrain-GEWzNIxN.js";
27
- import { n as componentDefinition$22 } from "./FloatingParticles--9Vfk8l7.js";
28
- import { n as componentDefinition$23 } from "./FlowField-cpaUwFHC.js";
29
- import { n as componentDefinition$24 } from "./GlassTiles-BdeSNj7g.js";
30
- import { n as componentDefinition$25 } from "./Glitch-CROTuIoh.js";
31
- import { n as componentDefinition$26 } from "./Glow-DQDMXgcr.js";
32
- import { n as componentDefinition$27 } from "./Godrays-ByIS3bRa.js";
33
- import { n as componentDefinition$28 } from "./Grayscale-DpKuVrqO.js";
34
- import { n as componentDefinition$29 } from "./Grid-CkcYMWZi.js";
35
- import { n as componentDefinition$30 } from "./GridDistortion-CATS8be1.js";
36
- import { n as componentDefinition$31 } from "./Group-DqEcpVau.js";
37
- import { n as componentDefinition$32 } from "./Halftone-DPnEJWAR.js";
38
- import { n as componentDefinition$33 } from "./HueShift-BuAL_IUD.js";
39
- import { n as componentDefinition$34 } from "./ImageTexture-BxUmKJDM.js";
40
- import { n as componentDefinition$35 } from "./Invert-CnrYMYHq.js";
41
- import { n as componentDefinition$36 } from "./Kaleidoscope-w7bcRTGG.js";
42
- import { n as componentDefinition$37 } from "./LensFlare-D42C5m1g.js";
43
- import { n as componentDefinition$38 } from "./LinearBlur-PB7AuAdN.js";
44
- import { n as componentDefinition$39 } from "./LinearGradient-xd6zdc9k.js";
45
- import { n as componentDefinition$40 } from "./Liquify-BfUbY9Aa.js";
46
- import { n as componentDefinition$41 } from "./Mirror-CBuDbabq.js";
47
- import { n as componentDefinition$42 } from "./Perspective-BWEoTtAq.js";
48
- import { n as componentDefinition$43 } from "./Pixelate-C1kcXBSy.js";
49
- import { n as componentDefinition$44 } from "./Plasma-BaKvTyBi.js";
50
- import { n as componentDefinition$45 } from "./PolarCoordinates-tXYdB1hR.js";
51
- import { n as componentDefinition$46 } from "./Posterize-D4f1xM4m.js";
52
- import { n as componentDefinition$47 } from "./ProgressiveBlur-CmBI0c7e.js";
53
- import { n as componentDefinition$48 } from "./RadialGradient-BOWu2cE6.js";
54
- import { n as componentDefinition$49 } from "./RectangularCoordinates-C2KYwree.js";
55
- import { n as componentDefinition$50 } from "./Ripples-C3rm4Nv6.js";
56
- import { n as componentDefinition$51 } from "./Saturation-Bw3ToVIJ.js";
57
- import { n as componentDefinition$52 } from "./Sharpness-Dm4dZVlk.js";
58
- import { n as componentDefinition$53 } from "./Shatter-C5oF85Mn.js";
59
- import { n as componentDefinition$54 } from "./SimplexNoise-CzJ9JuBO.js";
60
- import { n as componentDefinition$55 } from "./SineWave-DMogWzg5.js";
61
- import { n as componentDefinition$56 } from "./SolidColor-CmqDLEvX.js";
62
- import { n as componentDefinition$57 } from "./Spherize-BmA6-b8n.js";
63
- import { n as componentDefinition$58 } from "./Spiral-DmYzx8BO.js";
64
- import { n as componentDefinition$59 } from "./Strands-CmEblLfF.js";
65
- import { n as componentDefinition$60 } from "./Stretch-szy_xiYc.js";
66
- import { n as componentDefinition$61 } from "./Stripes-Bze5bkdm.js";
67
- import { n as componentDefinition$62 } from "./StudioBackground-Ci26l_Xb.js";
68
- import { n as componentDefinition$63 } from "./Swirl-BUKxPesY.js";
69
- import { n as componentDefinition$64 } from "./TiltShift-YxZeQ5Et.js";
70
- import { n as componentDefinition$65 } from "./Tint-Bss3hfZG.js";
71
- import { n as componentDefinition$66 } from "./Tritone-CVr6_qy3.js";
72
- import { n as componentDefinition$67 } from "./Twirl-CKwGdb3_.js";
73
- import { n as componentDefinition$68 } from "./Vibrance-BiW7HP94.js";
74
- import { n as componentDefinition$69 } from "./VideoTexture-CH9n_1hI.js";
75
- import { n as componentDefinition$70 } from "./WaveDistortion-BYmLNaT1.js";
76
- import { n as componentDefinition$71 } from "./WebcamTexture-wlrwZXeq.js";
77
- import { n as componentDefinition$72 } from "./ZoomBlur-BtGAMd_0.js";
21
+ import { n as componentDefinition$16 } from "./CursorRipples-Dn_rE8nA.js";
22
+ import { n as componentDefinition$17 } from "./CursorTrail-DD4YxAqo.js";
23
+ import { n as componentDefinition$18 } from "./DiffuseBlur-GlibDd8O.js";
24
+ import { n as componentDefinition$19 } from "./Dither-BOWyA2dp.js";
25
+ import { n as componentDefinition$20 } from "./DotGrid-Cm-wz6WU.js";
26
+ import { n as componentDefinition$21 } from "./Duotone-C8mRw_1e.js";
27
+ import { n as componentDefinition$22 } from "./FilmGrain-BzD2zoUK.js";
28
+ import { n as componentDefinition$23 } from "./FloatingParticles-GkVY1twT.js";
29
+ import { n as componentDefinition$24 } from "./FlowField-S_LXjhaN.js";
30
+ import { n as componentDefinition$25 } from "./GlassTiles--hbefQlc.js";
31
+ import { n as componentDefinition$26 } from "./Glitch-lbgQYebN.js";
32
+ import { n as componentDefinition$27 } from "./Glow-DM9zbhbr.js";
33
+ import { n as componentDefinition$28 } from "./Godrays-DVo1ikUR.js";
34
+ import { n as componentDefinition$29 } from "./Grayscale-CRYK8foe.js";
35
+ import { n as componentDefinition$30 } from "./Grid-BmYSb6Ur.js";
36
+ import { n as componentDefinition$31 } from "./GridDistortion-PNU8pi2I.js";
37
+ import { n as componentDefinition$32 } from "./Group-D-QMn-Co.js";
38
+ import { n as componentDefinition$33 } from "./Halftone-BlY2LuT8.js";
39
+ import { n as componentDefinition$34 } from "./HueShift-p4t6HfqE.js";
40
+ import { n as componentDefinition$35 } from "./ImageTexture-BAOtuVAy.js";
41
+ import { n as componentDefinition$36 } from "./Invert-oYct5uwC.js";
42
+ import { n as componentDefinition$37 } from "./Kaleidoscope-BXKsOJl2.js";
43
+ import { n as componentDefinition$38 } from "./LensFlare-BWl8PWjv.js";
44
+ import { n as componentDefinition$39 } from "./LinearBlur-gV1sIMuQ.js";
45
+ import { n as componentDefinition$40 } from "./LinearGradient-C5kz9RSs.js";
46
+ import { n as componentDefinition$41 } from "./Liquify-CtUvuV0S.js";
47
+ import { n as componentDefinition$42 } from "./Mirror-C3Bn9m7T.js";
48
+ import { n as componentDefinition$43 } from "./Perspective-NsMXVWAS.js";
49
+ import { n as componentDefinition$44 } from "./Pixelate-C-LbtIjf.js";
50
+ import { n as componentDefinition$45 } from "./Plasma-Dr516u2H.js";
51
+ import { n as componentDefinition$46 } from "./PolarCoordinates-HVxz9oX-.js";
52
+ import { n as componentDefinition$47 } from "./Posterize-DbPe3f5d.js";
53
+ import { n as componentDefinition$48 } from "./ProgressiveBlur-Cf2pKf8U.js";
54
+ import { n as componentDefinition$49 } from "./RadialGradient-Bel2cjwV.js";
55
+ import { n as componentDefinition$50 } from "./RectangularCoordinates-BfeH7Mp6.js";
56
+ import { n as componentDefinition$51 } from "./Ripples-DBqbjqb_.js";
57
+ import { n as componentDefinition$52 } from "./Saturation-4L5KnzYg.js";
58
+ import { n as componentDefinition$53 } from "./Sharpness-C5h9h3NY.js";
59
+ import { n as componentDefinition$54 } from "./Shatter-BDTHZrbz.js";
60
+ import { n as componentDefinition$55 } from "./SimplexNoise-DU-QPbwp.js";
61
+ import { n as componentDefinition$56 } from "./SineWave-CsoVJf9C.js";
62
+ import { n as componentDefinition$57 } from "./SolidColor-BOK2t0JT.js";
63
+ import { n as componentDefinition$58 } from "./Spherize-BxUTtFAg.js";
64
+ import { n as componentDefinition$59 } from "./Spiral-DVURsiiQ.js";
65
+ import { n as componentDefinition$60 } from "./Strands-C2l4JaUt.js";
66
+ import { n as componentDefinition$61 } from "./Stretch-uSJDtqi2.js";
67
+ import { n as componentDefinition$62 } from "./Stripes-IFl3of9w.js";
68
+ import { n as componentDefinition$63 } from "./StudioBackground-DbBGv5fk.js";
69
+ import { n as componentDefinition$64 } from "./Swirl-C16tmwEg.js";
70
+ import { n as componentDefinition$65 } from "./TiltShift-C5t3YMVT.js";
71
+ import { n as componentDefinition$66 } from "./Tint-VTnDmiKF.js";
72
+ import { n as componentDefinition$67 } from "./Tritone-v6z_O967.js";
73
+ import { n as componentDefinition$68 } from "./Twirl-BWpsT8iI.js";
74
+ import { n as componentDefinition$69 } from "./Vibrance-C_DSuzwf.js";
75
+ import { n as componentDefinition$70 } from "./VideoTexture-OrpXuUNQ.js";
76
+ import { n as componentDefinition$71 } from "./WaveDistortion-BAxVvc8B.js";
77
+ import { n as componentDefinition$72 } from "./WebcamTexture-D2CHXtkO.js";
78
+ import { n as componentDefinition$73 } from "./ZoomBlur-D--sEenn.js";
78
79
  var createShaderRegistry = () => {
79
80
  const registry = {};
80
81
  const shaderDefinitions = {
@@ -94,63 +95,64 @@ var createShaderRegistry = () => {
94
95
  ConcentricSpin: componentDefinition$13,
95
96
  ContourLines: componentDefinition$14,
96
97
  CRTScreen: componentDefinition$15,
97
- CursorTrail: componentDefinition$16,
98
- DiffuseBlur: componentDefinition$17,
99
- Dither: componentDefinition$18,
100
- DotGrid: componentDefinition$19,
101
- Duotone: componentDefinition$20,
102
- FilmGrain: componentDefinition$21,
103
- FloatingParticles: componentDefinition$22,
104
- FlowField: componentDefinition$23,
105
- GlassTiles: componentDefinition$24,
106
- Glitch: componentDefinition$25,
107
- Glow: componentDefinition$26,
108
- Godrays: componentDefinition$27,
109
- Grayscale: componentDefinition$28,
110
- Grid: componentDefinition$29,
111
- GridDistortion: componentDefinition$30,
112
- Group: componentDefinition$31,
113
- Halftone: componentDefinition$32,
114
- HueShift: componentDefinition$33,
115
- ImageTexture: componentDefinition$34,
116
- Invert: componentDefinition$35,
117
- Kaleidoscope: componentDefinition$36,
118
- LensFlare: componentDefinition$37,
119
- LinearBlur: componentDefinition$38,
120
- LinearGradient: componentDefinition$39,
121
- Liquify: componentDefinition$40,
122
- Mirror: componentDefinition$41,
123
- Perspective: componentDefinition$42,
124
- Pixelate: componentDefinition$43,
125
- Plasma: componentDefinition$44,
126
- PolarCoordinates: componentDefinition$45,
127
- Posterize: componentDefinition$46,
128
- ProgressiveBlur: componentDefinition$47,
129
- RadialGradient: componentDefinition$48,
130
- RectangularCoordinates: componentDefinition$49,
131
- Ripples: componentDefinition$50,
132
- Saturation: componentDefinition$51,
133
- Sharpness: componentDefinition$52,
134
- Shatter: componentDefinition$53,
135
- SimplexNoise: componentDefinition$54,
136
- SineWave: componentDefinition$55,
137
- SolidColor: componentDefinition$56,
138
- Spherize: componentDefinition$57,
139
- Spiral: componentDefinition$58,
140
- Strands: componentDefinition$59,
141
- Stretch: componentDefinition$60,
142
- Stripes: componentDefinition$61,
143
- StudioBackground: componentDefinition$62,
144
- Swirl: componentDefinition$63,
145
- TiltShift: componentDefinition$64,
146
- Tint: componentDefinition$65,
147
- Tritone: componentDefinition$66,
148
- Twirl: componentDefinition$67,
149
- Vibrance: componentDefinition$68,
150
- VideoTexture: componentDefinition$69,
151
- WaveDistortion: componentDefinition$70,
152
- WebcamTexture: componentDefinition$71,
153
- ZoomBlur: componentDefinition$72
98
+ CursorRipples: componentDefinition$16,
99
+ CursorTrail: componentDefinition$17,
100
+ DiffuseBlur: componentDefinition$18,
101
+ Dither: componentDefinition$19,
102
+ DotGrid: componentDefinition$20,
103
+ Duotone: componentDefinition$21,
104
+ FilmGrain: componentDefinition$22,
105
+ FloatingParticles: componentDefinition$23,
106
+ FlowField: componentDefinition$24,
107
+ GlassTiles: componentDefinition$25,
108
+ Glitch: componentDefinition$26,
109
+ Glow: componentDefinition$27,
110
+ Godrays: componentDefinition$28,
111
+ Grayscale: componentDefinition$29,
112
+ Grid: componentDefinition$30,
113
+ GridDistortion: componentDefinition$31,
114
+ Group: componentDefinition$32,
115
+ Halftone: componentDefinition$33,
116
+ HueShift: componentDefinition$34,
117
+ ImageTexture: componentDefinition$35,
118
+ Invert: componentDefinition$36,
119
+ Kaleidoscope: componentDefinition$37,
120
+ LensFlare: componentDefinition$38,
121
+ LinearBlur: componentDefinition$39,
122
+ LinearGradient: componentDefinition$40,
123
+ Liquify: componentDefinition$41,
124
+ Mirror: componentDefinition$42,
125
+ Perspective: componentDefinition$43,
126
+ Pixelate: componentDefinition$44,
127
+ Plasma: componentDefinition$45,
128
+ PolarCoordinates: componentDefinition$46,
129
+ Posterize: componentDefinition$47,
130
+ ProgressiveBlur: componentDefinition$48,
131
+ RadialGradient: componentDefinition$49,
132
+ RectangularCoordinates: componentDefinition$50,
133
+ Ripples: componentDefinition$51,
134
+ Saturation: componentDefinition$52,
135
+ Sharpness: componentDefinition$53,
136
+ Shatter: componentDefinition$54,
137
+ SimplexNoise: componentDefinition$55,
138
+ SineWave: componentDefinition$56,
139
+ SolidColor: componentDefinition$57,
140
+ Spherize: componentDefinition$58,
141
+ Spiral: componentDefinition$59,
142
+ Strands: componentDefinition$60,
143
+ Stretch: componentDefinition$61,
144
+ Stripes: componentDefinition$62,
145
+ StudioBackground: componentDefinition$63,
146
+ Swirl: componentDefinition$64,
147
+ TiltShift: componentDefinition$65,
148
+ Tint: componentDefinition$66,
149
+ Tritone: componentDefinition$67,
150
+ Twirl: componentDefinition$68,
151
+ Vibrance: componentDefinition$69,
152
+ VideoTexture: componentDefinition$70,
153
+ WaveDistortion: componentDefinition$71,
154
+ WebcamTexture: componentDefinition$72,
155
+ ZoomBlur: componentDefinition$73
154
156
  };
155
157
  Object.entries(shaderDefinitions).forEach(([fileName, def]) => {
156
158
  const propsMetadata = {};
@@ -1 +1 @@
1
- {"version":3,"file":"shaderRegistry.d.ts","sourceRoot":"","sources":["../src/shaderRegistry.ts"],"names":[],"mappings":"AA4EA,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;AA6GD,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":"AA6EA,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;AA8GD,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,42 @@
1
+ import { ComponentDefinition } from '../../types';
2
+
3
+ export interface ComponentProps {
4
+ /**
5
+ * Strength of the ripple distortion
6
+ *
7
+ * Accepts a number between 0 and 20.
8
+ * @default 10
9
+ */
10
+ intensity: number;
11
+ /**
12
+ * How quickly ripples fade (higher = faster)
13
+ *
14
+ * Accepts a number between 0 and 20.
15
+ * @default 10
16
+ */
17
+ decay: number;
18
+ /**
19
+ * Radius of cursor influence
20
+ *
21
+ * Accepts a number between 0.1 and 1.
22
+ * @default 0.5
23
+ */
24
+ radius: number;
25
+ /**
26
+ * RGB channel separation along ripple edges
27
+ *
28
+ * Accepts a number between 0 and 3.
29
+ * @default 1
30
+ */
31
+ chromaticSplit: number;
32
+ /**
33
+ * How to handle edges when distortion pushes content out of bounds
34
+ *
35
+ * Accepts one of: `"stretch"`, `"transparent"`, `"mirror"`, `"wrap"`.
36
+ * @default "stretch"
37
+ */
38
+ edges: string;
39
+ }
40
+ export declare const componentDefinition: ComponentDefinition<ComponentProps>;
41
+ export default componentDefinition;
42
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/shaders/CursorRipples/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAAqB,MAAM,iBAAiB,CAAA;AAQvE,MAAM,WAAW,cAAc;IAC3B,SAAS,EAAE,MAAM,CAAA;IACjB,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,EAAE,MAAM,CAAA;IACd,cAAc,EAAE,MAAM,CAAA;IACtB,KAAK,EAAE,MAAM,CAAA;CAChB;AAID,eAAO,MAAM,mBAAmB,EAAE,mBAAmB,CAAC,cAAc,CAuMnE,CAAA;AAED,eAAe,mBAAmB,CAAA"}
@@ -0,0 +1,4 @@
1
+ import "../../edges-Bd7GP4s2.js";
2
+ import "../../transformations-CC_c-QAT.js";
3
+ import { n as componentDefinition, t as CursorRipples_default } from "../../CursorRipples-Dn_rE8nA.js";
4
+ export { componentDefinition, CursorRipples_default as default };
@@ -1,4 +1,4 @@
1
1
  import "../../transformations-CC_c-QAT.js";
2
2
  import "../../colorMixing-Ehw-Hfs_.js";
3
- import { n as componentDefinition, t as CursorTrail_default } from "../../CursorTrail-DpegyvgZ.js";
3
+ import { n as componentDefinition, t as CursorTrail_default } from "../../CursorTrail-DD4YxAqo.js";
4
4
  export { componentDefinition, CursorTrail_default as default };
@@ -1,4 +1,4 @@
1
1
  import "../../edges-Bd7GP4s2.js";
2
2
  import "../../transformations-CC_c-QAT.js";
3
- import { n as componentDefinition, t as DiffuseBlur_default } from "../../DiffuseBlur-BXcJHOEK.js";
3
+ import { n as componentDefinition, t as DiffuseBlur_default } from "../../DiffuseBlur-GlibDd8O.js";
4
4
  export { componentDefinition, DiffuseBlur_default as default };
@@ -1,3 +1,3 @@
1
1
  import "../../transformations-CC_c-QAT.js";
2
- import { n as componentDefinition, t as Dither_default } from "../../Dither-BKUz66yF.js";
2
+ import { n as componentDefinition, t as Dither_default } from "../../Dither-BOWyA2dp.js";
3
3
  export { componentDefinition, Dither_default as default };
@@ -1,3 +1,3 @@
1
1
  import "../../transformations-CC_c-QAT.js";
2
- import { n as componentDefinition, t as DotGrid_default } from "../../DotGrid-CQ3Bqk7F.js";
2
+ import { n as componentDefinition, t as DotGrid_default } from "../../DotGrid-Cm-wz6WU.js";
3
3
  export { componentDefinition, DotGrid_default as default };
@@ -1,4 +1,4 @@
1
1
  import "../../transformations-CC_c-QAT.js";
2
2
  import "../../colorMixing-Ehw-Hfs_.js";
3
- import { n as componentDefinition, t as Duotone_default } from "../../Duotone-BW1JYEPc.js";
3
+ import { n as componentDefinition, t as Duotone_default } from "../../Duotone-C8mRw_1e.js";
4
4
  export { componentDefinition, Duotone_default as default };
@@ -1,2 +1,2 @@
1
- import { n as componentDefinition, t as FilmGrain_default } from "../../FilmGrain-GEWzNIxN.js";
1
+ import { n as componentDefinition, t as FilmGrain_default } from "../../FilmGrain-BzD2zoUK.js";
2
2
  export { componentDefinition, FilmGrain_default as default };
@@ -1,4 +1,4 @@
1
1
  import "../../transformations-CC_c-QAT.js";
2
2
  import "../../time-BZqyVJXt.js";
3
- import { n as componentDefinition, t as FloatingParticles_default } from "../../FloatingParticles--9Vfk8l7.js";
3
+ import { n as componentDefinition, t as FloatingParticles_default } from "../../FloatingParticles-GkVY1twT.js";
4
4
  export { componentDefinition, FloatingParticles_default as default };
@@ -1,5 +1,5 @@
1
1
  import "../../edges-Bd7GP4s2.js";
2
2
  import "../../transformations-CC_c-QAT.js";
3
3
  import "../../time-BZqyVJXt.js";
4
- import { n as componentDefinition, t as FlowField_default } from "../../FlowField-cpaUwFHC.js";
4
+ import { n as componentDefinition, t as FlowField_default } from "../../FlowField-S_LXjhaN.js";
5
5
  export { componentDefinition, FlowField_default as default };
@@ -1,2 +1,2 @@
1
- import { n as componentDefinition, t as GlassTiles_default } from "../../GlassTiles-BdeSNj7g.js";
1
+ import { n as componentDefinition, t as GlassTiles_default } from "../../GlassTiles--hbefQlc.js";
2
2
  export { componentDefinition, GlassTiles_default as default };
@@ -1,2 +1,2 @@
1
- import { n as componentDefinition, t as Glitch_default } from "../../Glitch-CROTuIoh.js";
1
+ import { n as componentDefinition, t as Glitch_default } from "../../Glitch-lbgQYebN.js";
2
2
  export { componentDefinition, Glitch_default as default };
@@ -1,2 +1,2 @@
1
- import { n as componentDefinition, t as Glow_default } from "../../Glow-DQDMXgcr.js";
1
+ import { n as componentDefinition, t as Glow_default } from "../../Glow-DM9zbhbr.js";
2
2
  export { componentDefinition, Glow_default as default };
@@ -1,4 +1,4 @@
1
1
  import "../../transformations-CC_c-QAT.js";
2
2
  import "../../time-BZqyVJXt.js";
3
- import { n as componentDefinition, t as Godrays_default } from "../../Godrays-ByIS3bRa.js";
3
+ import { n as componentDefinition, t as Godrays_default } from "../../Godrays-DVo1ikUR.js";
4
4
  export { componentDefinition, Godrays_default as default };
@@ -1,2 +1,2 @@
1
- import { n as componentDefinition, t as Grayscale_default } from "../../Grayscale-DpKuVrqO.js";
1
+ import { n as componentDefinition, t as Grayscale_default } from "../../Grayscale-CRYK8foe.js";
2
2
  export { componentDefinition, Grayscale_default as default };
@@ -1,3 +1,3 @@
1
1
  import "../../transformations-CC_c-QAT.js";
2
- import { n as componentDefinition, t as Grid_default } from "../../Grid-CkcYMWZi.js";
2
+ import { n as componentDefinition, t as Grid_default } from "../../Grid-BmYSb6Ur.js";
3
3
  export { componentDefinition, Grid_default as default };
@@ -1,4 +1,4 @@
1
1
  import "../../edges-Bd7GP4s2.js";
2
2
  import "../../transformations-CC_c-QAT.js";
3
- import { n as componentDefinition, t as GridDistortion_default } from "../../GridDistortion-CATS8be1.js";
3
+ import { n as componentDefinition, t as GridDistortion_default } from "../../GridDistortion-PNU8pi2I.js";
4
4
  export { componentDefinition, GridDistortion_default as default };
@@ -1,2 +1,2 @@
1
- import { n as componentDefinition, t as Group_default } from "../../Group-DqEcpVau.js";
1
+ import { n as componentDefinition, t as Group_default } from "../../Group-D-QMn-Co.js";
2
2
  export { componentDefinition, Group_default as default };
@@ -1,3 +1,3 @@
1
1
  import "../../transformations-CC_c-QAT.js";
2
- import { n as componentDefinition, t as Halftone_default } from "../../Halftone-DPnEJWAR.js";
2
+ import { n as componentDefinition, t as Halftone_default } from "../../Halftone-BlY2LuT8.js";
3
3
  export { componentDefinition, Halftone_default as default };
@@ -1,2 +1,2 @@
1
- import { n as componentDefinition, t as HueShift_default } from "../../HueShift-BuAL_IUD.js";
1
+ import { n as componentDefinition, t as HueShift_default } from "../../HueShift-p4t6HfqE.js";
2
2
  export { componentDefinition, HueShift_default as default };
@@ -1,2 +1,2 @@
1
- import { n as componentDefinition, t as ImageTexture_default } from "../../ImageTexture-BxUmKJDM.js";
1
+ import { n as componentDefinition, t as ImageTexture_default } from "../../ImageTexture-BAOtuVAy.js";
2
2
  export { componentDefinition, ImageTexture_default as default };
@@ -1,2 +1,2 @@
1
- import { n as componentDefinition, t as Invert_default } from "../../Invert-CnrYMYHq.js";
1
+ import { n as componentDefinition, t as Invert_default } from "../../Invert-oYct5uwC.js";
2
2
  export { componentDefinition, Invert_default as default };
@@ -1,4 +1,4 @@
1
1
  import "../../edges-Bd7GP4s2.js";
2
2
  import "../../transformations-CC_c-QAT.js";
3
- import { n as componentDefinition, t as Kaleidoscope_default } from "../../Kaleidoscope-w7bcRTGG.js";
3
+ import { n as componentDefinition, t as Kaleidoscope_default } from "../../Kaleidoscope-BXKsOJl2.js";
4
4
  export { componentDefinition, Kaleidoscope_default as default };
@@ -1,4 +1,4 @@
1
1
  import "../../transformations-CC_c-QAT.js";
2
2
  import "../../time-BZqyVJXt.js";
3
- import { n as componentDefinition, t as LensFlare_default } from "../../LensFlare-D42C5m1g.js";
3
+ import { n as componentDefinition, t as LensFlare_default } from "../../LensFlare-BWl8PWjv.js";
4
4
  export { componentDefinition, LensFlare_default as default };
@@ -1,3 +1,3 @@
1
1
  import "../../transformations-CC_c-QAT.js";
2
- import { n as componentDefinition, t as LinearBlur_default } from "../../LinearBlur-PB7AuAdN.js";
2
+ import { n as componentDefinition, t as LinearBlur_default } from "../../LinearBlur-gV1sIMuQ.js";
3
3
  export { componentDefinition, LinearBlur_default as default };