shaders 2.5.108 → 2.5.110

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 (118) hide show
  1. package/dist/core/{Aurora-BPHeGEZ_.js → Aurora-KcUDr49P.js} +21 -14
  2. package/dist/core/{Blur-Cxx3ZuHi.js → Blur-DG7lJKPo.js} +29 -13
  3. package/dist/core/{ChannelBlur-Cth0biwG.js → ChannelBlur-BhcCkwcO.js} +7 -3
  4. package/dist/core/{ContourLines-KTHC32hd.js → ContourLines-tDBvQOvb.js} +8 -7
  5. package/dist/core/{CursorTrail-R4IBB4eu.js → CursorTrail-CgRMXbTG.js} +5 -5
  6. package/dist/core/{DropShadow-jMhnYPXZ.js → DropShadow-B7FzTp4H.js} +14 -8
  7. package/dist/core/{Duotone-Bl02WcA2.js → Duotone-CqQ0NMxS.js} +4 -11
  8. package/dist/core/{FloatingParticles-BtwGRl_d.js → FloatingParticles-DpYA0_TE.js} +6 -2
  9. package/dist/core/{Form3D-DaPbLGUi.js → Form3D-Bufw6tZb.js} +14 -2
  10. package/dist/core/{Glass-TRSXbuE6.js → Glass-Bz9IKI2q.js} +7 -3
  11. package/dist/core/{Glow-8bKkyehK.js → Glow-CUv1yHLZ.js} +68 -55
  12. package/dist/core/{GridDistortion-CpSiGEGV.js → GridDistortion-SRyevgsp.js} +4 -4
  13. package/dist/core/{HueShift-BtGVMu7q.js → HueShift-ctEX5vfo.js} +2 -0
  14. package/dist/core/{ImageTexture-CrX_9-f0.js → ImageTexture-uxj4LpF7.js} +30 -17
  15. package/dist/core/{Liquify-D9YIfbfB.js → Liquify-p-_qcb1f.js} +5 -5
  16. package/dist/core/{ProgressiveBlur-B_z0pZ1V.js → ProgressiveBlur-NbvxFfRa.js} +33 -20
  17. package/dist/core/{Saturation-CB19kOXg.js → Saturation-DCFAIUvZ.js} +2 -0
  18. package/dist/core/{Sharpness-CQOboeqy.js → Sharpness-DSpEoCSL.js} +2 -0
  19. package/dist/core/{Shatter-SHNbU2KC.js → Shatter-ByKkCYTR.js} +28 -24
  20. package/dist/core/{SimplexNoise-BcSgytjc.js → SimplexNoise-CMuU8n27.js} +14 -2
  21. package/dist/core/Swirl-B_KxdaX2.js +105 -0
  22. package/dist/core/{TiltShift-GqDjHvmk.js → TiltShift-BSAyR0Me.js} +47 -21
  23. package/dist/core/{Tint-DaTx2HII.js → Tint-DdvnpzEJ.js} +11 -6
  24. package/dist/core/{Tritone-C9Yx69Tw.js → Tritone-Ckb6hTkI.js} +4 -11
  25. package/dist/core/{VideoTexture-SWLe5c3m.js → VideoTexture-BMSdfLf_.js} +30 -17
  26. package/dist/core/{WebcamTexture-cXPyEumA.js → WebcamTexture-Ds9IrtRn.js} +30 -17
  27. package/dist/core/computeBlur-DCRhuYEi.js +209 -0
  28. package/dist/core/index.js +28 -62
  29. package/dist/core/registry.js +28 -28
  30. package/dist/core/renderer.d.ts.map +1 -1
  31. package/dist/core/{shaderRegistry-fwljIrjT.js → shaderRegistry-DFzzFEKX.js} +26 -26
  32. package/dist/core/shaders/Aurora/index.d.ts.map +1 -1
  33. package/dist/core/shaders/Aurora/index.js +1 -1
  34. package/dist/core/shaders/Blur/index.d.ts.map +1 -1
  35. package/dist/core/shaders/Blur/index.js +2 -2
  36. package/dist/core/shaders/ChannelBlur/index.d.ts.map +1 -1
  37. package/dist/core/shaders/ChannelBlur/index.js +2 -2
  38. package/dist/core/shaders/ContourLines/index.d.ts.map +1 -1
  39. package/dist/core/shaders/ContourLines/index.js +1 -1
  40. package/dist/core/shaders/CursorTrail/index.d.ts.map +1 -1
  41. package/dist/core/shaders/CursorTrail/index.js +1 -1
  42. package/dist/core/shaders/DropShadow/index.d.ts.map +1 -1
  43. package/dist/core/shaders/DropShadow/index.js +1 -1
  44. package/dist/core/shaders/Duotone/index.d.ts.map +1 -1
  45. package/dist/core/shaders/Duotone/index.js +1 -2
  46. package/dist/core/shaders/FloatingParticles/index.d.ts.map +1 -1
  47. package/dist/core/shaders/FloatingParticles/index.js +1 -1
  48. package/dist/core/shaders/Form3D/index.d.ts.map +1 -1
  49. package/dist/core/shaders/Form3D/index.js +1 -1
  50. package/dist/core/shaders/Glass/index.d.ts.map +1 -1
  51. package/dist/core/shaders/Glass/index.js +2 -2
  52. package/dist/core/shaders/Glow/index.d.ts +2 -2
  53. package/dist/core/shaders/Glow/index.d.ts.map +1 -1
  54. package/dist/core/shaders/Glow/index.js +2 -2
  55. package/dist/core/shaders/GridDistortion/index.d.ts.map +1 -1
  56. package/dist/core/shaders/GridDistortion/index.js +1 -1
  57. package/dist/core/shaders/HueShift/index.d.ts.map +1 -1
  58. package/dist/core/shaders/HueShift/index.js +1 -1
  59. package/dist/core/shaders/ImageTexture/index.d.ts.map +1 -1
  60. package/dist/core/shaders/ImageTexture/index.js +1 -1
  61. package/dist/core/shaders/Liquify/index.d.ts.map +1 -1
  62. package/dist/core/shaders/Liquify/index.js +1 -1
  63. package/dist/core/shaders/ProgressiveBlur/index.d.ts.map +1 -1
  64. package/dist/core/shaders/ProgressiveBlur/index.js +2 -2
  65. package/dist/core/shaders/Saturation/index.d.ts.map +1 -1
  66. package/dist/core/shaders/Saturation/index.js +1 -1
  67. package/dist/core/shaders/Sharpness/index.d.ts.map +1 -1
  68. package/dist/core/shaders/Sharpness/index.js +1 -1
  69. package/dist/core/shaders/Shatter/index.d.ts.map +1 -1
  70. package/dist/core/shaders/Shatter/index.js +1 -1
  71. package/dist/core/shaders/SimplexNoise/index.d.ts +7 -0
  72. package/dist/core/shaders/SimplexNoise/index.d.ts.map +1 -1
  73. package/dist/core/shaders/SimplexNoise/index.js +1 -1
  74. package/dist/core/shaders/Swirl/index.d.ts.map +1 -1
  75. package/dist/core/shaders/Swirl/index.js +1 -1
  76. package/dist/core/shaders/TiltShift/index.d.ts.map +1 -1
  77. package/dist/core/shaders/TiltShift/index.js +2 -2
  78. package/dist/core/shaders/Tint/index.d.ts.map +1 -1
  79. package/dist/core/shaders/Tint/index.js +1 -1
  80. package/dist/core/shaders/Tritone/index.d.ts.map +1 -1
  81. package/dist/core/shaders/Tritone/index.js +1 -2
  82. package/dist/core/shaders/VideoTexture/index.d.ts.map +1 -1
  83. package/dist/core/shaders/VideoTexture/index.js +1 -1
  84. package/dist/core/shaders/WebcamTexture/index.d.ts.map +1 -1
  85. package/dist/core/shaders/WebcamTexture/index.js +1 -1
  86. package/dist/core/utilities/computeBlur.d.ts +29 -31
  87. package/dist/core/utilities/computeBlur.d.ts.map +1 -1
  88. package/dist/js/createShader.d.ts.map +1 -1
  89. package/dist/js/createShader.js +3 -2
  90. package/dist/js/createSharedDevice.d.ts +36 -0
  91. package/dist/js/createSharedDevice.d.ts.map +1 -0
  92. package/dist/js/createSharedDevice.js +15 -0
  93. package/dist/js/index.d.ts +1 -0
  94. package/dist/js/index.d.ts.map +1 -1
  95. package/dist/js/index.js +2 -1
  96. package/dist/js/types.d.ts +10 -0
  97. package/dist/js/types.d.ts.map +1 -1
  98. package/dist/js/utils/generatePresetCode.d.ts.map +1 -1
  99. package/dist/js/utils/generatePresetCode.js +2 -1
  100. package/dist/partner/index.d.ts +6 -2
  101. package/dist/partner/index.d.ts.map +1 -1
  102. package/dist/react/Shader.js +1 -1
  103. package/dist/react/utils/generatePresetCode.d.ts.map +1 -1
  104. package/dist/react/utils/generatePresetCode.js +2 -1
  105. package/dist/registry.js +95 -18
  106. package/dist/solid/engine/Shader.js +1 -1
  107. package/dist/solid/utils/generatePresetCode.d.ts.map +1 -1
  108. package/dist/solid/utils/generatePresetCode.js +2 -1
  109. package/dist/svelte/{generatePresetCode-DR_OAIL7.js → generatePresetCode-jdOx6mhw.js} +2 -1
  110. package/dist/svelte/index.js +2 -2
  111. package/dist/svelte/utils/generatePresetCode.js +1 -1
  112. package/dist/vue/Shader.vue_vue_type_script_setup_true_lang.js +1 -1
  113. package/dist/vue/SimplexNoise.vue_vue_type_script_setup_true_lang.js +1 -0
  114. package/dist/vue/utils/generatePresetCode.d.ts.map +1 -1
  115. package/dist/vue/utils/generatePresetCode.js +2 -1
  116. package/package.json +1 -1
  117. package/dist/core/Swirl-By5FadQK.js +0 -103
  118. package/dist/core/computeBlur-DeXZ99YL.js +0 -150
