shaders 2.2.22 → 2.2.24

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 (143) hide show
  1. package/dist/core/Beam-BAKql1AP.js +116 -0
  2. package/dist/core/{ColorAdjustment-CKwpE_4M.js → ColorAdjustment-FeXXpypd.js} +1 -1
  3. package/dist/core/{Godrays-BBCtZxbv.js → Godrays-DjLVuZa4.js} +1 -1
  4. package/dist/core/{Grayscale-CAEFLteL.js → Grayscale-BbsdDa_X.js} +1 -1
  5. package/dist/core/{HueShift-CyxzPcJV.js → HueShift-B_qE9c08.js} +1 -1
  6. package/dist/core/{Posterize-DhZkMaC7.js → Posterize-ggKIJlmm.js} +1 -1
  7. package/dist/core/{Saturation-Dup81Pnq.js → Saturation-Dl3gCWuZ.js} +1 -1
  8. package/dist/core/{Vibrance-C182fbSw.js → Vibrance-C2FRlLkK.js} +1 -1
  9. package/dist/core/index.js +271 -269
  10. package/dist/core/shaderRegistry.d.ts.map +1 -1
  11. package/dist/core/shaders/Beam/index.d.ts +71 -0
  12. package/dist/core/shaders/Beam/index.d.ts.map +1 -0
  13. package/dist/core/shaders/Beam/index.js +8 -0
  14. package/dist/core/shaders/Blob/index.js +1 -1
  15. package/dist/core/shaders/Blur/index.js +1 -1
  16. package/dist/core/shaders/Bulge/index.js +1 -1
  17. package/dist/core/shaders/CRTScreen/index.js +1 -1
  18. package/dist/core/shaders/ChannelBlur/index.js +1 -1
  19. package/dist/core/shaders/Checkerboard/index.js +1 -1
  20. package/dist/core/shaders/ChromaFlow/index.js +1 -1
  21. package/dist/core/shaders/ChromaticAberration/index.js +1 -1
  22. package/dist/core/shaders/Circle/index.js +1 -1
  23. package/dist/core/shaders/CursorTrail/index.js +1 -1
  24. package/dist/core/shaders/DiffuseBlur/index.js +1 -1
  25. package/dist/core/shaders/Dither/index.js +1 -1
  26. package/dist/core/shaders/DotGrid/index.js +1 -1
  27. package/dist/core/shaders/Duotone/index.js +1 -1
  28. package/dist/core/shaders/FilmGrain/index.js +1 -1
  29. package/dist/core/shaders/FloatingParticles/index.js +1 -1
  30. package/dist/core/shaders/GlassTiles/index.js +1 -1
  31. package/dist/core/shaders/Glow/index.js +1 -1
  32. package/dist/core/shaders/Godrays/index.d.ts.map +1 -1
  33. package/dist/core/shaders/Godrays/index.js +1 -1
  34. package/dist/core/shaders/Grayscale/index.js +3 -3
  35. package/dist/core/shaders/Grid/index.js +1 -1
  36. package/dist/core/shaders/GridDistortion/index.js +1 -1
  37. package/dist/core/shaders/Group/index.js +1 -1
  38. package/dist/core/shaders/Halftone/index.js +1 -1
  39. package/dist/core/shaders/HueShift/index.js +3 -3
  40. package/dist/core/shaders/ImageTexture/index.js +1 -1
  41. package/dist/core/shaders/Invert/index.js +1 -1
  42. package/dist/core/shaders/LinearBlur/index.js +1 -1
  43. package/dist/core/shaders/LinearGradient/index.js +1 -1
  44. package/dist/core/shaders/Liquify/index.js +1 -1
  45. package/dist/core/shaders/Pixelate/index.js +1 -1
  46. package/dist/core/shaders/PolarCoordinates/index.js +1 -1
  47. package/dist/core/shaders/Posterize/index.js +2 -2
  48. package/dist/core/shaders/ProgressiveBlur/index.js +1 -1
  49. package/dist/core/shaders/RadialGradient/index.js +1 -1
  50. package/dist/core/shaders/RectangularCoordinates/index.js +1 -1
  51. package/dist/core/shaders/Ripples/index.js +1 -1
  52. package/dist/core/shaders/Saturation/index.js +3 -3
  53. package/dist/core/shaders/SimplexNoise/index.js +1 -1
  54. package/dist/core/shaders/SineWave/index.js +1 -1
  55. package/dist/core/shaders/SolidColor/index.js +1 -1
  56. package/dist/core/shaders/Spherize/index.js +1 -1
  57. package/dist/core/shaders/Spiral/index.js +1 -1
  58. package/dist/core/shaders/Strands/index.js +1 -1
  59. package/dist/core/shaders/Stretch/index.js +1 -1
  60. package/dist/core/shaders/Swirl/index.js +1 -1
  61. package/dist/core/shaders/TiltShift/index.js +1 -1
  62. package/dist/core/shaders/Tritone/index.js +1 -1
  63. package/dist/core/shaders/Twirl/index.js +1 -1
  64. package/dist/core/shaders/Vibrance/index.js +3 -3
  65. package/dist/core/shaders/WaveDistortion/index.js +1 -1
  66. package/dist/core/shaders/ZoomBlur/index.js +1 -1
  67. package/dist/react/components/Beam.d.ts +31 -0
  68. package/dist/react/components/Beam.d.ts.map +1 -0
  69. package/dist/{svelte/generatePresetCode-DaS7jkcT.js → react/generatePresetCode-CVj6IV8Y.js} +35 -15
  70. package/dist/react/index.d.ts +1 -0
  71. package/dist/react/index.d.ts.map +1 -1
  72. package/dist/react/index.js +10926 -10695
  73. package/dist/react/utils/generatePresetCode.d.ts.map +1 -1
  74. package/dist/react/utils/generatePresetCode.js +1 -1
  75. package/dist/registry.js +224 -0
  76. package/dist/solid/components/Beam.d.ts +28 -0
  77. package/dist/solid/components/Beam.d.ts.map +1 -0
  78. package/dist/solid/index.d.ts +1 -0
  79. package/dist/solid/index.d.ts.map +1 -1
  80. package/dist/solid/index.js +10559 -10335
  81. package/dist/solid/utils/generatePresetCode.d.ts.map +1 -1
  82. package/dist/solid/utils/generatePresetCode.js +32 -12
  83. package/dist/svelte/components/Beam.svelte.d.ts +19 -0
  84. package/dist/{react/generatePresetCode-DaS7jkcT.js → svelte/generatePresetCode-CVj6IV8Y.js} +35 -15
  85. package/dist/svelte/index.d.ts +1 -0
  86. package/dist/svelte/index.js +10929 -10739
  87. package/dist/svelte/utils/generatePresetCode.js +1 -1
  88. package/dist/vue/components/Beam.vue.d.ts +57 -0
  89. package/dist/vue/components/Beam.vue.d.ts.map +1 -0
  90. package/dist/vue/{generatePresetCode-Cd1B-Y9j.js → generatePresetCode-DCaIsDhE.js} +20 -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 +10415 -10201
  94. package/dist/vue/utils/generatePresetCode.d.ts.map +1 -1
  95. package/dist/vue/utils/generatePresetCode.js +1 -1
  96. package/package.json +9 -1
  97. /package/dist/core/{Blob-BlQ_1T_8.js → Blob-CVSxhHJG.js} +0 -0
  98. /package/dist/core/{Blur-421AjWLH.js → Blur-C1TTBHCX.js} +0 -0
  99. /package/dist/core/{Bulge-CZRVoR6C.js → Bulge-DV8tX-cw.js} +0 -0
  100. /package/dist/core/{CRTScreen-C_U9g_IR.js → CRTScreen-VTJQoOeq.js} +0 -0
  101. /package/dist/core/{ChannelBlur-5pzcB6Zv.js → ChannelBlur-BLZ9kBNA.js} +0 -0
  102. /package/dist/core/{Checkerboard-CrQkqXhD.js → Checkerboard-DQ4Df3vm.js} +0 -0
  103. /package/dist/core/{ChromaFlow-CNrQdL8f.js → ChromaFlow-BggN1_Av.js} +0 -0
  104. /package/dist/core/{ChromaticAberration-D9H7O17Y.js → ChromaticAberration-DlTaHNcp.js} +0 -0
  105. /package/dist/core/{Circle-DnLaDn8V.js → Circle-B9ObWlq5.js} +0 -0
  106. /package/dist/core/{CursorTrail-NY6n97VG.js → CursorTrail-C7QdUj8O.js} +0 -0
  107. /package/dist/core/{DiffuseBlur-C_n01ABk.js → DiffuseBlur-Mx6LBsqz.js} +0 -0
  108. /package/dist/core/{Dither-4s-c4zh4.js → Dither-CeIdV_9C.js} +0 -0
  109. /package/dist/core/{DotGrid-BYl8XdMi.js → DotGrid-D6xUvYrt.js} +0 -0
  110. /package/dist/core/{Duotone-DbewOoB4.js → Duotone-C2Pqt2gR.js} +0 -0
  111. /package/dist/core/{FilmGrain-zA_-knOw.js → FilmGrain-CJ9n_fgk.js} +0 -0
  112. /package/dist/core/{FloatingParticles-BhVnqMsE.js → FloatingParticles-iGtMs44K.js} +0 -0
  113. /package/dist/core/{GlassTiles-CFI57glh.js → GlassTiles-D_lVyag2.js} +0 -0
  114. /package/dist/core/{Glow-CQgl3IoS.js → Glow-B0jj-6OC.js} +0 -0
  115. /package/dist/core/{Grid-DlM-rVbZ.js → Grid-ByjU-_ua.js} +0 -0
  116. /package/dist/core/{GridDistortion-ZOZphSAT.js → GridDistortion-C_eIlhkW.js} +0 -0
  117. /package/dist/core/{Group-BQAs3RiH.js → Group-CyaDLGpI.js} +0 -0
  118. /package/dist/core/{Halftone-ci4ga-_J.js → Halftone-BvuAe_k-.js} +0 -0
  119. /package/dist/core/{ImageTexture-CdAGsPuH.js → ImageTexture-h00TFC1l.js} +0 -0
  120. /package/dist/core/{Invert-iPsiIqNZ.js → Invert-BEDDB0sm.js} +0 -0
  121. /package/dist/core/{LinearBlur-BEaaoIk-.js → LinearBlur-CLKxuyeT.js} +0 -0
  122. /package/dist/core/{LinearGradient-DR_7RxLX.js → LinearGradient-BPo8TX_M.js} +0 -0
  123. /package/dist/core/{Liquify-Bi02_ugh.js → Liquify-DGkfeixZ.js} +0 -0
  124. /package/dist/core/{Pixelate-CSsdT1rr.js → Pixelate-Bzy_7LnJ.js} +0 -0
  125. /package/dist/core/{PolarCoordinates-D626ml58.js → PolarCoordinates-BUumPeTv.js} +0 -0
  126. /package/dist/core/{ProgressiveBlur-CGtCfLF8.js → ProgressiveBlur-D6_6T7SS.js} +0 -0
  127. /package/dist/core/{RadialGradient-C0_WzmbH.js → RadialGradient-DEY9fRqa.js} +0 -0
  128. /package/dist/core/{RectangularCoordinates-DfXw7fhI.js → RectangularCoordinates-CZ-cFrCh.js} +0 -0
  129. /package/dist/core/{Ripples-DkemN3eh.js → Ripples-BwNlcsnV.js} +0 -0
  130. /package/dist/core/{SimplexNoise-BYEiCjDj.js → SimplexNoise-BhE_WyGt.js} +0 -0
  131. /package/dist/core/{SineWave-C6MRPtsy.js → SineWave-Db_Y0Mcv.js} +0 -0
  132. /package/dist/core/{SolidColor-BZHRczgb.js → SolidColor-CerOp4EQ.js} +0 -0
  133. /package/dist/core/{Spherize-DOAnDx2l.js → Spherize-Dh8E5XwG.js} +0 -0
  134. /package/dist/core/{Spiral-BMjnWXh1.js → Spiral-BvygQEfP.js} +0 -0
  135. /package/dist/core/{Strands-BOVsuJLe.js → Strands-maaPn4On.js} +0 -0
  136. /package/dist/core/{Stretch-D6bHc6yp.js → Stretch-CnA0-nSz.js} +0 -0
  137. /package/dist/core/{Swirl-BFoc0ImG.js → Swirl-CQBUahTB.js} +0 -0
  138. /package/dist/core/{TSLBase-BFMvTOak.js → TSLBase-Bt7Z4hv_.js} +0 -0
  139. /package/dist/core/{TiltShift-BiNvvhzj.js → TiltShift-qFj0oFzN.js} +0 -0
  140. /package/dist/core/{Tritone-gdx2AA0m.js → Tritone-AiixmTg8.js} +0 -0
  141. /package/dist/core/{Twirl-BsV8YbqC.js → Twirl-ooHQcV89.js} +0 -0
  142. /package/dist/core/{WaveDistortion-CmaS2zDB.js → WaveDistortion-CN8MjKlm.js} +0 -0
  143. /package/dist/core/{ZoomBlur-DLf5xQ16.js → ZoomBlur-CxWGx8PH.js} +0 -0
