shaders 2.3.49 → 2.3.50

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 (154) hide show
  1. package/dist/core/ConcentricSpin-CLTGx_sN.js +173 -0
  2. package/dist/core/registry.js +118 -116
  3. package/dist/core/shaderRegistry.d.ts.map +1 -1
  4. package/dist/core/shaders/CRTScreen/index.js +1 -1
  5. package/dist/core/shaders/ConcentricSpin/index.d.ts +64 -0
  6. package/dist/core/shaders/ConcentricSpin/index.d.ts.map +1 -0
  7. package/dist/core/shaders/ConcentricSpin/index.js +5 -0
  8. package/dist/core/shaders/ContourLines/index.js +1 -1
  9. package/dist/core/shaders/CursorTrail/index.js +1 -1
  10. package/dist/core/shaders/DiffuseBlur/index.js +1 -1
  11. package/dist/core/shaders/Dither/index.js +1 -1
  12. package/dist/core/shaders/DotGrid/index.js +1 -1
  13. package/dist/core/shaders/Duotone/index.js +1 -1
  14. package/dist/core/shaders/FilmGrain/index.js +1 -1
  15. package/dist/core/shaders/FloatingParticles/index.js +1 -1
  16. package/dist/core/shaders/FlowField/index.js +1 -1
  17. package/dist/core/shaders/GlassTiles/index.js +1 -1
  18. package/dist/core/shaders/Glitch/index.js +1 -1
  19. package/dist/core/shaders/Glow/index.js +1 -1
  20. package/dist/core/shaders/Godrays/index.js +1 -1
  21. package/dist/core/shaders/Grayscale/index.js +1 -1
  22. package/dist/core/shaders/Grid/index.js +1 -1
  23. package/dist/core/shaders/GridDistortion/index.js +1 -1
  24. package/dist/core/shaders/Group/index.js +1 -1
  25. package/dist/core/shaders/Halftone/index.js +1 -1
  26. package/dist/core/shaders/HueShift/index.js +1 -1
  27. package/dist/core/shaders/ImageTexture/index.js +1 -1
  28. package/dist/core/shaders/Invert/index.js +1 -1
  29. package/dist/core/shaders/Kaleidoscope/index.js +1 -1
  30. package/dist/core/shaders/LensFlare/index.js +1 -1
  31. package/dist/core/shaders/LinearBlur/index.js +1 -1
  32. package/dist/core/shaders/LinearGradient/index.js +1 -1
  33. package/dist/core/shaders/Liquify/index.js +1 -1
  34. package/dist/core/shaders/Mirror/index.js +1 -1
  35. package/dist/core/shaders/Perspective/index.js +1 -1
  36. package/dist/core/shaders/Pixelate/index.js +1 -1
  37. package/dist/core/shaders/Plasma/index.js +1 -1
  38. package/dist/core/shaders/PolarCoordinates/index.js +1 -1
  39. package/dist/core/shaders/Posterize/index.js +1 -1
  40. package/dist/core/shaders/ProgressiveBlur/index.js +1 -1
  41. package/dist/core/shaders/RadialGradient/index.js +1 -1
  42. package/dist/core/shaders/RectangularCoordinates/index.js +1 -1
  43. package/dist/core/shaders/Ripples/index.js +1 -1
  44. package/dist/core/shaders/Saturation/index.js +1 -1
  45. package/dist/core/shaders/Sharpness/index.js +1 -1
  46. package/dist/core/shaders/Shatter/index.js +1 -1
  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/Stripes/index.js +1 -1
  55. package/dist/core/shaders/Swirl/index.js +1 -1
  56. package/dist/core/shaders/TiltShift/index.js +1 -1
  57. package/dist/core/shaders/Tint/index.js +1 -1
  58. package/dist/core/shaders/Tritone/index.js +1 -1
  59. package/dist/core/shaders/Twirl/index.js +1 -1
  60. package/dist/core/shaders/Vibrance/index.js +1 -1
  61. package/dist/core/shaders/VideoTexture/index.js +1 -1
  62. package/dist/core/shaders/WaveDistortion/index.js +1 -1
  63. package/dist/core/shaders/WebcamTexture/index.js +1 -1
  64. package/dist/core/shaders/ZoomBlur/index.js +1 -1
  65. package/dist/react/ConcentricSpin.js +164 -0
  66. package/dist/react/components/ConcentricSpin.d.ts +31 -0
  67. package/dist/react/components/ConcentricSpin.d.ts.map +1 -0
  68. package/dist/react/index.d.ts +1 -0
  69. package/dist/react/index.d.ts.map +1 -1
  70. package/dist/react/index.js +2 -1
  71. package/dist/react/utils/generatePresetCode.d.ts.map +1 -1
  72. package/dist/react/utils/generatePresetCode.js +16 -0
  73. package/dist/registry.js +240 -0
  74. package/dist/solid/components/ConcentricSpin.d.ts +28 -0
  75. package/dist/solid/components/ConcentricSpin.d.ts.map +1 -0
  76. package/dist/solid/components/ConcentricSpin.js +168 -0
  77. package/dist/solid/index.d.ts +1 -0
  78. package/dist/solid/index.d.ts.map +1 -1
  79. package/dist/solid/index.js +118 -116
  80. package/dist/solid/utils/generatePresetCode.d.ts.map +1 -1
  81. package/dist/solid/utils/generatePresetCode.js +16 -0
  82. package/dist/svelte/components/ConcentricSpin.svelte.d.ts +19 -0
  83. package/dist/svelte/{generatePresetCode-Bw9A9k-k.js → generatePresetCode-Co-oSFXj.js} +16 -0
  84. package/dist/svelte/index.d.ts +1 -0
  85. package/dist/svelte/index.js +385 -255
  86. package/dist/svelte/utils/generatePresetCode.js +1 -1
  87. package/dist/vue/ConcentricSpin.js +3 -0
  88. package/dist/vue/ConcentricSpin.vue_vue_type_script_setup_true_lang.js +151 -0
  89. package/dist/vue/components/ConcentricSpin.vue.d.ts +54 -0
  90. package/dist/vue/components/ConcentricSpin.vue.d.ts.map +1 -0
  91. package/dist/vue/index.d.ts +1 -0
  92. package/dist/vue/index.d.ts.map +1 -1
  93. package/dist/vue/index.js +2 -1
  94. package/dist/vue/utils/generatePresetCode.d.ts.map +1 -1
  95. package/dist/vue/utils/generatePresetCode.js +16 -0
  96. package/package.json +9 -1
  97. /package/dist/core/{CRTScreen-BJJhBQ3D.js → CRTScreen-D6qh6DnD.js} +0 -0
  98. /package/dist/core/{ContourLines-NASMUR3G.js → ContourLines-Dc5J7iw5.js} +0 -0
  99. /package/dist/core/{CursorTrail-DT7Q3TzC.js → CursorTrail-COnyRZH9.js} +0 -0
  100. /package/dist/core/{DiffuseBlur-dJ8C3PKh.js → DiffuseBlur-DcV8M7hN.js} +0 -0
  101. /package/dist/core/{Dither-Bac0W21a.js → Dither-C-w0ugGX.js} +0 -0
  102. /package/dist/core/{DotGrid-Cedu_WEn.js → DotGrid-wXnfcjrM.js} +0 -0
  103. /package/dist/core/{Duotone-DL9vhoyo.js → Duotone-B8dYgrFR.js} +0 -0
  104. /package/dist/core/{FilmGrain-BzdJM5vN.js → FilmGrain-D_6m7GJ4.js} +0 -0
  105. /package/dist/core/{FloatingParticles-DoB1DI8t.js → FloatingParticles-YuuXeICf.js} +0 -0
  106. /package/dist/core/{FlowField-BZ-ZbMzR.js → FlowField-Dx2eqOcU.js} +0 -0
  107. /package/dist/core/{GlassTiles-BQL2Id5c.js → GlassTiles-hnt2pUQN.js} +0 -0
  108. /package/dist/core/{Glitch-DmF8pHjd.js → Glitch-DfPXeSlL.js} +0 -0
  109. /package/dist/core/{Glow-Bxpj34sE.js → Glow-CQv_dRPj.js} +0 -0
  110. /package/dist/core/{Godrays-DqB-88ds.js → Godrays-B_-HliEA.js} +0 -0
  111. /package/dist/core/{Grayscale-CAuZTuZN.js → Grayscale-DRFXhxr4.js} +0 -0
  112. /package/dist/core/{Grid-B6Hf5dZa.js → Grid-DKSUwEIe.js} +0 -0
  113. /package/dist/core/{GridDistortion-DmwIHrXF.js → GridDistortion-DahXljLX.js} +0 -0
  114. /package/dist/core/{Group-DYtNH5QD.js → Group-r9gMBd5y.js} +0 -0
  115. /package/dist/core/{Halftone-vy2WIxyN.js → Halftone-ZVjwkjaQ.js} +0 -0
  116. /package/dist/core/{HueShift-C4E-S49G.js → HueShift-gZlNBwNE.js} +0 -0
  117. /package/dist/core/{ImageTexture-B40GVvXK.js → ImageTexture-DuXMku_O.js} +0 -0
  118. /package/dist/core/{Invert-ec-nb8PE.js → Invert-gUjZNHF3.js} +0 -0
  119. /package/dist/core/{Kaleidoscope-BO3WUc5P.js → Kaleidoscope-COKZ0BDb.js} +0 -0
  120. /package/dist/core/{LensFlare-BoaXy9ZE.js → LensFlare-D6jy4M7G.js} +0 -0
  121. /package/dist/core/{LinearBlur-BHaYZoXd.js → LinearBlur-CArDQIhs.js} +0 -0
  122. /package/dist/core/{LinearGradient-C8nueF-8.js → LinearGradient-BkB_3gVV.js} +0 -0
  123. /package/dist/core/{Liquify-JsuLWWkx.js → Liquify-BrIB9ajS.js} +0 -0
  124. /package/dist/core/{Mirror--f1QXEID.js → Mirror-BRPYfVAr.js} +0 -0
  125. /package/dist/core/{Perspective-Dyj4iJMR.js → Perspective-CglPLWTZ.js} +0 -0
  126. /package/dist/core/{Pixelate-CzXp_BwM.js → Pixelate-CwnuDc5L.js} +0 -0
  127. /package/dist/core/{Plasma-FfOwR9cP.js → Plasma-CuW-GOI_.js} +0 -0
  128. /package/dist/core/{PolarCoordinates-CfuvmwZm.js → PolarCoordinates-9AFXKnSC.js} +0 -0
  129. /package/dist/core/{Posterize-IUwDieMu.js → Posterize-DU2yrydV.js} +0 -0
  130. /package/dist/core/{ProgressiveBlur-BTGKywKM.js → ProgressiveBlur-BXv2mob_.js} +0 -0
  131. /package/dist/core/{RadialGradient-DbcPAwI7.js → RadialGradient-Dd21Be-_.js} +0 -0
  132. /package/dist/core/{RectangularCoordinates-OOpDHjTM.js → RectangularCoordinates-DAOGnX2p.js} +0 -0
  133. /package/dist/core/{Ripples-CGhzc9or.js → Ripples-Nk5is8WX.js} +0 -0
  134. /package/dist/core/{Saturation-ssiNVXIp.js → Saturation-KoiVB92Y.js} +0 -0
  135. /package/dist/core/{Sharpness-B-nN0G5P.js → Sharpness-CK-zaDVc.js} +0 -0
  136. /package/dist/core/{Shatter-CryQHkSZ.js → Shatter-EEzkIXGb.js} +0 -0
  137. /package/dist/core/{SimplexNoise-B-tDGmzX.js → SimplexNoise-DKov4Yho.js} +0 -0
  138. /package/dist/core/{SineWave-C6MpmU6E.js → SineWave-Cy0wWKUU.js} +0 -0
  139. /package/dist/core/{SolidColor-BjLy2eJx.js → SolidColor-P4OKglCC.js} +0 -0
  140. /package/dist/core/{Spherize-Mtl4w0Lc.js → Spherize-BLEvqakM.js} +0 -0
  141. /package/dist/core/{Spiral-Bl67ud0b.js → Spiral-DXuKs26n.js} +0 -0
  142. /package/dist/core/{Strands-BNxk94tR.js → Strands-DsdASoV4.js} +0 -0
  143. /package/dist/core/{Stretch-DROTOuvH.js → Stretch-By8f2wmJ.js} +0 -0
  144. /package/dist/core/{Stripes-IMsC1G-g.js → Stripes-D8HSlP1H.js} +0 -0
  145. /package/dist/core/{Swirl-C9xCY4TA.js → Swirl-DO8dNtED.js} +0 -0
  146. /package/dist/core/{TiltShift-CFhc4M-Z.js → TiltShift-4QnOmvZ7.js} +0 -0
  147. /package/dist/core/{Tint-DS1FvtQc.js → Tint-Qc-4l2re.js} +0 -0
  148. /package/dist/core/{Tritone-CesYYNTz.js → Tritone-COUPuEp_.js} +0 -0
  149. /package/dist/core/{Twirl-8C-m04yw.js → Twirl-Se1glQAi.js} +0 -0
  150. /package/dist/core/{Vibrance-Cbr-9ds2.js → Vibrance-CUTMlggU.js} +0 -0
  151. /package/dist/core/{VideoTexture-DKnQrDkq.js → VideoTexture-DsvlYXHz.js} +0 -0
  152. /package/dist/core/{WaveDistortion-D-TGqE0a.js → WaveDistortion-D75I7wpE.js} +0 -0
  153. /package/dist/core/{WebcamTexture-C3EtpWf2.js → WebcamTexture-Cj0_V3MP.js} +0 -0
  154. /package/dist/core/{ZoomBlur-DmMiy4FJ.js → ZoomBlur-Cq6lhjH5.js} +0 -0