@@ -5,64 +5,64 @@ import "./AngularBlur-BgZWbEjj.js";
5
5
  import "./Ascii-BwSMmD6Z.js";
6
6
  import "./colorMixing-BPpDnR5I.js";
7
7
  import "./time-DUqSFWvT.js";
8
- import "./Aurora-BPHeGEZ_.js";
8
+ import "./Aurora-KcUDr49P.js";
9
9
  import "./Beam-CAnoOWgt.js";
10
10
  import "./Blob-CuRSRXmA.js";
11
- import "./computeBlur-DeXZ99YL.js";
12
- import "./Blur-Cxx3ZuHi.js";
11
+ import "./computeBlur-DCRhuYEi.js";
12
+ import "./Blur-DG7lJKPo.js";
13
13
  import "./BrightnessContrast-CJTOpQCn.js";
14
14
  import "./Bulge-Chpbxxzj.js";
15
- import "./ChannelBlur-Cth0biwG.js";
15
+ import "./ChannelBlur-BhcCkwcO.js";
16
16
  import "./Checkerboard-ucave4-a.js";
17
17
  import "./ChromaFlow-DxQaUqPL.js";
18
18
  import "./ChromaticAberration-DsMj-vBw.js";
19
19
  import "./Circle-QgCuVo44.js";
20
20
  import "./ConcentricSpin-Crfxti93.js";
21
21
  import "./ConicGradient-CQAPYlQg.js";
22
- import "./ContourLines-KTHC32hd.js";
22
+ import "./ContourLines-tDBvQOvb.js";
23
23
  import "./sdf-DyC2H_qS.js";
24
24
  import "./Crescent-BkRt-XWy.js";
25
25
  import "./Cross-kkY7feuC.js";
26
26
  import "./CRTScreen-CTwXU-NX.js";
27
27
  import "./Crystal-COGiLVvV.js";
28
28
  import "./CursorRipples-D-cfjHY5.js";
29
- import "./CursorTrail-R4IBB4eu.js";
29
+ import "./CursorTrail-CgRMXbTG.js";
30
30
  import "./DiamondGradient-BC3ugP8a.js";
31
31
  import "./DiffuseBlur-eyM1v3ad.js";
32
32
  import "./Dither-CDfDotR6.js";
33
33
  import "./DOMTexture-D-RkeyMs.js";
34
34
  import "./DotGrid-T9YbgC3V.js";
35
- import "./DropShadow-jMhnYPXZ.js";
36
- import "./Duotone-Bl02WcA2.js";
35
+ import "./DropShadow-B7FzTp4H.js";
36
+ import "./Duotone-CqQ0NMxS.js";
37
37
  import "./Ellipse-CXxGqTYI.js";
38
38
  import "./Emboss-LU-6cckT.js";
39
39
  import "./FallingLines-CArEXajJ.js";
40
40
  import "./FilmGrain-DSJiMtEp.js";
41
- import "./FloatingParticles-BtwGRl_d.js";
41
+ import "./FloatingParticles-DpYA0_TE.js";
42
42
  import "./Flower-MAwlZEv8.js";
43
43
  import "./FlowField-RyqiRxyI.js";
44
44
  import "./FlowingGradient-C0Zoyfd6.js";
45
45
  import "./Fog-BeKcPcTq.js";
46
- import "./Form3D-DaPbLGUi.js";
47
- import "./Glass-TRSXbuE6.js";
46
+ import "./Form3D-Bufw6tZb.js";
47
+ import "./Glass-Bz9IKI2q.js";
48
48
  import "./GlassTiles-Dgh6nOaE.js";
49
49
  import "./Glitch-BsbzLahF.js";
50
- import "./Glow-8bKkyehK.js";
50
+ import "./Glow-CUv1yHLZ.js";
51
51
  import "./Godrays-D1LINbut.js";
52
52
  import "./Grayscale-Ri-695Uh.js";
53
53
  import "./Grid-BYSsAIEv.js";
54
- import "./GridDistortion-CpSiGEGV.js";
54
+ import "./GridDistortion-SRyevgsp.js";
55
55
  import "./Group-CkhjTW59.js";
56
56
  import "./Halftone-BUCDTTAU.js";
57
57
  import "./HexGrid-BUiDrehv.js";
58
- import "./HueShift-BtGVMu7q.js";
59
- import "./ImageTexture-CrX_9-f0.js";
58
+ import "./HueShift-ctEX5vfo.js";
59
+ import "./ImageTexture-uxj4LpF7.js";
60
60
  import "./Invert-azYrcDMi.js";
61
61
  import "./Kaleidoscope-CFWtKisp.js";
62
62
  import "./LensFlare-ttrXgfea.js";
63
63
  import "./LinearBlur-By2aD8OO.js";
64
64
  import "./LinearGradient-CM02z32l.js";
65
- import "./Liquify-D9YIfbfB.js";
65
+ import "./Liquify-p-_qcb1f.js";
66
66
  import "./Mirror-B7XmfGdw.js";
67
67
  import "./MultiPointGradient-8zGSIM4U.js";
68
68
  import "./Neon-CMmGJzPy.js";
@@ -73,16 +73,16 @@ import "./Plasma-DGCw0cd7.js";
73
73
  import "./PolarCoordinates-CMYCFT4S.js";
74
74
  import "./Polygon-CsCOt5YE.js";
75
75
  import "./Posterize-Blv9pzPT.js";
76
- import "./ProgressiveBlur-B_z0pZ1V.js";
76
+ import "./ProgressiveBlur-NbvxFfRa.js";
77
77
  import "./RadialGradient-De0gtdh3.js";
78
78
  import "./RectangularCoordinates-8Sa2GaDy.js";
79
79
  import "./Ring-kHH-DIDQ.js";
80
80
  import "./Ripples-Bf6Zwg6X.js";
81
81
  import "./RoundedRect-B0sWh2BN.js";
82
- import "./Saturation-CB19kOXg.js";
83
- import "./Sharpness-CQOboeqy.js";
84
- import "./Shatter-SHNbU2KC.js";
85
- import "./SimplexNoise-BcSgytjc.js";
82
+ import "./Saturation-DCFAIUvZ.js";
83
+ import "./Sharpness-DSpEoCSL.js";
84
+ import "./Shatter-ByKkCYTR.js";
85
+ import "./SimplexNoise-CMuU8n27.js";
86
86
  import "./SineWave-VTNDSK_g.js";
87
87
  import "./Smoke-9MJIAKq7.js";
88
88
  import "./SmokeFill-qV2iRIts.js";
@@ -95,23 +95,23 @@ import "./Strands-DOthZNHt.js";
95
95
  import "./Stretch--GV6hbru.js";
96
96
  import "./Stripes-CFCXw1_N.js";
97
97
  import "./StudioBackground-DJr-cxOL.js";
98
- import "./Swirl-By5FadQK.js";
99
- import "./TiltShift-GqDjHvmk.js";
100
- import "./Tint-DaTx2HII.js";
98
+ import "./Swirl-B_KxdaX2.js";
99
+ import "./TiltShift-BSAyR0Me.js";
100
+ import "./Tint-DdvnpzEJ.js";
101
101
  import "./Trapezoid-Co0sIA73.js";
102
- import "./Tritone-C9Yx69Tw.js";
102
+ import "./Tritone-Ckb6hTkI.js";
103
103
  import "./Truchet-CkFSkniR.js";
104
104
  import "./Twirl-v8pLqUTN.js";
105
105
  import "./Vesica-CxP7UD0a.js";
106
106
  import "./VHS-mKd1QBBj.js";
107
107
  import "./Vibrance-WR5yQv_9.js";
108
108
  import "./browser-D8zonASQ.js";
109
- import "./VideoTexture-SWLe5c3m.js";
109
+ import "./VideoTexture-BMSdfLf_.js";
110
110
  import "./Vignette-hAIKTi35.js";
111
111
  import "./Voronoi-DOGmwUSK.js";
112
112
  import "./WaveDistortion-BGdgj3Iz.js";
113
113
  import "./Weave-CIP_EUPa.js";