@@ -1 +1 @@
1
- {"version":3,"file":"shaderRegistry.d.ts","sourceRoot":"","sources":["../src/shaderRegistry.ts"],"names":[],"mappings":"AAyDA,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;AA0FD,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":"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"}
@@ -0,0 +1,71 @@
1
+ import { ComponentDefinition } from '../../types';
2
+ import { transformPosition, transformColor } from '../../utilities/transformations';
3
+
4
+ export interface ComponentProps {
5
+ /**
6
+ * Starting point of the beam
7
+ *
8
+ * Accepts `{ x, y }` objects with values from 0 to 1, or CSS positions like `top center`.
9
+ * @default {"x":0.2,"y":0.5}
10
+ */
11
+ startPosition: Parameters<typeof transformPosition>[0];
12
+ /**
13
+ * Ending point of the beam
14
+ *
15
+ * Accepts `{ x, y }` objects with values from 0 to 1, or CSS positions like `top center`.
16
+ * @default {"x":0.8,"y":0.5}
17
+ */
18
+ endPosition: Parameters<typeof transformPosition>[0];
19
+ /**
20
+ * Thickness at the start of the beam
21
+ *
22
+ * Accepts a number between 0 and 2.
23
+ * @default 0.2
24
+ */
25
+ startThickness: number;
26
+ /**
27
+ * Thickness at the end of the beam
28
+ *
29
+ * Accepts a number between 0 and 2.
30
+ * @default 0.2
31
+ */
32
+ endThickness: number;
33
+ /**
34
+ * Edge softness at the start of the beam
35
+ *
36
+ * Accepts a number between 0 and 50.
37
+ * @default 0.5
38
+ */
39
+ startSoftness: number;
40
+ /**
41
+ * Edge softness at the end of the beam
42
+ *
43
+ * Accepts a number between 0 and 20.
44
+ * @default 0.5
45
+ */
46
+ endSoftness: number;
47
+ /**
48
+ * Color at the center of the beam
49
+ *
50
+ * Accepts hex strings (`#ff0000`), RGB objects (`{ r, g, b }`), or CSS color names (`limegreen`).
51
+ * @default "#FF0000"
52
+ */
53
+ insideColor: Parameters<typeof transformColor>[0];
54
+ /**
55
+ * Color at the edges of the beam
56
+ *
57
+ * Accepts hex strings (`#ff0000`), RGB objects (`{ r, g, b }`), or CSS color names (`limegreen`).
58
+ * @default "#0000FF"
59
+ */
60
+ outsideColor: Parameters<typeof transformColor>[0];
61
+ /**
62
+ * Color space for color interpolation
63
+ *
64
+ * Accepts one of the predefined option values.
65
+ * @default "linear"
66
+ */
67
+ colorSpace: string;
68
+ }
69
+ export declare const componentDefinition: ComponentDefinition<ComponentProps>;
70
+ export default componentDefinition;
71
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/shaders/Beam/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAAqB,MAAM,iBAAiB,CAAA;AAIvE,OAAO,EAAC,iBAAiB,EAAE,cAAc,EAAyC,MAAM,qCAAqC,CAAA;AAG7H,MAAM,WAAW,cAAc;IAC3B,aAAa,EAAE,UAAU,CAAC,OAAO,iBAAiB,CAAC,CAAC,CAAC,CAAC,CAAA;IACtD,WAAW,EAAE,UAAU,CAAC,OAAO,iBAAiB,CAAC,CAAC,CAAC,CAAC,CAAA;IACpD,cAAc,EAAE,MAAM,CAAA;IACtB,YAAY,EAAE,MAAM,CAAA;IACpB,aAAa,EAAE,MAAM,CAAA;IACrB,WAAW,EAAE,MAAM,CAAA;IACnB,WAAW,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC;IAClD,YAAY,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC;IACnD,UAAU,EAAE,MAAM,CAAA;CACrB;AAED,eAAO,MAAM,mBAAmB,EAAE,mBAAmB,CAAC,cAAc,CAsKnE,CAAA;AAED,eAAe,mBAAmB,CAAA"}
@@ -0,0 +1,8 @@
1
+ import "../../three.tsl-Btj1hLsf.js";
2
+ import "../../transformations-CsrIJXh-.js";
3
+ import "../../colorMixing--dhzx0ch.js";
4
+ import { n as a, t as e } from "../../Beam-BAKql1AP.js";
5
+ export {
6
+ a as componentDefinition,
7
+ e as default
8
+ };
@@ -2,7 +2,7 @@ import "../../three.tsl-Btj1hLsf.js";
2
2
  import "../../time-DbRMw6Jm.js";