@@ -0,0 +1,173 @@
1
+ import { t as applyEdgeHandling } from "./edges-Bd7GP4s2.js";
2
+ import { o as transformEdges, s as transformPosition } from "./transformations-CC_c-QAT.js";
3
+ import { t as createAnimatedTime } from "./time-BZqyVJXt.js";
4
+ import { Fn, convertToTexture, cos, float, floor, fract, mix, mod, screenUV, sin, smoothstep, vec2, vec4, viewportSize } from "three/tsl";
5
+ const componentDefinition = {
6
+ name: "ConcentricSpin",
7
+ category: "Distortions",
8
+ description: "Concentric rings that each rotate the underlying image by different amounts",
9
+ requiresRTT: true,
10
+ requiresChild: true,
11
+ props: {
12
+ intensity: {
13
+ default: 20,
14
+ description: "Maximum rotation angle per ring",
15
+ ui: {
16
+ type: "range",
17
+ min: 0,
18
+ max: 100,
19
+ step: 1,
20
+ label: "Intensity",
21
+ group: "Effect"
22
+ }
23
+ },
24
+ rings: {
25
+ default: 8,
26
+ description: "Number of concentric rings",
27
+ ui: {
28
+ type: "range",
29
+ min: 1,
30
+ max: 30,
31
+ step: 1,
32
+ label: "Rings",
33
+ group: "Effect"
34
+ }
35
+ },
36
+ smoothness: {
37
+ default: .03,
38
+ description: "Softness of transitions between rings",
39
+ ui: {
40
+ type: "range",
41
+ min: 0,
42
+ max: 1,
43
+ step: .01,
44
+ label: "Smoothness",
45
+ group: "Effect"
46
+ }
47
+ },
48
+ seed: {
49
+ default: 0,
50
+ description: "Randomization seed for per-ring rotation variation",
51
+ ui: {
52
+ type: "range",
53
+ min: 0,
54
+ max: 100,
55
+ step: 1,
56
+ label: "Seed",
57
+ group: "Effect"
58
+ }
59
+ },
60
+ speed: {
61
+ default: .1,
62
+ description: "Speed of continuous ring rotation",
63
+ ui: {
64
+ type: "range",
65
+ min: -5,
66
+ max: 5,
67
+ step: .1,
68
+ label: "Speed",
69
+ group: "Animation"
70
+ }
71
+ },
72
+ speedRandomness: {
73
+ default: .5,
74
+ description: "How much each ring varies in rotation speed and direction",
75
+ ui: {
76
+ type: "range",
77
+ min: 0,
78
+ max: 1,
79
+ step: .01,
80
+ label: "Speed Randomness",
81
+ group: "Animation"
82
+ }
83
+ },
84
+ edges: {
85
+ default: "mirror",
86
+ description: "How to handle edges when distortion pushes content out of bounds",
87
+ transform: transformEdges,
88
+ ui: {
89
+ type: "select",
90
+ options: [
91
+ {
92
+ label: "Stretch",
93
+ value: "stretch"
94
+ },
95
+ {
96
+ label: "Transparent",
97
+ value: "transparent"
98
+ },
99
+ {
100
+ label: "Mirror",
101
+ value: "mirror"
102
+ },
103
+ {
104
+ label: "Wrap",
105
+ value: "wrap"
106
+ }
107
+ ],
108
+ label: "Edges",
109
+ group: "Effect"
110
+ }
111
+ },
112
+ center: {
113
+ default: {
114
+ x: .5,
115
+ y: .5
116
+ },
117
+ transform: transformPosition,
118
+ description: "Center point of the concentric rings",
119
+ ui: {
120
+ type: "position",
121
+ label: "Center Position",
122
+ group: "Position"
123
+ }
124
+ }
125
+ },
126
+ fragmentNode: (params) => {
127
+ const { uniforms, childNode, onCleanup } = params;
128
+ if (!childNode) return vec4(0, 0, 0, 0);
129
+ const childTexture = convertToTexture(childNode);
130
+ onCleanup(() => {
131
+ if (childTexture?.renderTarget?.dispose) childTexture.renderTarget.dispose();
132
+ });
133
+ const center = vec2(uniforms.center.uniform.x, uniforms.center.uniform.y.oneMinus());
134
+ const maxAngle = uniforms.intensity.uniform.mul(.01745);
135
+ const rings = uniforms.rings.uniform;
136
+ const edgeSoftness = uniforms.smoothness.uniform;
137
+ const seed = uniforms.seed.uniform;
138
+ const speedRandomness = uniforms.speedRandomness.uniform;
139
+ const aspect = viewportSize.x.div(viewportSize.y);
140
+ const animTime = createAnimatedTime(params, uniforms.speed);
141
+ const hash = (x) => fract(sin(x.mul(12.9898)).mul(43758.5453)).sub(.5).mul(2);
142
+ return Fn(() => {
143
+ const uv$1 = screenUV;
144
+ const dx = uv$1.x.sub(center.x).mul(aspect);
145
+ const dy = uv$1.y.sub(center.y);
146
+ const ringCoord = vec2(dx, dy).length().mul(rings);
147
+ const ringIndex = floor(ringCoord);
148
+ const ringFrac = fract(ringCoord);
149
+ const seedOffset = seed.mul(.137);
150
+ const staticA = hash(ringIndex.add(seedOffset)).mul(maxAngle);
151
+ const staticB = hash(ringIndex.add(1).add(seedOffset)).mul(maxAngle);
152
+ const ringSpeedA = mix(float(1), hash(ringIndex.add(42.7)), speedRandomness);
153
+ const ringSpeedB = mix(float(1), hash(ringIndex.add(1).add(42.7)), speedRandomness);
154
+ const animA = animTime.mul(.25).mul(ringSpeedA);
155
+ const animB = animTime.mul(.25).mul(ringSpeedB);
156
+ const totalA = staticA.add(animA);
157
+ const totalB = staticB.add(animB);
158
+ const TWO_PI = float(Math.PI * 2);
159
+ const diff = mod(totalB.sub(totalA).add(Math.PI), TWO_PI).sub(Math.PI);
160
+ const halfEdge = edgeSoftness.mul(.5).add(.001);
161
+ const blend = smoothstep(float(.5).sub(halfEdge), float(.5).add(halfEdge), ringFrac);
162
+ const angle = totalA.add(diff.mul(blend));
163
+ const cosA = cos(angle);
164
+ const sinA = sin(angle);
165
+ const rotX = dx.mul(cosA).sub(dy.mul(sinA));
166
+ const rotY = dx.mul(sinA).add(dy.mul(cosA));
167
+ const distortedUV = vec2(rotX.div(aspect).add(center.x), rotY.add(center.y));
168
+ return applyEdgeHandling(distortedUV, childTexture.sample(distortedUV), childTexture, uniforms.edges.uniform);
169
+ })();
170
+ }
171
+ };
172
+ var ConcentricSpin_default = componentDefinition;
173
+ export { componentDefinition as n, ConcentricSpin_default as t };
@@ -14,64 +14,65 @@ import { n as componentDefinition$8 } from "./Checkerboard-ChbG4nPC.js";
14
14
  import { n as componentDefinition$9 } from "./ChromaFlow-DyqU1igx.js";