114
- import "./WebcamTexture-cXPyEumA.js";
114
+ import "./WebcamTexture-Ds9IrtRn.js";
115
115
  import "./ZoomBlur-BuIVpHGG.js";
116
- import { a as shaderRegistry, i as getShadersByCategory, n as getShaderByName, r as getShaderCategories, t as getAllShaders } from "./shaderRegistry-fwljIrjT.js";
116
+ import { a as shaderRegistry, i as getShadersByCategory, n as getShaderByName, r as getShaderCategories, t as getAllShaders } from "./shaderRegistry-DFzzFEKX.js";
117
117
  export { getAllShaders, getShaderByName, getShaderCategories, getShadersByCategory, shaderRegistry };
@@ -1 +1 @@
1
- {"version":3,"file":"renderer.d.ts","sourceRoot":"","sources":["../src/renderer.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"renderer.d.ts","sourceRoot":"","sources":["../src/renderer.ts"],"names":[],"mappings":"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"}
@@ -1,61 +1,61 @@
1
1
  import { n as componentDefinition } from "./AngularBlur-BgZWbEjj.js";
2
2
  import { n as componentDefinition$1 } from "./Ascii-BwSMmD6Z.js";
3
- import { n as componentDefinition$2 } from "./Aurora-BPHeGEZ_.js";
3
+ import { n as componentDefinition$2 } from "./Aurora-KcUDr49P.js";
4
4
  import { n as componentDefinition$3 } from "./Beam-CAnoOWgt.js";
5
5
  import { n as componentDefinition$4 } from "./Blob-CuRSRXmA.js";
6
- import { n as componentDefinition$5 } from "./Blur-Cxx3ZuHi.js";
6
+ import { n as componentDefinition$5 } from "./Blur-DG7lJKPo.js";
7
7
  import { n as componentDefinition$6 } from "./BrightnessContrast-CJTOpQCn.js";
8
8
  import { n as componentDefinition$7 } from "./Bulge-Chpbxxzj.js";
9
- import { n as componentDefinition$8 } from "./ChannelBlur-Cth0biwG.js";
9
+ import { n as componentDefinition$8 } from "./ChannelBlur-BhcCkwcO.js";
10
10
  import { n as componentDefinition$9 } from "./Checkerboard-ucave4-a.js";
11
11
  import { n as componentDefinition$10 } from "./ChromaFlow-DxQaUqPL.js";
12
12
  import { n as componentDefinition$11 } from "./ChromaticAberration-DsMj-vBw.js";
13
13
  import { n as componentDefinition$12 } from "./Circle-QgCuVo44.js";
14
14
  import { n as componentDefinition$13 } from "./ConcentricSpin-Crfxti93.js";
15
15
  import { n as componentDefinition$14 } from "./ConicGradient-CQAPYlQg.js";
16
- import { n as componentDefinition$15 } from "./ContourLines-KTHC32hd.js";
16
+ import { n as componentDefinition$15 } from "./ContourLines-tDBvQOvb.js";
17
17
  import { n as componentDefinition$16 } from "./Crescent-BkRt-XWy.js";
18
18
  import { n as componentDefinition$17 } from "./Cross-kkY7feuC.js";
19
19
  import { n as componentDefinition$18 } from "./CRTScreen-CTwXU-NX.js";
20
20
  import { n as componentDefinition$19 } from "./Crystal-COGiLVvV.js";
21
21
  import { n as componentDefinition$20 } from "./CursorRipples-D-cfjHY5.js";
22
- import { n as componentDefinition$21 } from "./CursorTrail-R4IBB4eu.js";
22
+ import { n as componentDefinition$21 } from "./CursorTrail-CgRMXbTG.js";
23
23
  import { n as componentDefinition$22 } from "./DiamondGradient-BC3ugP8a.js";
24
24
  import { n as componentDefinition$23 } from "./DiffuseBlur-eyM1v3ad.js";
25
25
  import { n as componentDefinition$24 } from "./Dither-CDfDotR6.js";
26
26
  import { n as componentDefinition$25 } from "./DOMTexture-D-RkeyMs.js";
27
27
  import { n as componentDefinition$26 } from "./DotGrid-T9YbgC3V.js";
28
- import { n as componentDefinition$27 } from "./DropShadow-jMhnYPXZ.js";
29
- import { n as componentDefinition$28 } from "./Duotone-Bl02WcA2.js";
28
+ import { n as componentDefinition$27 } from "./DropShadow-B7FzTp4H.js";
29
+ import { n as componentDefinition$28 } from "./Duotone-CqQ0NMxS.js";
30
30
  import { n as componentDefinition$29 } from "./Ellipse-CXxGqTYI.js";
31
31
  import { n as componentDefinition$30 } from "./Emboss-LU-6cckT.js";
32
32
  import { n as componentDefinition$31 } from "./FallingLines-CArEXajJ.js";
33
33
  import { n as componentDefinition$32 } from "./FilmGrain-DSJiMtEp.js";
34
- import { n as componentDefinition$33 } from "./FloatingParticles-BtwGRl_d.js";
34
+ import { n as componentDefinition$33 } from "./FloatingParticles-DpYA0_TE.js";
35
35
  import { n as componentDefinition$34 } from "./Flower-MAwlZEv8.js";
36
36
  import { n as componentDefinition$35 } from "./FlowField-RyqiRxyI.js";
37
37
  import { n as componentDefinition$36 } from "./FlowingGradient-C0Zoyfd6.js";
38
38
  import { n as componentDefinition$37 } from "./Fog-BeKcPcTq.js";
39
- import { n as componentDefinition$38 } from "./Form3D-DaPbLGUi.js";
40
- import { n as componentDefinition$39 } from "./Glass-TRSXbuE6.js";
39
+ import { n as componentDefinition$38 } from "./Form3D-Bufw6tZb.js";
40
+ import { n as componentDefinition$39 } from "./Glass-Bz9IKI2q.js";
41
41
  import { n as componentDefinition$40 } from "./GlassTiles-Dgh6nOaE.js";
42
42
  import { n as componentDefinition$41 } from "./Glitch-BsbzLahF.js";
43
- import { n as componentDefinition$42 } from "./Glow-8bKkyehK.js";
43
+ import { n as componentDefinition$42 } from "./Glow-CUv1yHLZ.js";
44
44
  import { n as componentDefinition$43 } from "./Godrays-D1LINbut.js";
45
45
  import { n as componentDefinition$44 } from "./Grayscale-Ri-695Uh.js";
46
46
  import { n as componentDefinition$45 } from "./Grid-BYSsAIEv.js";
47
- import { n as componentDefinition$46 } from "./GridDistortion-CpSiGEGV.js";
47
+ import { n as componentDefinition$46 } from "./GridDistortion-SRyevgsp.js";
48
48
  import { n as componentDefinition$47 } from "./Group-CkhjTW59.js";
49
49
  import { n as componentDefinition$48 } from "./Halftone-BUCDTTAU.js";
50
50
  import { n as componentDefinition$49 } from "./HexGrid-BUiDrehv.js";
51
- import { n as componentDefinition$50 } from "./HueShift-BtGVMu7q.js";
52
- import { n as componentDefinition$51 } from "./ImageTexture-CrX_9-f0.js";
51
+ import { n as componentDefinition$50 } from "./HueShift-ctEX5vfo.js";
52
+ import { n as componentDefinition$51 } from "./ImageTexture-uxj4LpF7.js";
53
53
  import { n as componentDefinition$52 } from "./Invert-azYrcDMi.js";
54
54
  import { n as componentDefinition$53 } from "./Kaleidoscope-CFWtKisp.js";
55
55
  import { n as componentDefinition$54 } from "./LensFlare-ttrXgfea.js";
56
56
  import { n as componentDefinition$55 } from "./LinearBlur-By2aD8OO.js";
57
57
  import { n as componentDefinition$56 } from "./LinearGradient-CM02z32l.js";
58
- import { n as componentDefinition$57 } from "./Liquify-D9YIfbfB.js";
58
+ import { n as componentDefinition$57 } from "./Liquify-p-_qcb1f.js";
59
59
  import { n as componentDefinition$58 } from "./Mirror-B7XmfGdw.js";
60
60
  import { n as componentDefinition$59 } from "./MultiPointGradient-8zGSIM4U.js";
61
61
  import { n as componentDefinition$60 } from "./Neon-CMmGJzPy.js";
@@ -66,16 +66,16 @@ import { n as componentDefinition$64 } from "./Plasma-DGCw0cd7.js";
66
66
  import { n as componentDefinition$65 } from "./PolarCoordinates-CMYCFT4S.js";
67
67
  import { n as componentDefinition$66 } from "./Polygon-CsCOt5YE.js";
68
68
  import { n as componentDefinition$67 } from "./Posterize-Blv9pzPT.js";
69
- import { n as componentDefinition$68 } from "./ProgressiveBlur-B_z0pZ1V.js";
69
+ import { n as componentDefinition$68 } from "./ProgressiveBlur-NbvxFfRa.js";
70
70
  import { n as componentDefinition$69 } from "./RadialGradient-De0gtdh3.js";
71
71
  import { n as componentDefinition$70 } from "./RectangularCoordinates-8Sa2GaDy.js";
72
72
  import { n as componentDefinition$71 } from "./Ring-kHH-DIDQ.js";
73
73
  import { n as componentDefinition$72 } from "./Ripples-Bf6Zwg6X.js";
74
74
  import { n as componentDefinition$73 } from "./RoundedRect-B0sWh2BN.js";
75
- import { n as componentDefinition$74 } from "./Saturation-CB19kOXg.js";
76
- import { n as componentDefinition$75 } from "./Sharpness-CQOboeqy.js";
77
- import { n as componentDefinition$76 } from "./Shatter-SHNbU2KC.js";
78
- import { n as componentDefinition$77 } from "./SimplexNoise-BcSgytjc.js";
75
+ import { n as componentDefinition$74 } from "./Saturation-DCFAIUvZ.js";
76
+ import { n as componentDefinition$75 } from "./Sharpness-DSpEoCSL.js";
77
+ import { n as componentDefinition$76 } from "./Shatter-ByKkCYTR.js";
78
+ import { n as componentDefinition$77 } from "./SimplexNoise-CMuU8n27.js";
79
79
  import { n as componentDefinition$78 } from "./SineWave-VTNDSK_g.js";
80
80
  import { n as componentDefinition$79 } from "./Smoke-9MJIAKq7.js";
81
81
  import { n as componentDefinition$80 } from "./SmokeFill-qV2iRIts.js";
@@ -88,22 +88,22 @@ import { n as componentDefinition$86 } from "./Strands-DOthZNHt.js";
88
88
  import { n as componentDefinition$87 } from "./Stretch--GV6hbru.js";
89
89
  import { n as componentDefinition$88 } from "./Stripes-CFCXw1_N.js";
90
90
  import { n as componentDefinition$89 } from "./StudioBackground-DJr-cxOL.js";
91
- import { n as componentDefinition$90 } from "./Swirl-By5FadQK.js";
92
- import { n as componentDefinition$91 } from "./TiltShift-GqDjHvmk.js";
93
- import { n as componentDefinition$92 } from "./Tint-DaTx2HII.js";
91
+ import { n as componentDefinition$90 } from "./Swirl-B_KxdaX2.js";
92
+ import { n as componentDefinition$91 } from "./TiltShift-BSAyR0Me.js";
93
+ import { n as componentDefinition$92 } from "./Tint-DdvnpzEJ.js";
94
94
  import { n as componentDefinition$93 } from "./Trapezoid-Co0sIA73.js";
95
- import { n as componentDefinition$94 } from "./Tritone-C9Yx69Tw.js";
95
+ import { n as componentDefinition$94 } from "./Tritone-Ckb6hTkI.js";
96
96
  import { n as componentDefinition$95 } from "./Truchet-CkFSkniR.js";
97
97
  import { n as componentDefinition$96 } from "./Twirl-v8pLqUTN.js";
98
98
  import { n as componentDefinition$97 } from "./Vesica-CxP7UD0a.js";
99
99
  import { n as componentDefinition$98 } from "./VHS-mKd1QBBj.js";
100
100
  import { n as componentDefinition$99 } from "./Vibrance-WR5yQv_9.js";
101
- import { n as componentDefinition$100 } from "./VideoTexture-SWLe5c3m.js";
101
+ import { n as componentDefinition$100 } from "./VideoTexture-BMSdfLf_.js";
102
102
  import { n as componentDefinition$101 } from "./Vignette-hAIKTi35.js";
103
103
  import { n as componentDefinition$102 } from "./Voronoi-DOGmwUSK.js";
104
104
  import { n as componentDefinition$103 } from "./WaveDistortion-BGdgj3Iz.js";
105
105
  import { n as componentDefinition$104 } from "./Weave-CIP_EUPa.js";
106
- import { n as componentDefinition$105 } from "./WebcamTexture-cXPyEumA.js";
106
+ import { n as componentDefinition$105 } from "./WebcamTexture-Ds9IrtRn.js";
107
107
  import { n as componentDefinition$106 } from "./ZoomBlur-BuIVpHGG.js";
108
108
  var createShaderRegistry = () => {
109
109
  const registry = {};
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/shaders/Aurora/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAAqB,MAAM,iBAAiB,CAAA;AASvE,OAAO,EAAC,cAAc,EAAE,iBAAiB,EAAyC,MAAM,qCAAqC,CAAA;AAI7H,MAAM,WAAW,cAAc;IAC3B,MAAM,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC,CAAC,CAAC,CAAA;IAC5C,MAAM,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC,CAAC,CAAC,CAAA;IAC5C,MAAM,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC,CAAC,CAAC,CAAA;IAC5C,UAAU,EAAE,MAAM,CAAA;IAClB,OAAO,EAAE,MAAM,CAAA;IACf,SAAS,EAAE,MAAM,CAAA;IACjB,YAAY,EAAE,MAAM,CAAA;IACpB,KAAK,EAAE,MAAM,CAAA;IACb,QAAQ,EAAE,MAAM,CAAA;IAChB,UAAU,EAAE,MAAM,CAAA;IAClB,MAAM,EAAE,MAAM,CAAA;IACd,MAAM,EAAE,UAAU,CAAC,OAAO,iBAAiB,CAAC,CAAC,CAAC,CAAC,CAAA;IAC/C,IAAI,EAAE,MAAM,CAAA;CACf;AAED,eAAO,MAAM,mBAAmB,EAAE,mBAAmB,CAAC,cAAc,CAwMnE,CAAA;AAED,eAAe,mBAAmB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/shaders/Aurora/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAAqB,MAAM,iBAAiB,CAAA;AASvE,OAAO,EAAC,cAAc,EAAE,iBAAiB,EAAyC,MAAM,qCAAqC,CAAA;AAI7H,MAAM,WAAW,cAAc;IAC3B,MAAM,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC,CAAC,CAAC,CAAA;IAC5C,MAAM,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC,CAAC,CAAC,CAAA;IAC5C,MAAM,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC,CAAC,CAAC,CAAA;IAC5C,UAAU,EAAE,MAAM,CAAA;IAClB,OAAO,EAAE,MAAM,CAAA;IACf,SAAS,EAAE,MAAM,CAAA;IACjB,YAAY,EAAE,MAAM,CAAA;IACpB,KAAK,EAAE,MAAM,CAAA;IACb,QAAQ,EAAE,MAAM,CAAA;IAChB,UAAU,EAAE,MAAM,CAAA;IAClB,MAAM,EAAE,MAAM,CAAA;IACd,MAAM,EAAE,UAAU,CAAC,OAAO,iBAAiB,CAAC,CAAC,CAAC,CAAC,CAAA;IAC/C,IAAI,EAAE,MAAM,CAAA;CACf;AAED,eAAO,MAAM,mBAAmB,EAAE,mBAAmB,CAAC,cAAc,CA+MnE,CAAA;AAED,eAAe,mBAAmB,CAAA"}
@@ -1,5 +1,5 @@
1
1
  import "../../transformations-B5lM6fYX.js";
2
2
  import "../../colorMixing-BPpDnR5I.js";
3
3
  import "../../time-DUqSFWvT.js";
4
- import { n as componentDefinition, t as Aurora_default } from "../../Aurora-BPHeGEZ_.js";
4
+ import { n as componentDefinition, t as Aurora_default } from "../../Aurora-KcUDr49P.js";
5
5
  export { componentDefinition, Aurora_default as default };
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/shaders/Blur/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAAwC,MAAM,iBAAiB,CAAA;AAM1F,MAAM,WAAW,cAAc;IAC3B,SAAS,EAAE,MAAM,CAAA;CACpB;AAED,eAAO,MAAM,mBAAmB,EAAE,mBAAmB,CAAC,cAAc,CA2JnE,CAAA;AAED,eAAe,mBAAmB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/shaders/Blur/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAAwC,MAAM,iBAAiB,CAAA;AAM1F,MAAM,WAAW,cAAc;IAC3B,SAAS,EAAE,MAAM,CAAA;CACpB;AAED,eAAO,MAAM,mBAAmB,EAAE,mBAAmB,CAAC,cAAc,CAiLnE,CAAA;AAED,eAAe,mBAAmB,CAAA"}
@@ -1,4 +1,4 @@
1
1
  import "../../alpha-C4ptedXe.js";
2
- import "../../computeBlur-DeXZ99YL.js";
3
- import { n as componentDefinition, t as Blur_default } from "../../Blur-Cxx3ZuHi.js";
2
+ import "../../computeBlur-DCRhuYEi.js";
3
+ import { n as componentDefinition, t as Blur_default } from "../../Blur-DG7lJKPo.js";
4
4
  export { componentDefinition, Blur_default as default };
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/shaders/ChannelBlur/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAAwC,MAAM,iBAAiB,CAAA;AAM1F,MAAM,WAAW,cAAc;IAC3B,YAAY,EAAE,MAAM,CAAA;IACpB,cAAc,EAAE,MAAM,CAAA;IACtB,aAAa,EAAE,MAAM,CAAA;CACxB;AAED,eAAO,MAAM,mBAAmB,EAAE,mBAAmB,CAAC,cAAc,CAoJnE,CAAA;AAED,eAAe,mBAAmB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/shaders/ChannelBlur/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAAwC,MAAM,iBAAiB,CAAA;AAM1F,MAAM,WAAW,cAAc;IAC3B,YAAY,EAAE,MAAM,CAAA;IACpB,cAAc,EAAE,MAAM,CAAA;IACtB,aAAa,EAAE,MAAM,CAAA;CACxB;AAED,eAAO,MAAM,mBAAmB,EAAE,mBAAmB,CAAC,cAAc,CAuJnE,CAAA;AAED,eAAe,mBAAmB,CAAA"}
@@ -1,4 +1,4 @@
1
1
  import "../../alpha-C4ptedXe.js";
2
- import "../../computeBlur-DeXZ99YL.js";
3
- import { n as componentDefinition, t as ChannelBlur_default } from "../../ChannelBlur-Cth0biwG.js";
2
+ import "../../computeBlur-DCRhuYEi.js";
3
+ import { n as componentDefinition, t as ChannelBlur_default } from "../../ChannelBlur-BhcCkwcO.js";
4
4
  export { componentDefinition, ChannelBlur_default as default };
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/shaders/ContourLines/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAAqB,MAAM,iBAAiB,CAAA;AAIvE,OAAO,EAAC,cAAc,EAAC,MAAM,qCAAqC,CAAA;AAGlE,QAAA,MAAM,eAAe,UAAW,MAAM,KAAG,MAExC,CAAA;AAGD,QAAA,MAAM,kBAAkB,UAAW,MAAM,KAAG,MAE3C,CAAA;AAOD,MAAM,WAAW,cAAc;IAC3B,MAAM,EAAE,MAAM,CAAA;IACd,SAAS,EAAE,MAAM,CAAA;IACjB,QAAQ,EAAE,MAAM,CAAA;IAChB,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,EAAE,OAAO,CAAA;IACf,MAAM,EAAE,UAAU,CAAC,OAAO,eAAe,CAAC,CAAC,CAAC,CAAC,CAAA;IAC7C,SAAS,EAAE,UAAU,CAAC,OAAO,kBAAkB,CAAC,CAAC,CAAC,CAAC,CAAA;IACnD,SAAS,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC,CAAC,CAAC,CAAA;IAC/C,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC,CAAC,CAAC,CAAA;CACxD;AAED,eAAO,MAAM,mBAAmB,EAAE,mBAAmB,CAAC,cAAc,CA0JnE,CAAA;AAED,eAAe,mBAAmB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/shaders/ContourLines/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAAqB,MAAM,iBAAiB,CAAA;AAIvE,OAAO,EAAC,cAAc,EAAC,MAAM,qCAAqC,CAAA;AAGlE,QAAA,MAAM,eAAe,UAAW,MAAM,KAAG,MAExC,CAAA;AAGD,QAAA,MAAM,kBAAkB,UAAW,MAAM,KAAG,MAE3C,CAAA;AAOD,MAAM,WAAW,cAAc;IAC3B,MAAM,EAAE,MAAM,CAAA;IACd,SAAS,EAAE,MAAM,CAAA;IACjB,QAAQ,EAAE,MAAM,CAAA;IAChB,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,EAAE,OAAO,CAAA;IACf,MAAM,EAAE,UAAU,CAAC,OAAO,eAAe,CAAC,CAAC,CAAC,CAAC,CAAA;IAC7C,SAAS,EAAE,UAAU,CAAC,OAAO,kBAAkB,CAAC,CAAC,CAAC,CAAC,CAAA;IACnD,SAAS,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC,CAAC,CAAC,CAAA;IAC/C,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC,CAAC,CAAC,CAAA;CACxD;AAED,eAAO,MAAM,mBAAmB,EAAE,mBAAmB,CAAC,cAAc,CAyJnE,CAAA;AAED,eAAe,mBAAmB,CAAA"}
@@ -1,3 +1,3 @@
1
1
  import "../../transformations-B5lM6fYX.js";
2
- import { n as componentDefinition, t as ContourLines_default } from "../../ContourLines-KTHC32hd.js";
2
+ import { n as componentDefinition, t as ContourLines_default } from "../../ContourLines-tDBvQOvb.js";
3
3
  export { componentDefinition, ContourLines_default as default };
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/shaders/CursorTrail/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAAwC,MAAM,iBAAiB,CAAA;AAQ1F,OAAO,EAAC,cAAc,EAAyC,MAAM,qCAAqC,CAAA;AAI1G,MAAM,WAAW,cAAc;IAC3B,MAAM,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC;IAC7C,MAAM,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC;IAC7C,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,MAAM,CAAA;CACrB;AAID,eAAO,MAAM,mBAAmB,EAAE,mBAAmB,CAAC,cAAc,CA+SnE,CAAA;AAED,eAAe,mBAAmB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/shaders/CursorTrail/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAAwC,MAAM,iBAAiB,CAAA;AAQ1F,OAAO,EAAC,cAAc,EAAyC,MAAM,qCAAqC,CAAA;AAI1G,MAAM,WAAW,cAAc;IAC3B,MAAM,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC;IAC7C,MAAM,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC;IAC7C,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,MAAM,CAAA;CACrB;AAID,eAAO,MAAM,mBAAmB,EAAE,mBAAmB,CAAC,cAAc,CA4TnE,CAAA;AAED,eAAe,mBAAmB,CAAA"}
@@ -1,4 +1,4 @@
1
1
  import "../../transformations-B5lM6fYX.js";
2
2
  import "../../colorMixing-BPpDnR5I.js";
3
- import { n as componentDefinition, t as CursorTrail_default } from "../../CursorTrail-R4IBB4eu.js";
3
+ import { n as componentDefinition, t as CursorTrail_default } from "../../CursorTrail-CgRMXbTG.js";
4
4
  export { componentDefinition, CursorTrail_default as default };
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/shaders/DropShadow/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAsB,MAAM,iBAAiB,CAAA;AAGzE,OAAO,EAAE,cAAc,EAAoB,MAAM,qCAAqC,CAAA;AAOtF,MAAM,WAAW,cAAc;IAC3B,KAAK,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC,CAAC,CAAC,CAAA;IAC3C,QAAQ,EAAE,MAAM,CAAA;IAChB,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,MAAM,CAAA;IACZ,SAAS,EAAE,MAAM,CAAA;IACjB,MAAM,EAAE,OAAO,CAAA;CAClB;AAED,eAAO,MAAM,mBAAmB,EAAE,mBAAmB,CAAC,cAAc,CAiHnE,CAAA;AAED,eAAe,mBAAmB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/shaders/DropShadow/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAsB,MAAM,iBAAiB,CAAA;AAGzE,OAAO,EAAE,cAAc,EAAoB,MAAM,qCAAqC,CAAA;AAOtF,MAAM,WAAW,cAAc;IAC3B,KAAK,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC,CAAC,CAAC,CAAA;IAC3C,QAAQ,EAAE,MAAM,CAAA;IAChB,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,MAAM,CAAA;IACZ,SAAS,EAAE,MAAM,CAAA;IACjB,MAAM,EAAE,OAAO,CAAA;CAClB;AAED,eAAO,MAAM,mBAAmB,EAAE,mBAAmB,CAAC,cAAc,CAkHnE,CAAA;AAED,eAAe,mBAAmB,CAAA"}
@@ -1,4 +1,4 @@
1
1
  import "../../transformations-B5lM6fYX.js";
2
2
  import "../../alpha-C4ptedXe.js";
3
- import { n as componentDefinition, t as DropShadow_default } from "../../DropShadow-jMhnYPXZ.js";
3
+ import { n as componentDefinition, t as DropShadow_default } from "../../DropShadow-B7FzTp4H.js";
4
4
  export { componentDefinition, DropShadow_default as default };
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/shaders/Duotone/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAAqB,MAAM,iBAAiB,CAAA;AAIvE,OAAO,EAAC,cAAc,EAAyC,MAAM,qCAAqC,CAAA;AAI1G,MAAM,WAAW,cAAc;IAC3B,MAAM,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC,CAAC,CAAC,CAAA;IAC5C,MAAM,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC,CAAC,CAAC,CAAA;IAC5C,KAAK,EAAE,MAAM,CAAA;IACb,UAAU,EAAE,MAAM,CAAA;CACrB;AAED,eAAO,MAAM,mBAAmB,EAAE,mBAAmB,CAAC,cAAc,CA6FnE,CAAA;AAED,eAAe,mBAAmB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/shaders/Duotone/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAAqB,MAAM,iBAAiB,CAAA;AAIvE,OAAO,EAAC,cAAc,EAAyC,MAAM,qCAAqC,CAAA;AAG1G,MAAM,WAAW,cAAc;IAC3B,MAAM,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC,CAAC,CAAC,CAAA;IAC5C,MAAM,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC,CAAC,CAAC,CAAA;IAC5C,KAAK,EAAE,MAAM,CAAA;IACb,UAAU,EAAE,MAAM,CAAA;CACrB;AAED,eAAO,MAAM,mBAAmB,EAAE,mBAAmB,CAAC,cAAc,CAqFnE,CAAA;AAED,eAAe,mBAAmB,CAAA"}
@@ -1,5 +1,4 @@
1
1
  import "../../transformations-B5lM6fYX.js";
2
- import "../../alpha-C4ptedXe.js";
3
2
  import "../../colorMixing-BPpDnR5I.js";
4
- import { n as componentDefinition, t as Duotone_default } from "../../Duotone-Bl02WcA2.js";
3
+ import { n as componentDefinition, t as Duotone_default } from "../../Duotone-CqQ0NMxS.js";
5
4
  export { componentDefinition, Duotone_default as default };
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/shaders/FloatingParticles/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAAqB,MAAM,iBAAiB,CAAA;AAIvE,OAAO,EAAC,cAAc,EAAC,MAAM,qCAAqC,CAAA;AAkClE,MAAM,WAAW,cAAc;IAC3B,UAAU,EAAE,MAAM,CAAA;IAClB,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,EAAE,MAAM,CAAA;IACb,YAAY,EAAE,MAAM,CAAA;IACpB,gBAAgB,EAAE,MAAM,CAAA;IACxB,OAAO,EAAE,MAAM,CAAA;IACf,KAAK,EAAE,MAAM,CAAA;IACb,aAAa,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC,CAAC,CAAC,CAAA;IACnD,aAAa,EAAE,MAAM,CAAA;IACrB,aAAa,EAAE,MAAM,CAAA;IACrB,eAAe,EAAE,MAAM,CAAA;CAC1B;AAED,eAAO,MAAM,mBAAmB,EAAE,mBAAmB,CAAC,cAAc,CA+MnE,CAAA;AAED,eAAe,mBAAmB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/shaders/FloatingParticles/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAAqB,MAAM,iBAAiB,CAAA;AAIvE,OAAO,EAAC,cAAc,EAAC,MAAM,qCAAqC,CAAA;AAkClE,MAAM,WAAW,cAAc;IAC3B,UAAU,EAAE,MAAM,CAAA;IAClB,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,EAAE,MAAM,CAAA;IACb,YAAY,EAAE,MAAM,CAAA;IACpB,gBAAgB,EAAE,MAAM,CAAA;IACxB,OAAO,EAAE,MAAM,CAAA;IACf,KAAK,EAAE,MAAM,CAAA;IACb,aAAa,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC,CAAC,CAAC,CAAA;IACnD,aAAa,EAAE,MAAM,CAAA;IACrB,aAAa,EAAE,MAAM,CAAA;IACrB,eAAe,EAAE,MAAM,CAAA;CAC1B;AAED,eAAO,MAAM,mBAAmB,EAAE,mBAAmB,CAAC,cAAc,CAyNnE,CAAA;AAED,eAAe,mBAAmB,CAAA"}
@@ -1,4 +1,4 @@
1
1
  import "../../transformations-B5lM6fYX.js";
2
2
  import "../../time-DUqSFWvT.js";
3
- import { n as componentDefinition, t as FloatingParticles_default } from "../../FloatingParticles-BtwGRl_d.js";
3
+ import { n as componentDefinition, t as FloatingParticles_default } from "../../FloatingParticles-DpYA0_TE.js";
4
4
  export { componentDefinition, FloatingParticles_default as default };
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/shaders/Form3D/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAAqB,MAAM,iBAAiB,CAAA;AAIvE,OAAO,EAAC,iBAAiB,EAAiB,MAAM,qCAAqC,CAAA;AAarF,MAAM,WAAW,cAAc;IAC3B,OAAO,EAAM,MAAM,CAAA;IACnB,WAAW,EAAE,MAAM,CAAA;IACnB,MAAM,EAAO,UAAU,CAAC,OAAO,iBAAiB,CAAC,CAAC,CAAC,CAAC,CAAA;IACpD,IAAI,EAAQ,MAAM,CAAA;IAClB,UAAU,EAAE,MAAM,CAAA;IAClB,QAAQ,EAAI,MAAM,CAAA;IAClB,MAAM,EAAM,MAAM,CAAA;IAClB,KAAK,EAAO,MAAM,CAAA;CACrB;AAED,eAAO,MAAM,mBAAmB,EAAE,mBAAmB,CAAC,cAAc,CA2OnE,CAAA;AAED,eAAe,mBAAmB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/shaders/Form3D/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAAqB,MAAM,iBAAiB,CAAA;AAIvE,OAAO,EAAC,iBAAiB,EAAiB,MAAM,qCAAqC,CAAA;AAarF,MAAM,WAAW,cAAc;IAC3B,OAAO,EAAM,MAAM,CAAA;IACnB,WAAW,EAAE,MAAM,CAAA;IACnB,MAAM,EAAO,UAAU,CAAC,OAAO,iBAAiB,CAAC,CAAC,CAAC,CAAC,CAAA;IACpD,IAAI,EAAQ,MAAM,CAAA;IAClB,UAAU,EAAE,MAAM,CAAA;IAClB,QAAQ,EAAI,MAAM,CAAA;IAClB,MAAM,EAAM,MAAM,CAAA;IAClB,KAAK,EAAO,MAAM,CAAA;CACrB;AAED,eAAO,MAAM,mBAAmB,EAAE,mBAAmB,CAAC,cAAc,CAoQnE,CAAA;AAED,eAAe,mBAAmB,CAAA"}
@@ -1,4 +1,4 @@
1
1
  import "../../transformations-B5lM6fYX.js";
2
2
  import "../../time-DUqSFWvT.js";
3
- import { n as componentDefinition, t as Form3D_default } from "../../Form3D-DaPbLGUi.js";
3
+ import { n as componentDefinition, t as Form3D_default } from "../../Form3D-Bufw6tZb.js";
4
4
  export { componentDefinition, Form3D_default as default };
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/shaders/Glass/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAA0D,MAAM,iBAAiB,CAAA;AAG5G,OAAO,EAAC,iBAAiB,EAAE,cAAc,EAAC,MAAM,qCAAqC,CAAA;AAarF,MAAM,WAAW,cAAc;IAC3B,MAAM,EAAE,UAAU,CAAC,OAAO,iBAAiB,CAAC,CAAC,CAAC,CAAC,CAAA;IAC/C,KAAK,EAAE,MAAM,CAAA;IACb,UAAU,EAAE,MAAM,CAAA;IAClB,YAAY,EAAE,MAAM,CAAA;IACpB,IAAI,EAAE,MAAM,CAAA;IACZ,SAAS,EAAE,MAAM,CAAA;IACjB,UAAU,EAAE,MAAM,CAAA;IAClB,MAAM,EAAE,OAAO,CAAA;IACf,SAAS,EAAE,MAAM,CAAA;IACjB,SAAS,EAAE,MAAM,CAAA;IACjB,cAAc,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC,CAAC,CAAC,CAAA;IACpD,iBAAiB,EAAE,MAAM,CAAA;IACzB,SAAS,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC,CAAC,CAAC,CAAA;IAC/C,aAAa,EAAE,MAAM,CAAA;IACrB,sBAAsB,EAAE,OAAO,CAAA;IAC/B,UAAU,EAAE,MAAM,CAAA;IAClB,OAAO,EAAE,MAAM,CAAA;IACf,eAAe,EAAE,MAAM,CAAA;IACvB,YAAY,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC,CAAC,CAAC,CAAA;IAClD,KAAK,EAAE,MAAM,CAAA;IACb,WAAW,EAAE,MAAM,CAAA;IACnB,SAAS,EAAE,MAAM,CAAA;CACpB;AAED,eAAO,MAAM,mBAAmB,EAAE,mBAAmB,CAAC,cAAc,CAqMnE,CAAA;AAED,eAAe,mBAAmB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/shaders/Glass/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAA0D,MAAM,iBAAiB,CAAA;AAG5G,OAAO,EAAC,iBAAiB,EAAE,cAAc,EAAC,MAAM,qCAAqC,CAAA;AAarF,MAAM,WAAW,cAAc;IAC3B,MAAM,EAAE,UAAU,CAAC,OAAO,iBAAiB,CAAC,CAAC,CAAC,CAAC,CAAA;IAC/C,KAAK,EAAE,MAAM,CAAA;IACb,UAAU,EAAE,MAAM,CAAA;IAClB,YAAY,EAAE,MAAM,CAAA;IACpB,IAAI,EAAE,MAAM,CAAA;IACZ,SAAS,EAAE,MAAM,CAAA;IACjB,UAAU,EAAE,MAAM,CAAA;IAClB,MAAM,EAAE,OAAO,CAAA;IACf,SAAS,EAAE,MAAM,CAAA;IACjB,SAAS,EAAE,MAAM,CAAA;IACjB,cAAc,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC,CAAC,CAAC,CAAA;IACpD,iBAAiB,EAAE,MAAM,CAAA;IACzB,SAAS,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC,CAAC,CAAC,CAAA;IAC/C,aAAa,EAAE,MAAM,CAAA;IACrB,sBAAsB,EAAE,OAAO,CAAA;IAC/B,UAAU,EAAE,MAAM,CAAA;IAClB,OAAO,EAAE,MAAM,CAAA;IACf,eAAe,EAAE,MAAM,CAAA;IACvB,YAAY,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC,CAAC,CAAC,CAAA;IAClD,KAAK,EAAE,MAAM,CAAA;IACb,WAAW,EAAE,MAAM,CAAA;IACnB,SAAS,EAAE,MAAM,CAAA;CACpB;AAED,eAAO,MAAM,mBAAmB,EAAE,mBAAmB,CAAC,cAAc,CAsMnE,CAAA;AAED,eAAe,mBAAmB,CAAA"}
@@ -1,5 +1,5 @@
1
1
  import "../../transformations-B5lM6fYX.js";
2
- import "../../computeBlur-DeXZ99YL.js";
2
+ import "../../computeBlur-DCRhuYEi.js";
3
3
  import "../../sdf-DyC2H_qS.js";
4
- import { n as componentDefinition, t as Glass_default } from "../../Glass-TRSXbuE6.js";
4
+ import { n as componentDefinition, t as Glass_default } from "../../Glass-Bz9IKI2q.js";
5
5
  export { componentDefinition, Glass_default as default };
@@ -14,9 +14,9 @@ export interface ComponentProps {
14
14
  */
15
15
  threshold: number;
16
16
  /**
17
- * Size/spread of the glow effect
17
+ * Glow spread in pixels (clean up to ~72px, mild banding above)
18
18
  *
19
- * @default 10
19
+ * @default 25
20
20
  */
21
21
  size: number;
22
22
  }
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/shaders/Glow/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAAwC,MAAM,iBAAiB,CAAA;AAM1F,MAAM,WAAW,cAAc;IAC3B,SAAS,EAAE,MAAM,CAAA;IACjB,SAAS,EAAE,MAAM,CAAA;IACjB,IAAI,EAAE,MAAM,CAAA;CACf;AAED,eAAO,MAAM,mBAAmB,EAAE,mBAAmB,CAAC,cAAc,CAwLnE,CAAA;AAED,eAAe,mBAAmB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/shaders/Glow/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAAwC,MAAM,iBAAiB,CAAA;AAY1F,MAAM,WAAW,cAAc;IAC3B,SAAS,EAAE,MAAM,CAAA;IACjB,SAAS,EAAE,MAAM,CAAA;IACjB,IAAI,EAAE,MAAM,CAAA;CACf;AAED,eAAO,MAAM,mBAAmB,EAAE,mBAAmB,CAAC,cAAc,CAyNnE,CAAA;AAED,eAAe,mBAAmB,CAAA"}
@@ -1,4 +1,4 @@
1
1
  import "../../alpha-C4ptedXe.js";
2
- import "../../computeBlur-DeXZ99YL.js";
3
- import { n as componentDefinition, t as Glow_default } from "../../Glow-8bKkyehK.js";
2
+ import "../../computeBlur-DCRhuYEi.js";
3
+ import { n as componentDefinition, t as Glow_default } from "../../Glow-CUv1yHLZ.js";
4
4
  export { componentDefinition, Glow_default as default };
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/shaders/GridDistortion/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAAwC,MAAM,iBAAiB,CAAA;AAa1F,MAAM,WAAW,cAAc;IAC3B,SAAS,EAAE,MAAM,CAAA;IACjB,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,EAAE,MAAM,CAAA;IACd,QAAQ,EAAE,MAAM,CAAA;IAChB,KAAK,EAAE,MAAM,CAAA;CAChB;AAoCD,eAAO,MAAM,mBAAmB,EAAE,mBAAmB,CAAC,cAAc,CAuQnE,CAAA;AAED,eAAe,mBAAmB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/shaders/GridDistortion/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAAwC,MAAM,iBAAiB,CAAA;AAa1F,MAAM,WAAW,cAAc;IAC3B,SAAS,EAAE,MAAM,CAAA;IACjB,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,EAAE,MAAM,CAAA;IACd,QAAQ,EAAE,MAAM,CAAA;IAChB,KAAK,EAAE,MAAM,CAAA;CAChB;AAoCD,eAAO,MAAM,mBAAmB,EAAE,mBAAmB,CAAC,cAAc,CA+QnE,CAAA;AAED,eAAe,mBAAmB,CAAA"}
@@ -1,5 +1,5 @@
1
1
  import "../../edges-CfGcQniB.js";
2
2
  import "../../transformations-B5lM6fYX.js";
3
3
  import "../../alpha-C4ptedXe.js";
4
- import { n as componentDefinition, t as GridDistortion_default } from "../../GridDistortion-CpSiGEGV.js";
4
+ import { n as componentDefinition, t as GridDistortion_default } from "../../GridDistortion-SRyevgsp.js";
5
5
  export { componentDefinition, GridDistortion_default as default };
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/shaders/HueShift/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAAqB,MAAM,iBAAiB,CAAA;AAIvE,MAAM,WAAW,cAAc;IAC3B,KAAK,EAAE,MAAM,CAAA;CAChB;AAED,eAAO,MAAM,mBAAmB,EAAE,mBAAmB,CAAC,cAAc,CA4DnE,CAAA;AAED,eAAe,mBAAmB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/shaders/HueShift/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAAqB,MAAM,iBAAiB,CAAA;AAIvE,MAAM,WAAW,cAAc;IAC3B,KAAK,EAAE,MAAM,CAAA;CAChB;AAED,eAAO,MAAM,mBAAmB,EAAE,mBAAmB,CAAC,cAAc,CAmEnE,CAAA;AAED,eAAe,mBAAmB,CAAA"}
@@ -1,2 +1,2 @@
1
- import { n as componentDefinition, t as HueShift_default } from "../../HueShift-BtGVMu7q.js";
1
+ import { n as componentDefinition, t as HueShift_default } from "../../HueShift-ctEX5vfo.js";
2
2
  export { componentDefinition, HueShift_default as default };
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/shaders/ImageTexture/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAAqB,MAAM,iBAAiB,CAAA;AAMvE,MAAM,WAAW,cAAc;IAC3B,GAAG,EAAE,MAAM,CAAA;IACX,SAAS,EAAE,MAAM,CAAA;CACpB;AAED,eAAO,MAAM,mBAAmB,EAAE,mBAAmB,CAAC,cAAc,CAsTnE,CAAA;AAED,eAAe,mBAAmB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/shaders/ImageTexture/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAAqB,MAAM,iBAAiB,CAAA;AAMvE,MAAM,WAAW,cAAc;IAC3B,GAAG,EAAE,MAAM,CAAA;IACX,SAAS,EAAE,MAAM,CAAA;CACpB;AAED,eAAO,MAAM,mBAAmB,EAAE,mBAAmB,CAAC,cAAc,CAiTnE,CAAA;AAED,eAAe,mBAAmB,CAAA"}
@@ -1,2 +1,2 @@
1
- import { n as componentDefinition, t as ImageTexture_default } from "../../ImageTexture-CrX_9-f0.js";
1
+ import { n as componentDefinition, t as ImageTexture_default } from "../../ImageTexture-uxj4LpF7.js";
2
2
  export { componentDefinition, ImageTexture_default as default };
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/shaders/Liquify/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAAwC,MAAM,iBAAiB,CAAA;AAa1F,MAAM,WAAW,cAAc;IAC3B,SAAS,EAAE,MAAM,CAAA;IACjB,SAAS,EAAE,MAAM,CAAA;IACjB,OAAO,EAAE,MAAM,CAAA;IACf,MAAM,EAAE,MAAM,CAAA;IACd,KAAK,EAAE,MAAM,CAAA;CAChB;AAID,eAAO,MAAM,mBAAmB,EAAE,mBAAmB,CAAC,cAAc,CA4ZnE,CAAA;AAED,eAAe,mBAAmB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/shaders/Liquify/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAAwC,MAAM,iBAAiB,CAAA;AAa1F,MAAM,WAAW,cAAc;IAC3B,SAAS,EAAE,MAAM,CAAA;IACjB,SAAS,EAAE,MAAM,CAAA;IACjB,OAAO,EAAE,MAAM,CAAA;IACf,MAAM,EAAE,MAAM,CAAA;IACd,KAAK,EAAE,MAAM,CAAA;CAChB;AAID,eAAO,MAAM,mBAAmB,EAAE,mBAAmB,CAAC,cAAc,CAsanE,CAAA;AAED,eAAe,mBAAmB,CAAA"}
@@ -1,5 +1,5 @@
1
1
  import "../../edges-CfGcQniB.js";
2
2
  import "../../transformations-B5lM6fYX.js";
3
3
  import "../../alpha-C4ptedXe.js";
4
- import { n as componentDefinition, t as Liquify_default } from "../../Liquify-D9YIfbfB.js";
4
+ import { n as componentDefinition, t as Liquify_default } from "../../Liquify-p-_qcb1f.js";
5
5
  export { componentDefinition, Liquify_default as default };
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/shaders/ProgressiveBlur/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAAwC,MAAM,iBAAiB,CAAA;AAM1F,OAAO,EAAC,cAAc,EAAC,MAAM,qCAAqC,CAAA;AAClE,OAAO,EAAC,iBAAiB,EAAC,MAAM,qCAAqC,CAAA;AAErE,MAAM,WAAW,cAAc;IAC3B,SAAS,EAAE,MAAM,CAAA;IACjB,KAAK,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC,CAAC,CAAC,CAAA;IAC3C,MAAM,EAAE,UAAU,CAAC,OAAO,iBAAiB,CAAC,CAAC,CAAC,CAAC,CAAA;IAC/C,OAAO,EAAE,MAAM,CAAA;CAClB;AAED,eAAO,MAAM,mBAAmB,EAAE,mBAAmB,CAAC,cAAc,CAyPnE,CAAA;AAED,eAAe,mBAAmB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/shaders/ProgressiveBlur/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAAwC,MAAM,iBAAiB,CAAA;AAM1F,OAAO,EAAC,cAAc,EAAC,MAAM,qCAAqC,CAAA;AAClE,OAAO,EAAC,iBAAiB,EAAC,MAAM,qCAAqC,CAAA;AAErE,MAAM,WAAW,cAAc;IAC3B,SAAS,EAAE,MAAM,CAAA;IACjB,KAAK,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC,CAAC,CAAC,CAAA;IAC3C,MAAM,EAAE,UAAU,CAAC,OAAO,iBAAiB,CAAC,CAAC,CAAC,CAAC,CAAA;IAC/C,OAAO,EAAE,MAAM,CAAA;CAClB;AAED,eAAO,MAAM,mBAAmB,EAAE,mBAAmB,CAAC,cAAc,CA6QnE,CAAA;AAED,eAAe,mBAAmB,CAAA"}
@@ -1,5 +1,5 @@
1
1
  import "../../transformations-B5lM6fYX.js";
2
2
  import "../../alpha-C4ptedXe.js";
3
- import "../../computeBlur-DeXZ99YL.js";
4
- import { n as componentDefinition, t as ProgressiveBlur_default } from "../../ProgressiveBlur-B_z0pZ1V.js";
3
+ import "../../computeBlur-DCRhuYEi.js";
4
+ import { n as componentDefinition, t as ProgressiveBlur_default } from "../../ProgressiveBlur-NbvxFfRa.js";
5
5
  export { componentDefinition, ProgressiveBlur_default as default };
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/shaders/Saturation/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAAqB,MAAM,iBAAiB,CAAA;AAIvE,MAAM,WAAW,cAAc;IAC3B,SAAS,EAAE,MAAM,CAAA;CACpB;AAED,eAAO,MAAM,mBAAmB,EAAE,mBAAmB,CAAC,cAAc,CAwBnE,CAAA;AAED,eAAe,mBAAmB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/shaders/Saturation/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAAqB,MAAM,iBAAiB,CAAA;AAIvE,MAAM,WAAW,cAAc;IAC3B,SAAS,EAAE,MAAM,CAAA;CACpB;AAED,eAAO,MAAM,mBAAmB,EAAE,mBAAmB,CAAC,cAAc,CA8BnE,CAAA;AAED,eAAe,mBAAmB,CAAA"}
@@ -1,2 +1,2 @@
1
- import { n as componentDefinition, t as Saturation_default } from "../../Saturation-CB19kOXg.js";
1
+ import { n as componentDefinition, t as Saturation_default } from "../../Saturation-DCFAIUvZ.js";
2
2
  export { componentDefinition, Saturation_default as default };
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/shaders/Sharpness/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAAqB,MAAM,iBAAiB,CAAA;AAKvE,MAAM,WAAW,cAAc;IAC3B,SAAS,EAAE,MAAM,CAAA;CACpB;AAED,eAAO,MAAM,mBAAmB,EAAE,mBAAmB,CAAC,cAAc,CAuDnE,CAAA;AAED,eAAe,mBAAmB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/shaders/Sharpness/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAAqB,MAAM,iBAAiB,CAAA;AAKvE,MAAM,WAAW,cAAc;IAC3B,SAAS,EAAE,MAAM,CAAA;CACpB;AAED,eAAO,MAAM,mBAAmB,EAAE,mBAAmB,CAAC,cAAc,CA+DnE,CAAA;AAED,eAAe,mBAAmB,CAAA"}
@@ -1,3 +1,3 @@
1
1
  import "../../alpha-C4ptedXe.js";
2
- import { n as componentDefinition, t as Sharpness_default } from "../../Sharpness-CQOboeqy.js";
2
+ import { n as componentDefinition, t as Sharpness_default } from "../../Sharpness-DSpEoCSL.js";
3
3
  export { componentDefinition, Sharpness_default as default };
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/shaders/Shatter/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAAwC,MAAM,iBAAiB,CAAA;AAc1F,MAAM,WAAW,cAAc;IAC3B,UAAU,EAAE,MAAM,CAAA;IAClB,SAAS,EAAE,MAAM,CAAA;IACjB,MAAM,EAAE,MAAM,CAAA;IACd,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,MAAM,CAAA;IACZ,cAAc,EAAE,MAAM,CAAA;IACtB,kBAAkB,EAAE,MAAM,CAAA;IAC1B,aAAa,EAAE,MAAM,CAAA;IACrB,KAAK,EAAE,MAAM,CAAA;CAChB;AAUD,eAAO,MAAM,mBAAmB,EAAE,mBAAmB,CAAC,cAAc,CAuZnE,CAAA;AAED,eAAe,mBAAmB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/shaders/Shatter/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAAwC,MAAM,iBAAiB,CAAA;AAc1F,MAAM,WAAW,cAAc;IAC3B,UAAU,EAAE,MAAM,CAAA;IAClB,SAAS,EAAE,MAAM,CAAA;IACjB,MAAM,EAAE,MAAM,CAAA;IACd,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,MAAM,CAAA;IACZ,cAAc,EAAE,MAAM,CAAA;IACtB,kBAAkB,EAAE,MAAM,CAAA;IAC1B,aAAa,EAAE,MAAM,CAAA;IACrB,KAAK,EAAE,MAAM,CAAA;CAChB;AAUD,eAAO,MAAM,mBAAmB,EAAE,mBAAmB,CAAC,cAAc,CAqanE,CAAA;AAED,eAAe,mBAAmB,CAAA"}
@@ -1,5 +1,5 @@
1
1
  import "../../edges-CfGcQniB.js";
2
2
  import "../../transformations-B5lM6fYX.js";
3
3
  import "../../alpha-C4ptedXe.js";
4
- import { n as componentDefinition, t as Shatter_default } from "../../Shatter-SHNbU2KC.js";
4
+ import { n as componentDefinition, t as Shatter_default } from "../../Shatter-ByKkCYTR.js";
5
5
  export { componentDefinition, Shatter_default as default };
@@ -15,6 +15,13 @@ export interface ComponentProps {
15
15
  * @default "#000000"
16
16
  */
17
17
  colorB: string;
18
+ /**
19
+ * Color space for color interpolation
20
+ *
21
+ * Accepts one of the predefined option values.
22
+ * @default "linear"
23
+ */
24
+ colorSpace: string;
18
25
  /**
19
26
  * Pattern scale (higher = larger patterns)
20
27
  *
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/shaders/SimplexNoise/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAAqB,MAAM,iBAAiB,CAAA;AAQvE,MAAM,WAAW,cAAc;IAC3B,MAAM,EAAE,MAAM,CAAA;IACd,MAAM,EAAE,MAAM,CAAA;IACd,KAAK,EAAE,MAAM,CAAA;IACb,OAAO,EAAE,MAAM,CAAA;IACf,QAAQ,EAAE,MAAM,CAAA;IAChB,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,CAAA;CAChB;AAED,eAAO,MAAM,mBAAmB,EAAE,mBAAmB,CAAC,cAAc,CAyEnE,CAAA;AAED,eAAe,mBAAmB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/shaders/SimplexNoise/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAAqB,MAAM,iBAAiB,CAAA;AAQvE,MAAM,WAAW,cAAc;IAC3B,MAAM,EAAE,MAAM,CAAA;IACd,MAAM,EAAE,MAAM,CAAA;IACd,UAAU,EAAE,MAAM,CAAA;IAClB,KAAK,EAAE,MAAM,CAAA;IACb,OAAO,EAAE,MAAM,CAAA;IACf,QAAQ,EAAE,MAAM,CAAA;IAChB,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,CAAA;CAChB;AAED,eAAO,MAAM,mBAAmB,EAAE,mBAAmB,CAAC,cAAc,CAqFnE,CAAA;AAED,eAAe,mBAAmB,CAAA"}
@@ -1,5 +1,5 @@
1
1
  import "../../transformations-B5lM6fYX.js";
2
2
  import "../../colorMixing-BPpDnR5I.js";
3
3
  import "../../time-DUqSFWvT.js";
4
- import { n as componentDefinition, t as SimplexNoise_default } from "../../SimplexNoise-BcSgytjc.js";
4
+ import { n as componentDefinition, t as SimplexNoise_default } from "../../SimplexNoise-CMuU8n27.js";
5
5
  export { componentDefinition, SimplexNoise_default as default };