3
3
  import "../../transformations-CsrIJXh-.js";
4
4
  import "../../colorMixing--dhzx0ch.js";
5
- import { n as r, t as a } from "../../Blob-BlQ_1T_8.js";
5
+ import { n as r, t as a } from "../../Blob-CVSxhHJG.js";
6
6
  export {
7
7
  r as componentDefinition,
8
8
  a as default
@@ -1,5 +1,5 @@
1
1
  import "../../three.tsl-Btj1hLsf.js";
2
- import { n as a, t as e } from "../../Blur-421AjWLH.js";
2
+ import { n as a, t as e } from "../../Blur-C1TTBHCX.js";
3
3
  export {
4
4
  a as componentDefinition,
5
5
  e as default
@@ -1,7 +1,7 @@
1
1
  import "../../three.tsl-Btj1hLsf.js";
2
2
  import "../../edges-CDzKsauJ.js";
3
3
  import "../../transformations-CsrIJXh-.js";
4
- import { n as m, t as p } from "../../Bulge-CZRVoR6C.js";
4
+ import { n as m, t as p } from "../../Bulge-DV8tX-cw.js";
5
5
  export {
6
6
  m as componentDefinition,
7
7
  p as default
@@ -1,5 +1,5 @@
1
1
  import "../../three.tsl-Btj1hLsf.js";
2
- import { n as o, t as n } from "../../CRTScreen-C_U9g_IR.js";
2
+ import { n as o, t as n } from "../../CRTScreen-VTJQoOeq.js";
3
3
  export {
4
4
  o as componentDefinition,
5
5
  n as default
@@ -1,5 +1,5 @@
1
1
  import "../../three.tsl-Btj1hLsf.js";
2
- import { n as o, t as a } from "../../ChannelBlur-5pzcB6Zv.js";
2
+ import { n as o, t as a } from "../../ChannelBlur-BLZ9kBNA.js";
3
3
  export {
4
4
  o as componentDefinition,
5
5
  a as default
@@ -1,7 +1,7 @@
1
1
  import "../../three.tsl-Btj1hLsf.js";
2
2
  import "../../transformations-CsrIJXh-.js";
3
3
  import "../../colorMixing--dhzx0ch.js";
4
- import { n as i, t as a } from "../../Checkerboard-CrQkqXhD.js";
4
+ import { n as i, t as a } from "../../Checkerboard-DQ4Df3vm.js";
5
5
  export {
6
6
  i as componentDefinition,
7
7
  a as default
@@ -1,6 +1,6 @@
1
1
  import "../../three.tsl-Btj1hLsf.js";
2
2
  import "../../transformations-CsrIJXh-.js";
3
- import { n as i, t as m } from "../../ChromaFlow-CNrQdL8f.js";
3
+ import { n as i, t as m } from "../../ChromaFlow-BggN1_Av.js";
4
4
  export {
5
5
  i as componentDefinition,
6
6
  m as default
@@ -1,6 +1,6 @@
1
1
  import "../../three.tsl-Btj1hLsf.js";
2
2
  import "../../transformations-CsrIJXh-.js";
3
- import { n as r, t as a } from "../../ChromaticAberration-D9H7O17Y.js";
3
+ import { n as r, t as a } from "../../ChromaticAberration-DlTaHNcp.js";
4
4
  export {
5
5
  r as componentDefinition,
6
6
  a as default
@@ -1,6 +1,6 @@
1
1
  import "../../three.tsl-Btj1hLsf.js";
2
2
  import "../../transformations-CsrIJXh-.js";
3
- import { n as e, t as r } from "../../Circle-DnLaDn8V.js";
3
+ import { n as e, t as r } from "../../Circle-B9ObWlq5.js";
4
4
  export {
5
5
  e as componentDefinition,
6
6
  r as default
@@ -1,7 +1,7 @@
1
1
  import "../../three.tsl-Btj1hLsf.js";
2
2
  import "../../transformations-CsrIJXh-.js";
3
3
  import "../../colorMixing--dhzx0ch.js";
4
- import { n as a, t as m } from "../../CursorTrail-NY6n97VG.js";
4
+ import { n as a, t as m } from "../../CursorTrail-C7QdUj8O.js";
5
5
  export {
6
6
  a as componentDefinition,
7
7
  m as default
@@ -1,7 +1,7 @@
1
1
  import "../../three.tsl-Btj1hLsf.js";
2
2
  import "../../edges-CDzKsauJ.js";
3
3
  import "../../transformations-CsrIJXh-.js";
4
- import { n as e, t as f } from "../../DiffuseBlur-C_n01ABk.js";
4
+ import { n as e, t as f } from "../../DiffuseBlur-Mx6LBsqz.js";
5
5
  export {
6
6
  e as componentDefinition,
7
7
  f as default
@@ -1,6 +1,6 @@
1
1
  import "../../three.tsl-Btj1hLsf.js";
2
2
  import "../../transformations-CsrIJXh-.js";
3
- import { n as e, t as r } from "../../Dither-4s-c4zh4.js";
3
+ import { n as e, t as r } from "../../Dither-CeIdV_9C.js";
4
4
  export {
5
5
  e as componentDefinition,
6
6
  r as default
@@ -1,6 +1,6 @@
1
1
  import "../../three.tsl-Btj1hLsf.js";
2
2
  import "../../transformations-CsrIJXh-.js";
3
- import { n as r, t as a } from "../../DotGrid-BYl8XdMi.js";
3
+ import { n as r, t as a } from "../../DotGrid-D6xUvYrt.js";
4
4
  export {
5
5
  r as componentDefinition,
6
6
  a as default
@@ -1,7 +1,7 @@
1
1
  import "../../three.tsl-Btj1hLsf.js";
2
2
  import "../../transformations-CsrIJXh-.js";
3
3
  import "../../colorMixing--dhzx0ch.js";
4
- import { n as m, t as n } from "../../Duotone-DbewOoB4.js";
4
+ import { n as m, t as n } from "../../Duotone-C2Pqt2gR.js";
5
5
  export {
6
6
  m as componentDefinition,
7
7
  n as default
@@ -1,5 +1,5 @@
1
1
  import "../../three.tsl-Btj1hLsf.js";
2
- import { n as o, t as a } from "../../FilmGrain-zA_-knOw.js";
2
+ import { n as o, t as a } from "../../FilmGrain-CJ9n_fgk.js";
3
3
  export {
4
4
  o as componentDefinition,
5
5
  a as default
@@ -1,6 +1,6 @@
1
1
  import "../../three.tsl-Btj1hLsf.js";
2
2
  import "../../transformations-CsrIJXh-.js";
3
- import { n as a, t as e } from "../../FloatingParticles-BhVnqMsE.js";
3
+ import { n as a, t as e } from "../../FloatingParticles-iGtMs44K.js";
4
4
  export {
5
5
  a as componentDefinition,
6
6
  e as default
@@ -1,5 +1,5 @@
1
1
  import "../../three.tsl-Btj1hLsf.js";
2
- import { n as a, t as e } from "../../GlassTiles-CFI57glh.js";
2
+ import { n as a, t as e } from "../../GlassTiles-D_lVyag2.js";
3
3
  export {
4
4
  a as componentDefinition,
5
5
  e as default
@@ -1,5 +1,5 @@
1
1
  import "../../three.tsl-Btj1hLsf.js";
2
- import { n as a, t as e } from "../../Glow-CQgl3IoS.js";
2
+ import { n as a, t as e } from "../../Glow-B0jj-6OC.js";
3
3
  export {
4
4
  a as componentDefinition,
5
5
  e as default
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/shaders/Godrays/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAAqB,MAAM,iBAAiB,CAAA;AAMvE,MAAM,WAAW,cAAc;IAC3B,MAAM,EAAE;QAAE,CAAC,EAAE,MAAM,CAAC;QAAC,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,MAAM,CAAA;IACzC,OAAO,EAAE,MAAM,CAAA;IACf,SAAS,EAAE,MAAM,CAAA;IACjB,MAAM,EAAE,MAAM,CAAA;IACd,KAAK,EAAE,MAAM,CAAA;IACb,QAAQ,EAAE,MAAM,CAAA;IAChB,eAAe,EAAE,MAAM,CAAA;CAC1B;AAED,eAAO,MAAM,mBAAmB,EAAE,mBAAmB,CAAC,cAAc,CAwKnE,CAAA;AAED,eAAe,mBAAmB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/shaders/Godrays/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAAqB,MAAM,iBAAiB,CAAA;AAMvE,MAAM,WAAW,cAAc;IAC3B,MAAM,EAAE;QAAE,CAAC,EAAE,MAAM,CAAC;QAAC,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,MAAM,CAAA;IACzC,OAAO,EAAE,MAAM,CAAA;IACf,SAAS,EAAE,MAAM,CAAA;IACjB,MAAM,EAAE,MAAM,CAAA;IACd,KAAK,EAAE,MAAM,CAAA;IACb,QAAQ,EAAE,MAAM,CAAA;IAChB,eAAe,EAAE,MAAM,CAAA;CAC1B;AAED,eAAO,MAAM,mBAAmB,EAAE,mBAAmB,CAAC,cAAc,CAyKnE,CAAA;AAED,eAAe,mBAAmB,CAAA"}
@@ -1,6 +1,6 @@
1
1
  import "../../three.tsl-Btj1hLsf.js";
2
2
  import "../../transformations-CsrIJXh-.js";
3
- import { n as i, t as r } from "../../Godrays-BBCtZxbv.js";
3
+ import { n as i, t as r } from "../../Godrays-DjLVuZa4.js";
4
4
  export {
5
5
  i as componentDefinition,
6
6
  r as default
@@ -1,7 +1,7 @@
1
1
  import "../../three.tsl-Btj1hLsf.js";
2
- import "../../TSLBase-BFMvTOak.js";
3
- import "../../ColorAdjustment-CKwpE_4M.js";
4
- import { n as r, t as e } from "../../Grayscale-CAEFLteL.js";
2
+ import "../../TSLBase-Bt7Z4hv_.js";
3
+ import "../../ColorAdjustment-FeXXpypd.js";
4
+ import { n as r, t as e } from "../../Grayscale-BbsdDa_X.js";
5
5
  export {
6
6
  r as componentDefinition,
7
7
  e as default
@@ -1,6 +1,6 @@
1
1
  import "../../three.tsl-Btj1hLsf.js";
2
2
  import "../../transformations-CsrIJXh-.js";
3
- import { n as r, t as a } from "../../Grid-DlM-rVbZ.js";
3
+ import { n as r, t as a } from "../../Grid-ByjU-_ua.js";
4
4
  export {
5
5
  r as componentDefinition,
6
6
  a as default
@@ -1,7 +1,7 @@
1
1
  import "../../three.tsl-Btj1hLsf.js";
2
2
  import "../../edges-CDzKsauJ.js";
3
3
  import "../../transformations-CsrIJXh-.js";
4
- import { n as m, t as n } from "../../GridDistortion-ZOZphSAT.js";
4
+ import { n as m, t as n } from "../../GridDistortion-C_eIlhkW.js";
5
5
  export {
6
6
  m as componentDefinition,
7
7
  n as default
@@ -1,5 +1,5 @@
1
1
  import "../../three.tsl-Btj1hLsf.js";
2
- import { n as a, t as e } from "../../Group-BQAs3RiH.js";
2
+ import { n as a, t as e } from "../../Group-CyaDLGpI.js";
3
3
  export {
4
4
  a as componentDefinition,
5
5
  e as default
@@ -1,6 +1,6 @@
1
1
  import "../../three.tsl-Btj1hLsf.js";
2
2
  import "../../transformations-CsrIJXh-.js";
3
- import { n as e, t as i } from "../../Halftone-ci4ga-_J.js";
3
+ import { n as e, t as i } from "../../Halftone-BvuAe_k-.js";
4
4
  export {
5
5
  e as componentDefinition,
6
6
  i as default
@@ -1,7 +1,7 @@
1
1
  import "../../three.tsl-Btj1hLsf.js";
2
- import "../../TSLBase-BFMvTOak.js";
3
- import "../../ColorAdjustment-CKwpE_4M.js";
4
- import { n as m, t as p } from "../../HueShift-CyxzPcJV.js";
2
+ import "../../TSLBase-Bt7Z4hv_.js";
3
+ import "../../ColorAdjustment-FeXXpypd.js";
4
+ import { n as m, t as p } from "../../HueShift-B_qE9c08.js";
5
5
  export {
6
6
  m as componentDefinition,
7
7
  p as default
@@ -1,5 +1,5 @@
1
1
  import "../../three.tsl-Btj1hLsf.js";
2
- import { n as o, t as a } from "../../ImageTexture-CdAGsPuH.js";
2
+ import { n as o, t as a } from "../../ImageTexture-h00TFC1l.js";
3
3
  export {
4
4
  o as componentDefinition,
5
5
  a as default
@@ -1,5 +1,5 @@
1
1
  import "../../three.tsl-Btj1hLsf.js";
2
- import { n as e, t as n } from "../../Invert-iPsiIqNZ.js";
2
+ import { n as e, t as n } from "../../Invert-BEDDB0sm.js";
3
3
  export {
4
4
  e as componentDefinition,
5
5
  n as default
@@ -1,6 +1,6 @@
1
1
  import "../../three.tsl-Btj1hLsf.js";
2
2
  import "../../transformations-CsrIJXh-.js";
3
- import { n as r, t as a } from "../../LinearBlur-BEaaoIk-.js";
3
+ import { n as r, t as a } from "../../LinearBlur-CLKxuyeT.js";
4
4
  export {
5
5
  r as componentDefinition,
6
6
  a as default
@@ -1,7 +1,7 @@
1
1
  import "../../three.tsl-Btj1hLsf.js";
2
2
  import "../../transformations-CsrIJXh-.js";
3
3
  import "../../colorMixing--dhzx0ch.js";
4
- import { n as a, t as e } from "../../LinearGradient-DR_7RxLX.js";
4
+ import { n as a, t as e } from "../../LinearGradient-BPo8TX_M.js";
5
5
  export {
6
6
  a as componentDefinition,
7
7
  e as default
@@ -1,7 +1,7 @@
1
1
  import "../../three.tsl-Btj1hLsf.js";
2
2
  import "../../edges-CDzKsauJ.js";
3
3
  import "../../transformations-CsrIJXh-.js";
4
- import { n as p, t as r } from "../../Liquify-Bi02_ugh.js";
4
+ import { n as p, t as r } from "../../Liquify-DGkfeixZ.js";
5
5
  export {
6
6
  p as componentDefinition,
7
7
  r as default
@@ -1,5 +1,5 @@
1
1
  import "../../three.tsl-Btj1hLsf.js";
2
- import { n as o, t as a } from "../../Pixelate-CSsdT1rr.js";
2
+ import { n as o, t as a } from "../../Pixelate-Bzy_7LnJ.js";
3
3
  export {
4
4
  o as componentDefinition,
5
5
  a as default
@@ -1,7 +1,7 @@
1
1
  import "../../three.tsl-Btj1hLsf.js";
2
2
  import "../../edges-CDzKsauJ.js";
3
3
  import "../../transformations-CsrIJXh-.js";
4
- import { n as a, t as e } from "../../PolarCoordinates-D626ml58.js";
4
+ import { n as a, t as e } from "../../PolarCoordinates-BUumPeTv.js";
5
5
  export {
6
6
  a as componentDefinition,
7
7
  e as default
@@ -1,6 +1,6 @@
1
1
  import "../../three.tsl-Btj1hLsf.js";
2
- import "../../TSLBase-BFMvTOak.js";
3
- import { n as i, t as r } from "../../Posterize-DhZkMaC7.js";
2
+ import "../../TSLBase-Bt7Z4hv_.js";
3
+ import { n as i, t as r } from "../../Posterize-ggKIJlmm.js";
4
4
  export {
5
5
  i as componentDefinition,
6
6
  r as default
@@ -1,6 +1,6 @@
1
1
  import "../../three.tsl-Btj1hLsf.js";
2
2
  import "../../transformations-CsrIJXh-.js";
3
- import { n as e, t as i } from "../../ProgressiveBlur-CGtCfLF8.js";
3
+ import { n as e, t as i } from "../../ProgressiveBlur-D6_6T7SS.js";
4
4
  export {
5
5
  e as componentDefinition,
6
6
  i as default
@@ -1,7 +1,7 @@
1
1
  import "../../three.tsl-Btj1hLsf.js";
2
2
  import "../../transformations-CsrIJXh-.js";
3
3
  import "../../colorMixing--dhzx0ch.js";
4
- import { n as r, t as e } from "../../RadialGradient-C0_WzmbH.js";
4
+ import { n as r, t as e } from "../../RadialGradient-DEY9fRqa.js";
5
5
  export {
6
6
  r as componentDefinition,
7
7
  e as default
@@ -1,7 +1,7 @@
1
1
  import "../../three.tsl-Btj1hLsf.js";
2
2
  import "../../edges-CDzKsauJ.js";
3
3
  import "../../transformations-CsrIJXh-.js";
4
- import { n as r, t as e } from "../../RectangularCoordinates-DfXw7fhI.js";
4
+ import { n as r, t as e } from "../../RectangularCoordinates-CZ-cFrCh.js";
5
5
  export {
6
6
  r as componentDefinition,
7
7
  e as default
@@ -2,7 +2,7 @@ import "../../three.tsl-Btj1hLsf.js";
2
2
  import "../../time-DbRMw6Jm.js";
3
3
  import "../../transformations-CsrIJXh-.js";
4
4
  import "../../colorMixing--dhzx0ch.js";
5
- import { n as r, t as e } from "../../Ripples-DkemN3eh.js";
5
+ import { n as r, t as e } from "../../Ripples-BwNlcsnV.js";
6
6
  export {
7
7
  r as componentDefinition,
8
8
  e as default
@@ -1,7 +1,7 @@
1
1
  import "../../three.tsl-Btj1hLsf.js";
2
- import "../../TSLBase-BFMvTOak.js";
3
- import "../../ColorAdjustment-CKwpE_4M.js";
4
- import { n as r, t as m } from "../../Saturation-Dup81Pnq.js";
2
+ import "../../TSLBase-Bt7Z4hv_.js";
3
+ import "../../ColorAdjustment-FeXXpypd.js";
4
+ import { n as r, t as m } from "../../Saturation-Dl3gCWuZ.js";
5
5
  export {
6
6
  r as componentDefinition,
7
7
  m as default
@@ -2,7 +2,7 @@ import "../../three.tsl-Btj1hLsf.js";
2
2
  import "../../time-DbRMw6Jm.js";
3
3
  import "../../transformations-CsrIJXh-.js";
4
4
  import "../../colorMixing--dhzx0ch.js";
5
- import { n as e, t as r } from "../../SimplexNoise-BYEiCjDj.js";
5
+ import { n as e, t as r } from "../../SimplexNoise-BhE_WyGt.js";
6
6
  export {
7
7
  e as componentDefinition,
8
8
  r as default
@@ -1,6 +1,6 @@
1
1
  import "../../three.tsl-Btj1hLsf.js";
2
2
  import "../../transformations-CsrIJXh-.js";
3
- import { n as i, t as a } from "../../SineWave-C6MRPtsy.js";
3
+ import { n as i, t as a } from "../../SineWave-Db_Y0Mcv.js";
4
4
  export {
5
5
  i as componentDefinition,
6
6
  a as default
@@ -1,6 +1,6 @@
1
1
  import "../../three.tsl-Btj1hLsf.js";
2
2
  import "../../transformations-CsrIJXh-.js";
3
- import { n as r, t as a } from "../../SolidColor-BZHRczgb.js";
3
+ import { n as r, t as a } from "../../SolidColor-CerOp4EQ.js";
4
4
  export {
5
5
  r as componentDefinition,
6
6
  a as default
@@ -1,6 +1,6 @@
1
1
  import "../../three.tsl-Btj1hLsf.js";
2
2
  import "../../transformations-CsrIJXh-.js";
3
- import { n as i, t as p } from "../../Spherize-DOAnDx2l.js";
3
+ import { n as i, t as p } from "../../Spherize-Dh8E5XwG.js";
4
4
  export {
5
5
  i as componentDefinition,
6
6
  p as default
@@ -1,7 +1,7 @@
1
1
  import "../../three.tsl-Btj1hLsf.js";
2
2
  import "../../transformations-CsrIJXh-.js";
3
3
  import "../../colorMixing--dhzx0ch.js";
4
- import { n as r, t as a } from "../../Spiral-BMjnWXh1.js";
4
+ import { n as r, t as a } from "../../Spiral-BvygQEfP.js";
5
5
  export {
6
6
  r as componentDefinition,
7
7
  a as default
@@ -1,7 +1,7 @@
1
1
  import "../../three.tsl-Btj1hLsf.js";
2
2
  import "../../time-DbRMw6Jm.js";
3
3
  import "../../transformations-CsrIJXh-.js";
4
- import { n as a, t as m } from "../../Strands-BOVsuJLe.js";
4
+ import { n as a, t as m } from "../../Strands-maaPn4On.js";
5
5
  export {
6
6
  a as componentDefinition,
7
7
  m as default
@@ -1,7 +1,7 @@
1
1
  import "../../three.tsl-Btj1hLsf.js";
2
2
  import "../../edges-CDzKsauJ.js";
3
3
  import "../../transformations-CsrIJXh-.js";
4
- import { n as e, t as m } from "../../Stretch-D6bHc6yp.js";
4
+ import { n as e, t as m } from "../../Stretch-CnA0-nSz.js";
5
5
  export {
6
6
  e as componentDefinition,
7
7
  m as default
@@ -2,7 +2,7 @@ import "../../three.tsl-Btj1hLsf.js";
2
2
  import "../../time-DbRMw6Jm.js";
3
3
  import "../../transformations-CsrIJXh-.js";
4
4
  import "../../colorMixing--dhzx0ch.js";
5
- import { n as p, t as a } from "../../Swirl-BFoc0ImG.js";
5
+ import { n as p, t as a } from "../../Swirl-CQBUahTB.js";
6
6
  export {
7
7
  p as componentDefinition,
8
8
  a as default
@@ -1,6 +1,6 @@
1
1
  import "../../three.tsl-Btj1hLsf.js";
2
2
  import "../../transformations-CsrIJXh-.js";
3
- import { n as a, t as e } from "../../TiltShift-BiNvvhzj.js";
3
+ import { n as a, t as e } from "../../TiltShift-qFj0oFzN.js";
4
4
  export {
5
5
  a as componentDefinition,
6
6
  e as default
@@ -1,7 +1,7 @@
1
1
  import "../../three.tsl-Btj1hLsf.js";
2
2
  import "../../transformations-CsrIJXh-.js";
3
3
  import "../../colorMixing--dhzx0ch.js";
4
- import { n as e, t as m } from "../../Tritone-gdx2AA0m.js";
4
+ import { n as e, t as m } from "../../Tritone-AiixmTg8.js";
5
5
  export {
6
6
  e as componentDefinition,
7
7
  m as default
@@ -1,7 +1,7 @@
1
1
  import "../../three.tsl-Btj1hLsf.js";
2
2
  import "../../edges-CDzKsauJ.js";
3
3
  import "../../transformations-CsrIJXh-.js";
4
- import { n as m, t as p } from "../../Twirl-BsV8YbqC.js";
4
+ import { n as m, t as p } from "../../Twirl-ooHQcV89.js";
5
5
  export {
6
6
  m as componentDefinition,
7
7
  p as default
@@ -1,7 +1,7 @@
1
1
  import "../../three.tsl-Btj1hLsf.js";
2
- import "../../TSLBase-BFMvTOak.js";
3
- import "../../ColorAdjustment-CKwpE_4M.js";
4
- import { n as a, t as e } from "../../Vibrance-C182fbSw.js";
2
+ import "../../TSLBase-Bt7Z4hv_.js";
3
+ import "../../ColorAdjustment-FeXXpypd.js";
4
+ import { n as a, t as e } from "../../Vibrance-C2FRlLkK.js";
5
5
  export {
6
6
  a as componentDefinition,
7
7
  e as default
@@ -1,7 +1,7 @@
1
1
  import "../../three.tsl-Btj1hLsf.js";
2
2
  import "../../edges-CDzKsauJ.js";
3
3
  import "../../transformations-CsrIJXh-.js";
4
- import { n as a, t as e } from "../../WaveDistortion-CmaS2zDB.js";
4
+ import { n as a, t as e } from "../../WaveDistortion-CN8MjKlm.js";
5
5
  export {
6
6
  a as componentDefinition,
7
7
  e as default
@@ -1,6 +1,6 @@
1
1
  import "../../three.tsl-Btj1hLsf.js";
2
2
  import "../../transformations-CsrIJXh-.js";
3
- import { n as m, t as r } from "../../ZoomBlur-DLf5xQ16.js";
3
+ import { n as m, t as r } from "../../ZoomBlur-CxWGx8PH.js";
4
4
  export {
5
5
  m as componentDefinition,
6
6
  r as default