15
15
  import { n as componentDefinition$10 } from "./ChromaticAberration-9nlFN2h0.js";
16
16
  import { n as componentDefinition$11 } from "./Circle-DSQ_9vPx.js";
17
- import { n as componentDefinition$12 } from "./ContourLines-NASMUR3G.js";
18
- import { n as componentDefinition$13 } from "./CRTScreen-BJJhBQ3D.js";
19
- import { n as componentDefinition$14 } from "./CursorTrail-DT7Q3TzC.js";
20
- import { n as componentDefinition$15 } from "./DiffuseBlur-dJ8C3PKh.js";
21
- import { n as componentDefinition$16 } from "./Dither-Bac0W21a.js";
22
- import { n as componentDefinition$17 } from "./DotGrid-Cedu_WEn.js";
23
- import { n as componentDefinition$18 } from "./Duotone-DL9vhoyo.js";
24
- import { n as componentDefinition$19 } from "./FilmGrain-BzdJM5vN.js";
25
- import { n as componentDefinition$20 } from "./FloatingParticles-DoB1DI8t.js";
26
- import { n as componentDefinition$21 } from "./FlowField-BZ-ZbMzR.js";
27
- import { n as componentDefinition$22 } from "./GlassTiles-BQL2Id5c.js";
28
- import { n as componentDefinition$23 } from "./Glitch-DmF8pHjd.js";
29
- import { n as componentDefinition$24 } from "./Glow-Bxpj34sE.js";
30
- import { n as componentDefinition$25 } from "./Godrays-DqB-88ds.js";
31
- import { n as componentDefinition$26 } from "./Grayscale-CAuZTuZN.js";
32
- import { n as componentDefinition$27 } from "./Grid-B6Hf5dZa.js";
33
- import { n as componentDefinition$28 } from "./GridDistortion-DmwIHrXF.js";
34
- import { n as componentDefinition$29 } from "./Group-DYtNH5QD.js";
35
- import { n as componentDefinition$30 } from "./Halftone-vy2WIxyN.js";
36
- import { n as componentDefinition$31 } from "./HueShift-C4E-S49G.js";
37
- import { n as componentDefinition$32 } from "./ImageTexture-B40GVvXK.js";
38
- import { n as componentDefinition$33 } from "./Invert-ec-nb8PE.js";
39
- import { n as componentDefinition$34 } from "./Kaleidoscope-BO3WUc5P.js";
40
- import { n as componentDefinition$35 } from "./LensFlare-BoaXy9ZE.js";
41
- import { n as componentDefinition$36 } from "./LinearBlur-BHaYZoXd.js";
42
- import { n as componentDefinition$37 } from "./LinearGradient-C8nueF-8.js";
43
- import { n as componentDefinition$38 } from "./Liquify-JsuLWWkx.js";
44
- import { n as componentDefinition$39 } from "./Mirror--f1QXEID.js";
45
- import { n as componentDefinition$40 } from "./Perspective-Dyj4iJMR.js";
46
- import { n as componentDefinition$41 } from "./Pixelate-CzXp_BwM.js";
47
- import { n as componentDefinition$42 } from "./Plasma-FfOwR9cP.js";
48
- import { n as componentDefinition$43 } from "./PolarCoordinates-CfuvmwZm.js";
49
- import { n as componentDefinition$44 } from "./Posterize-IUwDieMu.js";
50
- import { n as componentDefinition$45 } from "./ProgressiveBlur-BTGKywKM.js";
51
- import { n as componentDefinition$46 } from "./RadialGradient-DbcPAwI7.js";
52
- import { n as componentDefinition$47 } from "./RectangularCoordinates-OOpDHjTM.js";
53
- import { n as componentDefinition$48 } from "./Ripples-CGhzc9or.js";
54
- import { n as componentDefinition$49 } from "./Saturation-ssiNVXIp.js";
55
- import { n as componentDefinition$50 } from "./Sharpness-B-nN0G5P.js";
56
- import { n as componentDefinition$51 } from "./Shatter-CryQHkSZ.js";
57
- import { n as componentDefinition$52 } from "./SimplexNoise-B-tDGmzX.js";
58
- import { n as componentDefinition$53 } from "./SineWave-C6MpmU6E.js";
59
- import { n as componentDefinition$54 } from "./SolidColor-BjLy2eJx.js";
60
- import { n as componentDefinition$55 } from "./Spherize-Mtl4w0Lc.js";
61
- import { n as componentDefinition$56 } from "./Spiral-Bl67ud0b.js";
62
- import { n as componentDefinition$57 } from "./Strands-BNxk94tR.js";
63
- import { n as componentDefinition$58 } from "./Stretch-DROTOuvH.js";
64
- import { n as componentDefinition$59 } from "./Stripes-IMsC1G-g.js";
65
- import { n as componentDefinition$60 } from "./Swirl-C9xCY4TA.js";
66
- import { n as componentDefinition$61 } from "./TiltShift-CFhc4M-Z.js";
67
- import { n as componentDefinition$62 } from "./Tint-DS1FvtQc.js";
68
- import { n as componentDefinition$63 } from "./Tritone-CesYYNTz.js";
69
- import { n as componentDefinition$64 } from "./Twirl-8C-m04yw.js";
70
- import { n as componentDefinition$65 } from "./Vibrance-Cbr-9ds2.js";
71
- import { n as componentDefinition$66 } from "./VideoTexture-DKnQrDkq.js";
72
- import { n as componentDefinition$67 } from "./WaveDistortion-D-TGqE0a.js";
73
- import { n as componentDefinition$68 } from "./WebcamTexture-C3EtpWf2.js";
74
- import { n as componentDefinition$69 } from "./ZoomBlur-DmMiy4FJ.js";
17
+ import { n as componentDefinition$12 } from "./ConcentricSpin-CLTGx_sN.js";
18
+ import { n as componentDefinition$13 } from "./ContourLines-Dc5J7iw5.js";
19
+ import { n as componentDefinition$14 } from "./CRTScreen-D6qh6DnD.js";
20
+ import { n as componentDefinition$15 } from "./CursorTrail-COnyRZH9.js";
21
+ import { n as componentDefinition$16 } from "./DiffuseBlur-DcV8M7hN.js";
22
+ import { n as componentDefinition$17 } from "./Dither-C-w0ugGX.js";
23
+ import { n as componentDefinition$18 } from "./DotGrid-wXnfcjrM.js";
24
+ import { n as componentDefinition$19 } from "./Duotone-B8dYgrFR.js";
25
+ import { n as componentDefinition$20 } from "./FilmGrain-D_6m7GJ4.js";
26
+ import { n as componentDefinition$21 } from "./FloatingParticles-YuuXeICf.js";
27
+ import { n as componentDefinition$22 } from "./FlowField-Dx2eqOcU.js";
28
+ import { n as componentDefinition$23 } from "./GlassTiles-hnt2pUQN.js";
29
+ import { n as componentDefinition$24 } from "./Glitch-DfPXeSlL.js";
30
+ import { n as componentDefinition$25 } from "./Glow-CQv_dRPj.js";
31
+ import { n as componentDefinition$26 } from "./Godrays-B_-HliEA.js";
32
+ import { n as componentDefinition$27 } from "./Grayscale-DRFXhxr4.js";
33
+ import { n as componentDefinition$28 } from "./Grid-DKSUwEIe.js";
34
+ import { n as componentDefinition$29 } from "./GridDistortion-DahXljLX.js";
35
+ import { n as componentDefinition$30 } from "./Group-r9gMBd5y.js";
36
+ import { n as componentDefinition$31 } from "./Halftone-ZVjwkjaQ.js";
37
+ import { n as componentDefinition$32 } from "./HueShift-gZlNBwNE.js";
38
+ import { n as componentDefinition$33 } from "./ImageTexture-DuXMku_O.js";
39
+ import { n as componentDefinition$34 } from "./Invert-gUjZNHF3.js";
40
+ import { n as componentDefinition$35 } from "./Kaleidoscope-COKZ0BDb.js";
41
+ import { n as componentDefinition$36 } from "./LensFlare-D6jy4M7G.js";
42
+ import { n as componentDefinition$37 } from "./LinearBlur-CArDQIhs.js";
43
+ import { n as componentDefinition$38 } from "./LinearGradient-BkB_3gVV.js";
44
+ import { n as componentDefinition$39 } from "./Liquify-BrIB9ajS.js";
45
+ import { n as componentDefinition$40 } from "./Mirror-BRPYfVAr.js";
46
+ import { n as componentDefinition$41 } from "./Perspective-CglPLWTZ.js";
47
+ import { n as componentDefinition$42 } from "./Pixelate-CwnuDc5L.js";
48
+ import { n as componentDefinition$43 } from "./Plasma-CuW-GOI_.js";
49
+ import { n as componentDefinition$44 } from "./PolarCoordinates-9AFXKnSC.js";
50
+ import { n as componentDefinition$45 } from "./Posterize-DU2yrydV.js";
51
+ import { n as componentDefinition$46 } from "./ProgressiveBlur-BXv2mob_.js";
52
+ import { n as componentDefinition$47 } from "./RadialGradient-Dd21Be-_.js";
53
+ import { n as componentDefinition$48 } from "./RectangularCoordinates-DAOGnX2p.js";
54
+ import { n as componentDefinition$49 } from "./Ripples-Nk5is8WX.js";
55
+ import { n as componentDefinition$50 } from "./Saturation-KoiVB92Y.js";
56
+ import { n as componentDefinition$51 } from "./Sharpness-CK-zaDVc.js";
57
+ import { n as componentDefinition$52 } from "./Shatter-EEzkIXGb.js";
58
+ import { n as componentDefinition$53 } from "./SimplexNoise-DKov4Yho.js";
59
+ import { n as componentDefinition$54 } from "./SineWave-Cy0wWKUU.js";
60
+ import { n as componentDefinition$55 } from "./SolidColor-P4OKglCC.js";
61
+ import { n as componentDefinition$56 } from "./Spherize-BLEvqakM.js";
62
+ import { n as componentDefinition$57 } from "./Spiral-DXuKs26n.js";
63
+ import { n as componentDefinition$58 } from "./Strands-DsdASoV4.js";
64
+ import { n as componentDefinition$59 } from "./Stretch-By8f2wmJ.js";
65
+ import { n as componentDefinition$60 } from "./Stripes-D8HSlP1H.js";
66
+ import { n as componentDefinition$61 } from "./Swirl-DO8dNtED.js";
67
+ import { n as componentDefinition$62 } from "./TiltShift-4QnOmvZ7.js";
68
+ import { n as componentDefinition$63 } from "./Tint-Qc-4l2re.js";
69
+ import { n as componentDefinition$64 } from "./Tritone-COUPuEp_.js";
70
+ import { n as componentDefinition$65 } from "./Twirl-Se1glQAi.js";
71
+ import { n as componentDefinition$66 } from "./Vibrance-CUTMlggU.js";
72
+ import { n as componentDefinition$67 } from "./VideoTexture-DsvlYXHz.js";
73
+ import { n as componentDefinition$68 } from "./WaveDistortion-D75I7wpE.js";
74
+ import { n as componentDefinition$69 } from "./WebcamTexture-Cj0_V3MP.js";
75
+ import { n as componentDefinition$70 } from "./ZoomBlur-Cq6lhjH5.js";
75
76
  var createShaderRegistry = () => {
76
77
  const registry = {};
77
78
  const shaderDefinitions = {
@@ -87,64 +88,65 @@ var createShaderRegistry = () => {
87
88
  ChromaFlow: componentDefinition$9,
88
89
  ChromaticAberration: componentDefinition$10,
89
90
  Circle: componentDefinition$11,
90
- ContourLines: componentDefinition$12,
91
- CRTScreen: componentDefinition$13,
92
- CursorTrail: componentDefinition$14,
93
- DiffuseBlur: componentDefinition$15,
94
- Dither: componentDefinition$16,
95
- DotGrid: componentDefinition$17,
96
- Duotone: componentDefinition$18,
97
- FilmGrain: componentDefinition$19,
98
- FloatingParticles: componentDefinition$20,
99
- FlowField: componentDefinition$21,
100
- GlassTiles: componentDefinition$22,
101
- Glitch: componentDefinition$23,
102
- Glow: componentDefinition$24,
103
- Godrays: componentDefinition$25,
104
- Grayscale: componentDefinition$26,
105
- Grid: componentDefinition$27,
106
- GridDistortion: componentDefinition$28,
107
- Group: componentDefinition$29,
108
- Halftone: componentDefinition$30,
109
- HueShift: componentDefinition$31,
110
- ImageTexture: componentDefinition$32,
111
- Invert: componentDefinition$33,
112
- Kaleidoscope: componentDefinition$34,
113
- LensFlare: componentDefinition$35,
114
- LinearBlur: componentDefinition$36,
115
- LinearGradient: componentDefinition$37,
116
- Liquify: componentDefinition$38,
117
- Mirror: componentDefinition$39,
118
- Perspective: componentDefinition$40,
119
- Pixelate: componentDefinition$41,
120
- Plasma: componentDefinition$42,
121
- PolarCoordinates: componentDefinition$43,
122
- Posterize: componentDefinition$44,
123
- ProgressiveBlur: componentDefinition$45,
124
- RadialGradient: componentDefinition$46,
125
- RectangularCoordinates: componentDefinition$47,
126
- Ripples: componentDefinition$48,
127
- Saturation: componentDefinition$49,
128
- Sharpness: componentDefinition$50,
129
- Shatter: componentDefinition$51,
130
- SimplexNoise: componentDefinition$52,
131
- SineWave: componentDefinition$53,
132
- SolidColor: componentDefinition$54,
133
- Spherize: componentDefinition$55,
134
- Spiral: componentDefinition$56,
135
- Strands: componentDefinition$57,
136
- Stretch: componentDefinition$58,
137
- Stripes: componentDefinition$59,
138
- Swirl: componentDefinition$60,
139
- TiltShift: componentDefinition$61,
140
- Tint: componentDefinition$62,
141
- Tritone: componentDefinition$63,
142
- Twirl: componentDefinition$64,
143
- Vibrance: componentDefinition$65,
144
- VideoTexture: componentDefinition$66,
145
- WaveDistortion: componentDefinition$67,
146
- WebcamTexture: componentDefinition$68,
147
- ZoomBlur: componentDefinition$69
91
+ ConcentricSpin: componentDefinition$12,
92
+ ContourLines: componentDefinition$13,
93
+ CRTScreen: componentDefinition$14,
94
+ CursorTrail: componentDefinition$15,
95
+ DiffuseBlur: componentDefinition$16,
96
+ Dither: componentDefinition$17,
97
+ DotGrid: componentDefinition$18,
98
+ Duotone: componentDefinition$19,
99
+ FilmGrain: componentDefinition$20,
100
+ FloatingParticles: componentDefinition$21,
101
+ FlowField: componentDefinition$22,
102
+ GlassTiles: componentDefinition$23,
103
+ Glitch: componentDefinition$24,
104
+ Glow: componentDefinition$25,
105
+ Godrays: componentDefinition$26,
106
+ Grayscale: componentDefinition$27,
107
+ Grid: componentDefinition$28,
108
+ GridDistortion: componentDefinition$29,
109
+ Group: componentDefinition$30,
110
+ Halftone: componentDefinition$31,
111
+ HueShift: componentDefinition$32,
112
+ ImageTexture: componentDefinition$33,
113
+ Invert: componentDefinition$34,
114
+ Kaleidoscope: componentDefinition$35,
115
+ LensFlare: componentDefinition$36,
116
+ LinearBlur: componentDefinition$37,
117
+ LinearGradient: componentDefinition$38,
118
+ Liquify: componentDefinition$39,
119
+ Mirror: componentDefinition$40,
120
+ Perspective: componentDefinition$41,
121
+ Pixelate: componentDefinition$42,
122
+ Plasma: componentDefinition$43,
123
+ PolarCoordinates: componentDefinition$44,
124
+ Posterize: componentDefinition$45,
125
+ ProgressiveBlur: componentDefinition$46,
126
+ RadialGradient: componentDefinition$47,
127
+ RectangularCoordinates: componentDefinition$48,
128
+ Ripples: componentDefinition$49,
129
+ Saturation: componentDefinition$50,
130
+ Sharpness: componentDefinition$51,
131
+ Shatter: componentDefinition$52,
132
+ SimplexNoise: componentDefinition$53,
133
+ SineWave: componentDefinition$54,
134
+ SolidColor: componentDefinition$55,
135
+ Spherize: componentDefinition$56,
136
+ Spiral: componentDefinition$57,
137
+ Strands: componentDefinition$58,
138
+ Stretch: componentDefinition$59,
139
+ Stripes: componentDefinition$60,
140
+ Swirl: componentDefinition$61,
141
+ TiltShift: componentDefinition$62,
142
+ Tint: componentDefinition$63,
143
+ Tritone: componentDefinition$64,
144
+ Twirl: componentDefinition$65,
145
+ Vibrance: componentDefinition$66,
146
+ VideoTexture: componentDefinition$67,
147
+ WaveDistortion: componentDefinition$68,
148
+ WebcamTexture: componentDefinition$69,
149
+ ZoomBlur: componentDefinition$70
148
150
  };
149
151
  Object.entries(shaderDefinitions).forEach(([fileName, def]) => {
150
152
  const propsMetadata = {};
@@ -1 +1 @@
1
- {"version":3,"file":"shaderRegistry.d.ts","sourceRoot":"","sources":["../src/shaderRegistry.ts"],"names":[],"mappings":"AAyEA,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;AA0GD,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":"AA0EA,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;AA2GD,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,2 +1,2 @@
1
- import { n as componentDefinition, t as CRTScreen_default } from "../../CRTScreen-BJJhBQ3D.js";
1
+ import { n as componentDefinition, t as CRTScreen_default } from "../../CRTScreen-D6qh6DnD.js";
2
2
  export { componentDefinition, CRTScreen_default as default };
@@ -0,0 +1,64 @@
1
+ import { ComponentDefinition } from '../../types';
2
+ import { transformPosition } from '../../utilities/transformations';
3
+
4
+ export interface ComponentProps {
5
+ /**
6
+ * Maximum rotation angle per ring
7
+ *
8
+ * Accepts a number between 0 and 100.
9
+ * @default 20
10
+ */
11
+ intensity: number;
12
+ /**
13
+ * Number of concentric rings
14
+ *
15
+ * Accepts a number between 1 and 30.
16
+ * @default 8
17
+ */
18
+ rings: number;
19
+ /**
20
+ * Softness of transitions between rings
21
+ *
22
+ * Accepts a number between 0 and 1.
23
+ * @default 0.03
24
+ */
25
+ smoothness: number;
26
+ /**
27
+ * Randomization seed for per-ring rotation variation
28
+ *
29
+ * Accepts a number between 0 and 100.
30
+ * @default 0
31
+ */
32
+ seed: number;
33
+ /**
34
+ * Speed of continuous ring rotation
35
+ *
36
+ * Accepts a number between -5 and 5.
37
+ * @default 0.1
38
+ */
39
+ speed: number;
40
+ /**
41
+ * How much each ring varies in rotation speed and direction
42
+ *
43
+ * Accepts a number between 0 and 1.
44
+ * @default 0.5
45
+ */
46
+ speedRandomness: number;
47
+ /**
48
+ * How to handle edges when distortion pushes content out of bounds
49
+ *
50
+ * Accepts one of: `"stretch"`, `"transparent"`, `"mirror"`, `"wrap"`.
51
+ * @default "mirror"
52
+ */
53
+ edges: string;
54
+ /**
55
+ * Center point of the concentric rings
56
+ *
57
+ * Accepts `{ x, y }` objects with values from 0 to 1, or CSS positions like `top center`.
58
+ * @default {"x":0.5,"y":0.5}
59
+ */
60
+ center: Parameters<typeof transformPosition>[0];
61
+ }
62
+ export declare const componentDefinition: ComponentDefinition<ComponentProps>;
63
+ export default componentDefinition;
64
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/shaders/ConcentricSpin/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAAqB,MAAM,iBAAiB,CAAA;AAIvE,OAAO,EAAC,iBAAiB,EAAiB,MAAM,qCAAqC,CAAA;AAIrF,MAAM,WAAW,cAAc;IAC3B,SAAS,EAAE,MAAM,CAAA;IACjB,KAAK,EAAE,MAAM,CAAA;IACb,UAAU,EAAE,MAAM,CAAA;IAClB,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,CAAA;IACb,eAAe,EAAE,MAAM,CAAA;IACvB,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,EAAE,UAAU,CAAC,OAAO,iBAAiB,CAAC,CAAC,CAAC,CAAC,CAAA;CAClD;AAED,eAAO,MAAM,mBAAmB,EAAE,mBAAmB,CAAC,cAAc,CAyInE,CAAA;AAED,eAAe,mBAAmB,CAAA"}
@@ -0,0 +1,5 @@
1
+ import "../../edges-Bd7GP4s2.js";
2
+ import "../../transformations-CC_c-QAT.js";
3
+ import "../../time-BZqyVJXt.js";
4
+ import { n as componentDefinition, t as ConcentricSpin_default } from "../../ConcentricSpin-CLTGx_sN.js";
5
+ export { componentDefinition, ConcentricSpin_default as default };
@@ -1,3 +1,3 @@
1
1
  import "../../transformations-CC_c-QAT.js";
2
- import { n as componentDefinition, t as ContourLines_default } from "../../ContourLines-NASMUR3G.js";
2
+ import { n as componentDefinition, t as ContourLines_default } from "../../ContourLines-Dc5J7iw5.js";
3
3
  export { componentDefinition, ContourLines_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-DT7Q3TzC.js";
3
+ import { n as componentDefinition, t as CursorTrail_default } from "../../CursorTrail-COnyRZH9.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-dJ8C3PKh.js";
3
+ import { n as componentDefinition, t as DiffuseBlur_default } from "../../DiffuseBlur-DcV8M7hN.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-Bac0W21a.js";
2
+ import { n as componentDefinition, t as Dither_default } from "../../Dither-C-w0ugGX.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-Cedu_WEn.js";
2
+ import { n as componentDefinition, t as DotGrid_default } from "../../DotGrid-wXnfcjrM.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-DL9vhoyo.js";
3
+ import { n as componentDefinition, t as Duotone_default } from "../../Duotone-B8dYgrFR.js";
4
4
  export { componentDefinition, Duotone_default as default };
@@ -1,2 +1,2 @@
1
- import { n as componentDefinition, t as FilmGrain_default } from "../../FilmGrain-BzdJM5vN.js";
1
+ import { n as componentDefinition, t as FilmGrain_default } from "../../FilmGrain-D_6m7GJ4.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-DoB1DI8t.js";
3
+ import { n as componentDefinition, t as FloatingParticles_default } from "../../FloatingParticles-YuuXeICf.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-BZ-ZbMzR.js";
4
+ import { n as componentDefinition, t as FlowField_default } from "../../FlowField-Dx2eqOcU.js";
5
5
  export { componentDefinition, FlowField_default as default };
@@ -1,2 +1,2 @@
1
- import { n as componentDefinition, t as GlassTiles_default } from "../../GlassTiles-BQL2Id5c.js";
1
+ import { n as componentDefinition, t as GlassTiles_default } from "../../GlassTiles-hnt2pUQN.js";
2
2
  export { componentDefinition, GlassTiles_default as default };
@@ -1,2 +1,2 @@
1
- import { n as componentDefinition, t as Glitch_default } from "../../Glitch-DmF8pHjd.js";
1
+ import { n as componentDefinition, t as Glitch_default } from "../../Glitch-DfPXeSlL.js";
2
2
  export { componentDefinition, Glitch_default as default };
@@ -1,2 +1,2 @@
1
- import { n as componentDefinition, t as Glow_default } from "../../Glow-Bxpj34sE.js";
1
+ import { n as componentDefinition, t as Glow_default } from "../../Glow-CQv_dRPj.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-DqB-88ds.js";
3
+ import { n as componentDefinition, t as Godrays_default } from "../../Godrays-B_-HliEA.js";
4
4
  export { componentDefinition, Godrays_default as default };
@@ -1,2 +1,2 @@
1
- import { n as componentDefinition, t as Grayscale_default } from "../../Grayscale-CAuZTuZN.js";
1
+ import { n as componentDefinition, t as Grayscale_default } from "../../Grayscale-DRFXhxr4.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-B6Hf5dZa.js";
2
+ import { n as componentDefinition, t as Grid_default } from "../../Grid-DKSUwEIe.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-DmwIHrXF.js";
3
+ import { n as componentDefinition, t as GridDistortion_default } from "../../GridDistortion-DahXljLX.js";
4
4
  export { componentDefinition, GridDistortion_default as default };
@@ -1,2 +1,2 @@
1
- import { n as componentDefinition, t as Group_default } from "../../Group-DYtNH5QD.js";
1
+ import { n as componentDefinition, t as Group_default } from "../../Group-r9gMBd5y.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-vy2WIxyN.js";
2
+ import { n as componentDefinition, t as Halftone_default } from "../../Halftone-ZVjwkjaQ.js";
3
3
  export { componentDefinition, Halftone_default as default };
@@ -1,2 +1,2 @@
1
- import { n as componentDefinition, t as HueShift_default } from "../../HueShift-C4E-S49G.js";
1
+ import { n as componentDefinition, t as HueShift_default } from "../../HueShift-gZlNBwNE.js";
2
2
  export { componentDefinition, HueShift_default as default };