shaders 2.5.103 → 2.5.104

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 (223) hide show
  1. package/dist/core/Fog-DhFHErOx.js +674 -0
  2. package/dist/core/Smoke-LIDjCv7f.js +629 -0
  3. package/dist/core/SmokeFill-ChSIfTxW.js +641 -0
  4. package/dist/core/{VideoTexture-DnHIs4pp.js → VideoTexture-SWLe5c3m.js} +1 -1
  5. package/dist/core/{WebcamTexture-XBDo2kgN.js → WebcamTexture-cXPyEumA.js} +1 -1
  6. package/dist/core/index.js +73 -70
  7. package/dist/core/registry.js +72 -69
  8. package/dist/core/renderer.d.ts.map +1 -1
  9. package/dist/core/shaderRegistry-CVhdTDhR.js +252 -0
  10. package/dist/core/shaderRegistry.d.ts.map +1 -1
  11. package/dist/core/shaders/Fog/index.d.ts +78 -0
  12. package/dist/core/shaders/Fog/index.d.ts.map +1 -0
  13. package/dist/core/shaders/Fog/index.js +4 -0
  14. package/dist/core/shaders/Form3D/index.js +1 -1
  15. package/dist/core/shaders/Glass/index.js +1 -1
  16. package/dist/core/shaders/GlassTiles/index.js +1 -1
  17. package/dist/core/shaders/Glitch/index.js +1 -1
  18. package/dist/core/shaders/Glow/index.js +1 -1
  19. package/dist/core/shaders/Godrays/index.js +1 -1
  20. package/dist/core/shaders/Grayscale/index.js +1 -1
  21. package/dist/core/shaders/Grid/index.js +1 -1
  22. package/dist/core/shaders/GridDistortion/index.js +1 -1
  23. package/dist/core/shaders/Group/index.js +1 -1
  24. package/dist/core/shaders/Halftone/index.js +1 -1
  25. package/dist/core/shaders/HexGrid/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/MultiPointGradient/index.js +1 -1
  36. package/dist/core/shaders/Neon/index.js +1 -1
  37. package/dist/core/shaders/Paper/index.js +1 -1
  38. package/dist/core/shaders/Perspective/index.js +1 -1
  39. package/dist/core/shaders/Pixelate/index.js +1 -1
  40. package/dist/core/shaders/Plasma/index.js +1 -1
  41. package/dist/core/shaders/PolarCoordinates/index.js +1 -1
  42. package/dist/core/shaders/Polygon/index.js +1 -1
  43. package/dist/core/shaders/Posterize/index.js +1 -1
  44. package/dist/core/shaders/ProgressiveBlur/index.js +1 -1
  45. package/dist/core/shaders/RadialGradient/index.js +1 -1
  46. package/dist/core/shaders/RectangularCoordinates/index.js +1 -1
  47. package/dist/core/shaders/Ring/index.js +1 -1
  48. package/dist/core/shaders/Ripples/index.js +1 -1
  49. package/dist/core/shaders/RoundedRect/index.js +1 -1
  50. package/dist/core/shaders/Saturation/index.js +1 -1
  51. package/dist/core/shaders/Sharpness/index.js +1 -1
  52. package/dist/core/shaders/Shatter/index.js +1 -1
  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/Smoke/index.d.ts +113 -0
  56. package/dist/core/shaders/Smoke/index.d.ts.map +1 -0
  57. package/dist/core/shaders/Smoke/index.js +4 -0
  58. package/dist/core/shaders/SmokeFill/index.d.ts +145 -0
  59. package/dist/core/shaders/SmokeFill/index.d.ts.map +1 -0
  60. package/dist/core/shaders/SmokeFill/index.js +5 -0
  61. package/dist/core/shaders/Solarize/index.js +1 -1
  62. package/dist/core/shaders/SolidColor/index.js +1 -1
  63. package/dist/core/shaders/Spherize/index.js +1 -1
  64. package/dist/core/shaders/Spiral/index.js +1 -1
  65. package/dist/core/shaders/Star/index.js +1 -1
  66. package/dist/core/shaders/Strands/index.js +1 -1
  67. package/dist/core/shaders/Stretch/index.js +1 -1
  68. package/dist/core/shaders/Stripes/index.js +1 -1
  69. package/dist/core/shaders/StudioBackground/index.js +1 -1
  70. package/dist/core/shaders/Swirl/index.js +1 -1
  71. package/dist/core/shaders/TiltShift/index.js +1 -1
  72. package/dist/core/shaders/Tint/index.js +1 -1
  73. package/dist/core/shaders/Trapezoid/index.js +1 -1
  74. package/dist/core/shaders/Tritone/index.js +1 -1
  75. package/dist/core/shaders/Truchet/index.js +1 -1
  76. package/dist/core/shaders/Twirl/index.js +1 -1
  77. package/dist/core/shaders/VHS/index.js +1 -1
  78. package/dist/core/shaders/Vesica/index.js +1 -1
  79. package/dist/core/shaders/Vibrance/index.js +1 -1
  80. package/dist/core/shaders/VideoTexture/index.js +2 -2
  81. package/dist/core/shaders/Vignette/index.js +1 -1
  82. package/dist/core/shaders/Voronoi/index.js +1 -1
  83. package/dist/core/shaders/WaveDistortion/index.js +1 -1
  84. package/dist/core/shaders/Weave/index.js +1 -1
  85. package/dist/core/shaders/WebcamTexture/index.js +2 -2
  86. package/dist/core/shaders/ZoomBlur/index.js +1 -1
  87. package/dist/js/createShader.js +1 -1
  88. package/dist/js/utils/generatePresetCode.d.ts.map +1 -1
  89. package/dist/js/utils/generatePresetCode.js +67 -0
  90. package/dist/react/Fog.js +223 -0
  91. package/dist/react/Preview.js +3 -0
  92. package/dist/react/Shader.js +1 -1
  93. package/dist/react/Smoke.js +223 -0
  94. package/dist/react/SmokeFill.js +223 -0
  95. package/dist/react/components/Fog.d.ts +31 -0
  96. package/dist/react/components/Fog.d.ts.map +1 -0
  97. package/dist/react/components/Smoke.d.ts +33 -0
  98. package/dist/react/components/Smoke.d.ts.map +1 -0
  99. package/dist/react/components/SmokeFill.d.ts +34 -0
  100. package/dist/react/components/SmokeFill.d.ts.map +1 -0
  101. package/dist/react/engine/Preview.d.ts.map +1 -1
  102. package/dist/react/index.d.ts +3 -0
  103. package/dist/react/index.d.ts.map +1 -1
  104. package/dist/react/index.js +4 -1
  105. package/dist/react/utils/generatePresetCode.d.ts.map +1 -1
  106. package/dist/react/utils/generatePresetCode.js +67 -0
  107. package/dist/registry.js +1189 -0
  108. package/dist/solid/components/Fog.d.ts +28 -0
  109. package/dist/solid/components/Fog.d.ts.map +1 -0
  110. package/dist/solid/components/Fog.js +228 -0
  111. package/dist/solid/components/Smoke.d.ts +30 -0
  112. package/dist/solid/components/Smoke.d.ts.map +1 -0
  113. package/dist/solid/components/Smoke.js +228 -0
  114. package/dist/solid/components/SmokeFill.d.ts +31 -0
  115. package/dist/solid/components/SmokeFill.d.ts.map +1 -0
  116. package/dist/solid/components/SmokeFill.js +228 -0
  117. package/dist/solid/engine/Preview.d.ts.map +1 -1
  118. package/dist/solid/engine/Preview.js +162 -156
  119. package/dist/solid/engine/Shader.js +1 -1
  120. package/dist/solid/index.d.ts +3 -0
  121. package/dist/solid/index.d.ts.map +1 -1
  122. package/dist/solid/index.js +144 -138
  123. package/dist/solid/utils/generatePresetCode.d.ts.map +1 -1
  124. package/dist/solid/utils/generatePresetCode.js +67 -0
  125. package/dist/svelte/components/Fog.svelte.d.ts +19 -0
  126. package/dist/svelte/components/Smoke.svelte.d.ts +20 -0
  127. package/dist/svelte/components/SmokeFill.svelte.d.ts +21 -0
  128. package/dist/svelte/{generatePresetCode-psTzYsW3.js → generatePresetCode-DR_OAIL7.js} +67 -0
  129. package/dist/svelte/index.d.ts +3 -0
  130. package/dist/svelte/index.js +1151 -551
  131. package/dist/svelte/source/components/Fog.svelte +325 -0
  132. package/dist/svelte/source/components/Smoke.svelte +326 -0
  133. package/dist/svelte/source/components/SmokeFill.svelte +327 -0
  134. package/dist/svelte/source/engine/Preview.svelte +6 -0
  135. package/dist/svelte/source/index.js +3 -0
  136. package/dist/svelte/utils/generatePresetCode.js +1 -1
  137. package/dist/vue/Fog.js +3 -0
  138. package/dist/vue/Fog.vue_vue_type_script_setup_true_lang.js +222 -0
  139. package/dist/vue/Preview.vue_vue_type_script_setup_true_lang.js +6 -0
  140. package/dist/vue/Shader.vue_vue_type_script_setup_true_lang.js +1 -1
  141. package/dist/vue/Smoke.js +3 -0
  142. package/dist/vue/Smoke.vue_vue_type_script_setup_true_lang.js +227 -0
  143. package/dist/vue/SmokeFill.js +3 -0
  144. package/dist/vue/SmokeFill.vue_vue_type_script_setup_true_lang.js +232 -0
  145. package/dist/vue/components/Fog.vue.d.ts +54 -0
  146. package/dist/vue/components/Fog.vue.d.ts.map +1 -0
  147. package/dist/vue/components/Smoke.vue.d.ts +55 -0
  148. package/dist/vue/components/Smoke.vue.d.ts.map +1 -0
  149. package/dist/vue/components/SmokeFill.vue.d.ts +56 -0
  150. package/dist/vue/components/SmokeFill.vue.d.ts.map +1 -0
  151. package/dist/vue/index.d.ts +3 -0
  152. package/dist/vue/index.d.ts.map +1 -1
  153. package/dist/vue/index.js +4 -1
  154. package/dist/vue/utils/generatePresetCode.d.ts.map +1 -1
  155. package/dist/vue/utils/generatePresetCode.js +67 -0
  156. package/package.json +25 -1
  157. package/dist/core/shaderRegistry-BWuH2me2.js +0 -246
  158. /package/dist/core/{Form3D-rKpxb9t3.js → Form3D-DaPbLGUi.js} +0 -0
  159. /package/dist/core/{Glass-C04tCmBL.js → Glass-CpcmrDfm.js} +0 -0
  160. /package/dist/core/{GlassTiles-k1C4a4u8.js → GlassTiles-Dgh6nOaE.js} +0 -0
  161. /package/dist/core/{Glitch-DzPMkBu4.js → Glitch-BsbzLahF.js} +0 -0
  162. /package/dist/core/{Glow-BwaPYDRZ.js → Glow-Ft2x2QHL.js} +0 -0
  163. /package/dist/core/{Godrays-DAYmq-BP.js → Godrays-D1LINbut.js} +0 -0
  164. /package/dist/core/{Grayscale-lYKBBkGY.js → Grayscale-Ri-695Uh.js} +0 -0
  165. /package/dist/core/{Grid-BJ-nxN3i.js → Grid-BYSsAIEv.js} +0 -0
  166. /package/dist/core/{GridDistortion-DtaRNrTZ.js → GridDistortion-DWFGD8ya.js} +0 -0
  167. /package/dist/core/{Group-DpozigtX.js → Group-CkhjTW59.js} +0 -0
  168. /package/dist/core/{Halftone-XFa7by1s.js → Halftone-BUCDTTAU.js} +0 -0
  169. /package/dist/core/{HexGrid-D-EmQ4kI.js → HexGrid-BUiDrehv.js} +0 -0
  170. /package/dist/core/{HueShift-D9K0ynaS.js → HueShift-BtGVMu7q.js} +0 -0
  171. /package/dist/core/{ImageTexture-CArkZMfh.js → ImageTexture-CrX_9-f0.js} +0 -0
  172. /package/dist/core/{Invert-DCnwo_Xq.js → Invert-azYrcDMi.js} +0 -0
  173. /package/dist/core/{Kaleidoscope-BytHro3k.js → Kaleidoscope-CFWtKisp.js} +0 -0
  174. /package/dist/core/{LensFlare-B0vv4x97.js → LensFlare-ttrXgfea.js} +0 -0
  175. /package/dist/core/{LinearBlur-BFewxPjV.js → LinearBlur-By2aD8OO.js} +0 -0
  176. /package/dist/core/{LinearGradient-BKUf_u7r.js → LinearGradient-CM02z32l.js} +0 -0
  177. /package/dist/core/{Liquify-cE5dxrfh.js → Liquify-CyXo6vAH.js} +0 -0
  178. /package/dist/core/{Mirror-DIle92J8.js → Mirror-B7XmfGdw.js} +0 -0
  179. /package/dist/core/{MultiPointGradient-DDwac_mm.js → MultiPointGradient-8zGSIM4U.js} +0 -0
  180. /package/dist/core/{Neon-Dg8UfC7P.js → Neon-C1JlexhM.js} +0 -0
  181. /package/dist/core/{Paper-bMSMCeYK.js → Paper-B08rxNys.js} +0 -0
  182. /package/dist/core/{Perspective-BmfvQV6W.js → Perspective-BN_OpTZq.js} +0 -0
  183. /package/dist/core/{Pixelate-Dl26r6IT.js → Pixelate-dxPAFCRu.js} +0 -0
  184. /package/dist/core/{Plasma-CJWS1TvX.js → Plasma-DGCw0cd7.js} +0 -0
  185. /package/dist/core/{PolarCoordinates-lq6K4WBm.js → PolarCoordinates-CMYCFT4S.js} +0 -0
  186. /package/dist/core/{Polygon-DRCs3CYs.js → Polygon-CsCOt5YE.js} +0 -0
  187. /package/dist/core/{Posterize-BjH7Zscm.js → Posterize-Blv9pzPT.js} +0 -0
  188. /package/dist/core/{ProgressiveBlur-B8xwWyTM.js → ProgressiveBlur-Cx6eR7o9.js} +0 -0
  189. /package/dist/core/{RadialGradient-DiGFPgrn.js → RadialGradient-De0gtdh3.js} +0 -0
  190. /package/dist/core/{RectangularCoordinates-COkNDxi0.js → RectangularCoordinates-8Sa2GaDy.js} +0 -0
  191. /package/dist/core/{Ring-QApyKPzE.js → Ring-kHH-DIDQ.js} +0 -0
  192. /package/dist/core/{Ripples-C8Q17Hvz.js → Ripples-Bf6Zwg6X.js} +0 -0
  193. /package/dist/core/{RoundedRect-Ca9af9xe.js → RoundedRect-B0sWh2BN.js} +0 -0
  194. /package/dist/core/{Saturation-CgDaiq6n.js → Saturation-CB19kOXg.js} +0 -0
  195. /package/dist/core/{Sharpness-CRXT0D30.js → Sharpness-CQOboeqy.js} +0 -0
  196. /package/dist/core/{Shatter-BssZTRYJ.js → Shatter-BhK75BiG.js} +0 -0
  197. /package/dist/core/{SimplexNoise-KfTCAfpL.js → SimplexNoise-BcSgytjc.js} +0 -0
  198. /package/dist/core/{SineWave-Ckeap_YM.js → SineWave-VTNDSK_g.js} +0 -0
  199. /package/dist/core/{Solarize-DhtQYYpW.js → Solarize-CWDgSBiv.js} +0 -0
  200. /package/dist/core/{SolidColor-6yUkGybH.js → SolidColor-DhMdM3bE.js} +0 -0
  201. /package/dist/core/{Spherize-8LXrGGG_.js → Spherize-BZxwopX8.js} +0 -0
  202. /package/dist/core/{Spiral-Bs7uZrBr.js → Spiral-gpkw37l1.js} +0 -0
  203. /package/dist/core/{Star-DiXwnPGP.js → Star-WJAOZ5P5.js} +0 -0
  204. /package/dist/core/{Strands-DsAAVemq.js → Strands-DOthZNHt.js} +0 -0
  205. /package/dist/core/{Stretch-D7P2R5lV.js → Stretch--GV6hbru.js} +0 -0
  206. /package/dist/core/{Stripes-DF8agIiJ.js → Stripes-CFCXw1_N.js} +0 -0
  207. /package/dist/core/{StudioBackground-BFeNfwEu.js → StudioBackground-DJr-cxOL.js} +0 -0
  208. /package/dist/core/{Swirl-BwezrSAA.js → Swirl-By5FadQK.js} +0 -0
  209. /package/dist/core/{TiltShift-CI3FlfYk.js → TiltShift-Dh8wc9GG.js} +0 -0
  210. /package/dist/core/{Tint-BdXlqlzz.js → Tint-DaTx2HII.js} +0 -0
  211. /package/dist/core/{Trapezoid-BX_hmeZJ.js → Trapezoid-Co0sIA73.js} +0 -0
  212. /package/dist/core/{Tritone-BlJ7cchN.js → Tritone-C9Yx69Tw.js} +0 -0
  213. /package/dist/core/{Truchet-Bnn0fwbF.js → Truchet-CkFSkniR.js} +0 -0
  214. /package/dist/core/{Twirl-C5ijhqz1.js → Twirl-v8pLqUTN.js} +0 -0
  215. /package/dist/core/{VHS-CQJ1hV_D.js → VHS-mKd1QBBj.js} +0 -0
  216. /package/dist/core/{Vesica-DU0f85NG.js → Vesica-CxP7UD0a.js} +0 -0
  217. /package/dist/core/{Vibrance-CGvYDeds.js → Vibrance-WR5yQv_9.js} +0 -0
  218. /package/dist/core/{Vignette-BJaonUVL.js → Vignette-hAIKTi35.js} +0 -0
  219. /package/dist/core/{Voronoi-DZemzWA4.js → Voronoi-DOGmwUSK.js} +0 -0
  220. /package/dist/core/{WaveDistortion--Y-m667K.js → WaveDistortion-BGdgj3Iz.js} +0 -0
  221. /package/dist/core/{Weave-CtyohvHz.js → Weave-CIP_EUPa.js} +0 -0
  222. /package/dist/core/{ZoomBlur-BwkhsFRE.js → ZoomBlur-BuIVpHGG.js} +0 -0
  223. /package/dist/core/{browser-DTNngPey.js → browser-D8zonASQ.js} +0 -0
@@ -1,4 +1,4 @@
1
- import { n as generatePresetCode } from "./generatePresetCode-psTzYsW3.js";
1
+ import { n as generatePresetCode } from "./generatePresetCode-DR_OAIL7.js";
2
2
  import "svelte/internal/disclose-version";
3
3
  import * as $ from "svelte/internal/client";
4
4
  import { getContext, onDestroy, onMount, setContext } from "svelte";
@@ -41,77 +41,80 @@ import { componentDefinition as componentDefinition$33 } from "../core/shaders/F
41
41
  import { componentDefinition as componentDefinition$34 } from "../core/shaders/FlowField/index.js";
42
42
  import { componentDefinition as componentDefinition$35 } from "../core/shaders/Flower/index.js";
43
43
  import { componentDefinition as componentDefinition$36 } from "../core/shaders/FlowingGradient/index.js";
44
- import { componentDefinition as componentDefinition$37 } from "../core/shaders/Form3D/index.js";
45
- import { componentDefinition as componentDefinition$38 } from "../core/shaders/Glass/index.js";
46
- import { componentDefinition as componentDefinition$39 } from "../core/shaders/GlassTiles/index.js";
47
- import { componentDefinition as componentDefinition$40 } from "../core/shaders/Glitch/index.js";
48
- import { componentDefinition as componentDefinition$41 } from "../core/shaders/Glow/index.js";
49
- import { componentDefinition as componentDefinition$42 } from "../core/shaders/Godrays/index.js";
50
- import { componentDefinition as componentDefinition$43 } from "../core/shaders/Grayscale/index.js";
51
- import { componentDefinition as componentDefinition$44 } from "../core/shaders/Grid/index.js";
52
- import { componentDefinition as componentDefinition$45 } from "../core/shaders/GridDistortion/index.js";
53
- import { componentDefinition as componentDefinition$46 } from "../core/shaders/Group/index.js";
54
- import { componentDefinition as componentDefinition$47 } from "../core/shaders/Halftone/index.js";
55
- import { componentDefinition as componentDefinition$48 } from "../core/shaders/HexGrid/index.js";
56
- import { componentDefinition as componentDefinition$49 } from "../core/shaders/HueShift/index.js";
57
- import { componentDefinition as componentDefinition$50 } from "../core/shaders/ImageTexture/index.js";
58
- import { componentDefinition as componentDefinition$51 } from "../core/shaders/Invert/index.js";
59
- import { componentDefinition as componentDefinition$52 } from "../core/shaders/Kaleidoscope/index.js";
60
- import { componentDefinition as componentDefinition$53 } from "../core/shaders/LensFlare/index.js";
61
- import { componentDefinition as componentDefinition$54 } from "../core/shaders/LinearBlur/index.js";
62
- import { componentDefinition as componentDefinition$55 } from "../core/shaders/LinearGradient/index.js";
63
- import { componentDefinition as componentDefinition$56 } from "../core/shaders/Liquify/index.js";
64
- import { componentDefinition as componentDefinition$57 } from "../core/shaders/Mirror/index.js";
65
- import { componentDefinition as componentDefinition$58 } from "../core/shaders/MultiPointGradient/index.js";
66
- import { componentDefinition as componentDefinition$59 } from "../core/shaders/Neon/index.js";
67
- import { componentDefinition as componentDefinition$60 } from "../core/shaders/Paper/index.js";
68
- import { componentDefinition as componentDefinition$61 } from "../core/shaders/Perspective/index.js";
69
- import { componentDefinition as componentDefinition$62 } from "../core/shaders/Pixelate/index.js";
70
- import { componentDefinition as componentDefinition$63 } from "../core/shaders/Plasma/index.js";
71
- import { componentDefinition as componentDefinition$64 } from "../core/shaders/PolarCoordinates/index.js";
72
- import { componentDefinition as componentDefinition$65 } from "../core/shaders/Polygon/index.js";
73
- import { componentDefinition as componentDefinition$66 } from "../core/shaders/Posterize/index.js";
74
- import { componentDefinition as componentDefinition$67 } from "../core/shaders/ProgressiveBlur/index.js";
75
- import { componentDefinition as componentDefinition$68 } from "../core/shaders/RadialGradient/index.js";
76
- import { componentDefinition as componentDefinition$69 } from "../core/shaders/RectangularCoordinates/index.js";
77
- import { componentDefinition as componentDefinition$70 } from "../core/shaders/Ring/index.js";
78
- import { componentDefinition as componentDefinition$71 } from "../core/shaders/Ripples/index.js";
79
- import { componentDefinition as componentDefinition$72 } from "../core/shaders/RoundedRect/index.js";
80
- import { componentDefinition as componentDefinition$73 } from "../core/shaders/Saturation/index.js";
81
- import { componentDefinition as componentDefinition$74 } from "../core/shaders/Sharpness/index.js";
82
- import { componentDefinition as componentDefinition$75 } from "../core/shaders/Shatter/index.js";
83
- import { componentDefinition as componentDefinition$76 } from "../core/shaders/SimplexNoise/index.js";
84
- import { componentDefinition as componentDefinition$77 } from "../core/shaders/SineWave/index.js";
85
- import { componentDefinition as componentDefinition$78 } from "../core/shaders/Solarize/index.js";
86
- import { componentDefinition as componentDefinition$79 } from "../core/shaders/SolidColor/index.js";
87
- import { componentDefinition as componentDefinition$80 } from "../core/shaders/Spherize/index.js";
88
- import { componentDefinition as componentDefinition$81 } from "../core/shaders/Spiral/index.js";
89
- import { componentDefinition as componentDefinition$82 } from "../core/shaders/Star/index.js";
90
- import { componentDefinition as componentDefinition$83 } from "../core/shaders/Strands/index.js";
91
- import { componentDefinition as componentDefinition$84 } from "../core/shaders/Stretch/index.js";
92
- import { componentDefinition as componentDefinition$85 } from "../core/shaders/Stripes/index.js";
93
- import { componentDefinition as componentDefinition$86 } from "../core/shaders/StudioBackground/index.js";
94
- import { componentDefinition as componentDefinition$87 } from "../core/shaders/Swirl/index.js";
95
- import { componentDefinition as componentDefinition$88 } from "../core/shaders/TiltShift/index.js";
96
- import { componentDefinition as componentDefinition$89 } from "../core/shaders/Tint/index.js";
97
- import { componentDefinition as componentDefinition$90 } from "../core/shaders/Trapezoid/index.js";
98
- import { componentDefinition as componentDefinition$91 } from "../core/shaders/Tritone/index.js";
99
- import { componentDefinition as componentDefinition$92 } from "../core/shaders/Truchet/index.js";
100
- import { componentDefinition as componentDefinition$93 } from "../core/shaders/Twirl/index.js";
101
- import { componentDefinition as componentDefinition$94 } from "../core/shaders/VHS/index.js";
102
- import { componentDefinition as componentDefinition$95 } from "../core/shaders/Vesica/index.js";
103
- import { componentDefinition as componentDefinition$96 } from "../core/shaders/Vibrance/index.js";
104
- import { componentDefinition as componentDefinition$97 } from "../core/shaders/VideoTexture/index.js";
105
- import { componentDefinition as componentDefinition$98 } from "../core/shaders/Vignette/index.js";
106
- import { componentDefinition as componentDefinition$99 } from "../core/shaders/Voronoi/index.js";
107
- import { componentDefinition as componentDefinition$100 } from "../core/shaders/WaveDistortion/index.js";
108
- import { componentDefinition as componentDefinition$101 } from "../core/shaders/Weave/index.js";
109
- import { componentDefinition as componentDefinition$102 } from "../core/shaders/WebcamTexture/index.js";
110
- import { componentDefinition as componentDefinition$103 } from "../core/shaders/ZoomBlur/index.js";
44
+ import { componentDefinition as componentDefinition$37 } from "../core/shaders/Fog/index.js";
45
+ import { componentDefinition as componentDefinition$38 } from "../core/shaders/Form3D/index.js";
46
+ import { componentDefinition as componentDefinition$39 } from "../core/shaders/Glass/index.js";
47
+ import { componentDefinition as componentDefinition$40 } from "../core/shaders/GlassTiles/index.js";
48
+ import { componentDefinition as componentDefinition$41 } from "../core/shaders/Glitch/index.js";
49
+ import { componentDefinition as componentDefinition$42 } from "../core/shaders/Glow/index.js";
50
+ import { componentDefinition as componentDefinition$43 } from "../core/shaders/Godrays/index.js";
51
+ import { componentDefinition as componentDefinition$44 } from "../core/shaders/Grayscale/index.js";
52
+ import { componentDefinition as componentDefinition$45 } from "../core/shaders/Grid/index.js";
53
+ import { componentDefinition as componentDefinition$46 } from "../core/shaders/GridDistortion/index.js";
54
+ import { componentDefinition as componentDefinition$47 } from "../core/shaders/Group/index.js";
55
+ import { componentDefinition as componentDefinition$48 } from "../core/shaders/Halftone/index.js";
56
+ import { componentDefinition as componentDefinition$49 } from "../core/shaders/HexGrid/index.js";
57
+ import { componentDefinition as componentDefinition$50 } from "../core/shaders/HueShift/index.js";
58
+ import { componentDefinition as componentDefinition$51 } from "../core/shaders/ImageTexture/index.js";
59
+ import { componentDefinition as componentDefinition$52 } from "../core/shaders/Invert/index.js";
60
+ import { componentDefinition as componentDefinition$53 } from "../core/shaders/Kaleidoscope/index.js";
61
+ import { componentDefinition as componentDefinition$54 } from "../core/shaders/LensFlare/index.js";
62
+ import { componentDefinition as componentDefinition$55 } from "../core/shaders/LinearBlur/index.js";
63
+ import { componentDefinition as componentDefinition$56 } from "../core/shaders/LinearGradient/index.js";
64
+ import { componentDefinition as componentDefinition$57 } from "../core/shaders/Liquify/index.js";
65
+ import { componentDefinition as componentDefinition$58 } from "../core/shaders/Mirror/index.js";
66
+ import { componentDefinition as componentDefinition$59 } from "../core/shaders/MultiPointGradient/index.js";
67
+ import { componentDefinition as componentDefinition$60 } from "../core/shaders/Neon/index.js";
68
+ import { componentDefinition as componentDefinition$61 } from "../core/shaders/Paper/index.js";
69
+ import { componentDefinition as componentDefinition$62 } from "../core/shaders/Perspective/index.js";
70
+ import { componentDefinition as componentDefinition$63 } from "../core/shaders/Pixelate/index.js";
71
+ import { componentDefinition as componentDefinition$64 } from "../core/shaders/Plasma/index.js";
72
+ import { componentDefinition as componentDefinition$65 } from "../core/shaders/PolarCoordinates/index.js";
73
+ import { componentDefinition as componentDefinition$66 } from "../core/shaders/Polygon/index.js";
74
+ import { componentDefinition as componentDefinition$67 } from "../core/shaders/Posterize/index.js";
75
+ import { componentDefinition as componentDefinition$68 } from "../core/shaders/ProgressiveBlur/index.js";
76
+ import { componentDefinition as componentDefinition$69 } from "../core/shaders/RadialGradient/index.js";
77
+ import { componentDefinition as componentDefinition$70 } from "../core/shaders/RectangularCoordinates/index.js";
78
+ import { componentDefinition as componentDefinition$71 } from "../core/shaders/Ring/index.js";
79
+ import { componentDefinition as componentDefinition$72 } from "../core/shaders/Ripples/index.js";
80
+ import { componentDefinition as componentDefinition$73 } from "../core/shaders/RoundedRect/index.js";
81
+ import { componentDefinition as componentDefinition$74 } from "../core/shaders/Saturation/index.js";
82
+ import { componentDefinition as componentDefinition$75 } from "../core/shaders/Sharpness/index.js";
83
+ import { componentDefinition as componentDefinition$76 } from "../core/shaders/Shatter/index.js";
84
+ import { componentDefinition as componentDefinition$77 } from "../core/shaders/SimplexNoise/index.js";
85
+ import { componentDefinition as componentDefinition$78 } from "../core/shaders/SineWave/index.js";
86
+ import { componentDefinition as componentDefinition$79 } from "../core/shaders/Smoke/index.js";
87
+ import { componentDefinition as componentDefinition$80 } from "../core/shaders/SmokeFill/index.js";
88
+ import { componentDefinition as componentDefinition$81 } from "../core/shaders/Solarize/index.js";
89
+ import { componentDefinition as componentDefinition$82 } from "../core/shaders/SolidColor/index.js";
90
+ import { componentDefinition as componentDefinition$83 } from "../core/shaders/Spherize/index.js";
91
+ import { componentDefinition as componentDefinition$84 } from "../core/shaders/Spiral/index.js";
92
+ import { componentDefinition as componentDefinition$85 } from "../core/shaders/Star/index.js";
93
+ import { componentDefinition as componentDefinition$86 } from "../core/shaders/Strands/index.js";
94
+ import { componentDefinition as componentDefinition$87 } from "../core/shaders/Stretch/index.js";
95
+ import { componentDefinition as componentDefinition$88 } from "../core/shaders/Stripes/index.js";
96
+ import { componentDefinition as componentDefinition$89 } from "../core/shaders/StudioBackground/index.js";
97
+ import { componentDefinition as componentDefinition$90 } from "../core/shaders/Swirl/index.js";
98
+ import { componentDefinition as componentDefinition$91 } from "../core/shaders/TiltShift/index.js";
99
+ import { componentDefinition as componentDefinition$92 } from "../core/shaders/Tint/index.js";
100
+ import { componentDefinition as componentDefinition$93 } from "../core/shaders/Trapezoid/index.js";
101
+ import { componentDefinition as componentDefinition$94 } from "../core/shaders/Tritone/index.js";
102
+ import { componentDefinition as componentDefinition$95 } from "../core/shaders/Truchet/index.js";
103
+ import { componentDefinition as componentDefinition$96 } from "../core/shaders/Twirl/index.js";
104
+ import { componentDefinition as componentDefinition$97 } from "../core/shaders/VHS/index.js";
105
+ import { componentDefinition as componentDefinition$98 } from "../core/shaders/Vesica/index.js";
106
+ import { componentDefinition as componentDefinition$99 } from "../core/shaders/Vibrance/index.js";
107
+ import { componentDefinition as componentDefinition$100 } from "../core/shaders/VideoTexture/index.js";
108
+ import { componentDefinition as componentDefinition$101 } from "../core/shaders/Vignette/index.js";
109
+ import { componentDefinition as componentDefinition$102 } from "../core/shaders/Voronoi/index.js";
110
+ import { componentDefinition as componentDefinition$103 } from "../core/shaders/WaveDistortion/index.js";
111
+ import { componentDefinition as componentDefinition$104 } from "../core/shaders/Weave/index.js";
112
+ import { componentDefinition as componentDefinition$105 } from "../core/shaders/WebcamTexture/index.js";
113
+ import { componentDefinition as componentDefinition$106 } from "../core/shaders/ZoomBlur/index.js";
111
114
  import { vec4 } from "three/tsl";
112
115
  import { isExternalUser, startTelemetry } from "../core/telemetry/index.js";
113
- var root_2$103 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
114
- var root$104 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
116
+ var root_2$106 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
117
+ var root$107 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
115
118
  function AngularBlur($$anchor, $$props) {
116
119
  $.push($$props, true);
117
120
  let _experimentalWarnedOnce = false;
@@ -276,7 +279,7 @@ function AngularBlur($$anchor, $$props) {
276
279
  $.set(isRegistered, false);
277
280
  parentRegister(instanceId, null, null, null, null);
278
281
  });
279
- var fragment = root$104();
282
+ var fragment = root$107();
280
283
  var span = $.first_child(fragment);
281
284
  var node_1 = $.child(span);
282
285
  var consequent = ($$anchor$1) => {
@@ -289,7 +292,7 @@ function AngularBlur($$anchor, $$props) {
289
292
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
290
293
  var node_2 = $.sibling(span, 2);
291
294
  var consequent_1 = ($$anchor$1) => {
292
- var canvas = root_2$103();
295
+ var canvas = root_2$106();
293
296
  var node_3 = $.child(canvas);
294
297
  children?.(node_3);
295
298
  $.reset(canvas);
@@ -308,8 +311,8 @@ function AngularBlur($$anchor, $$props) {
308
311
  $.append($$anchor, fragment);
309
312
  $.pop();
310
313
  }
311
- var root_2$102 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
312
- var root$103 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
314
+ var root_2$105 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
315
+ var root$106 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
313
316
  function Ascii($$anchor, $$props) {
314
317
  $.push($$props, true);
315
318
  let _experimentalWarnedOnce = false;
@@ -474,7 +477,7 @@ function Ascii($$anchor, $$props) {
474
477
  $.set(isRegistered, false);
475
478
  parentRegister(instanceId, null, null, null, null);
476
479
  });
477
- var fragment = root$103();
480
+ var fragment = root$106();
478
481
  var span = $.first_child(fragment);
479
482
  var node_1 = $.child(span);
480
483
  var consequent = ($$anchor$1) => {
@@ -487,7 +490,7 @@ function Ascii($$anchor, $$props) {
487
490
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
488
491
  var node_2 = $.sibling(span, 2);
489
492
  var consequent_1 = ($$anchor$1) => {
490
- var canvas = root_2$102();
493
+ var canvas = root_2$105();
491
494
  var node_3 = $.child(canvas);
492
495
  children?.(node_3);
493
496
  $.reset(canvas);
@@ -506,8 +509,8 @@ function Ascii($$anchor, $$props) {
506
509
  $.append($$anchor, fragment);
507
510
  $.pop();
508
511
  }
509
- var root_2$101 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
510
- var root$102 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
512
+ var root_2$104 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
513
+ var root$105 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
511
514
  function Aurora($$anchor, $$props) {
512
515
  $.push($$props, true);
513
516
  let _experimentalWarnedOnce = false;
@@ -672,7 +675,7 @@ function Aurora($$anchor, $$props) {
672
675
  $.set(isRegistered, false);
673
676
  parentRegister(instanceId, null, null, null, null);
674
677
  });
675
- var fragment = root$102();
678
+ var fragment = root$105();
676
679
  var span = $.first_child(fragment);
677
680
  var node_1 = $.child(span);
678
681
  var consequent = ($$anchor$1) => {
@@ -685,7 +688,7 @@ function Aurora($$anchor, $$props) {
685
688
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
686
689
  var node_2 = $.sibling(span, 2);
687
690
  var consequent_1 = ($$anchor$1) => {
688
- var canvas = root_2$101();
691
+ var canvas = root_2$104();
689
692
  var node_3 = $.child(canvas);
690
693
  children?.(node_3);
691
694
  $.reset(canvas);
@@ -704,8 +707,8 @@ function Aurora($$anchor, $$props) {
704
707
  $.append($$anchor, fragment);
705
708
  $.pop();
706
709
  }
707
- var root_2$100 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
708
- var root$101 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
710
+ var root_2$103 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
711
+ var root$104 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
709
712
  function Beam($$anchor, $$props) {
710
713
  $.push($$props, true);
711
714
  let _experimentalWarnedOnce = false;
@@ -870,7 +873,7 @@ function Beam($$anchor, $$props) {
870
873
  $.set(isRegistered, false);
871
874
  parentRegister(instanceId, null, null, null, null);
872
875
  });
873
- var fragment = root$101();
876
+ var fragment = root$104();
874
877
  var span = $.first_child(fragment);
875
878
  var node_1 = $.child(span);
876
879
  var consequent = ($$anchor$1) => {
@@ -883,7 +886,7 @@ function Beam($$anchor, $$props) {
883
886
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
884
887
  var node_2 = $.sibling(span, 2);
885
888
  var consequent_1 = ($$anchor$1) => {
886
- var canvas = root_2$100();
889
+ var canvas = root_2$103();
887
890
  var node_3 = $.child(canvas);
888
891
  children?.(node_3);
889
892
  $.reset(canvas);
@@ -902,8 +905,8 @@ function Beam($$anchor, $$props) {
902
905
  $.append($$anchor, fragment);
903
906
  $.pop();
904
907
  }
905
- var root_2$99 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
906
- var root$100 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
908
+ var root_2$102 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
909
+ var root$103 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
907
910
  function Blob($$anchor, $$props) {
908
911
  $.push($$props, true);
909
912
  let _experimentalWarnedOnce = false;
@@ -1068,7 +1071,7 @@ function Blob($$anchor, $$props) {
1068
1071
  $.set(isRegistered, false);
1069
1072
  parentRegister(instanceId, null, null, null, null);
1070
1073
  });
1071
- var fragment = root$100();
1074
+ var fragment = root$103();
1072
1075
  var span = $.first_child(fragment);
1073
1076
  var node_1 = $.child(span);
1074
1077
  var consequent = ($$anchor$1) => {
@@ -1081,7 +1084,7 @@ function Blob($$anchor, $$props) {
1081
1084
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
1082
1085
  var node_2 = $.sibling(span, 2);
1083
1086
  var consequent_1 = ($$anchor$1) => {
1084
- var canvas = root_2$99();
1087
+ var canvas = root_2$102();
1085
1088
  var node_3 = $.child(canvas);
1086
1089
  children?.(node_3);
1087
1090
  $.reset(canvas);
@@ -1100,8 +1103,8 @@ function Blob($$anchor, $$props) {
1100
1103
  $.append($$anchor, fragment);
1101
1104
  $.pop();
1102
1105
  }
1103
- var root_2$98 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
1104
- var root$99 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
1106
+ var root_2$101 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
1107
+ var root$102 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
1105
1108
  function Blur($$anchor, $$props) {
1106
1109
  $.push($$props, true);
1107
1110
  let _experimentalWarnedOnce = false;
@@ -1266,7 +1269,7 @@ function Blur($$anchor, $$props) {
1266
1269
  $.set(isRegistered, false);
1267
1270
  parentRegister(instanceId, null, null, null, null);
1268
1271
  });
1269
- var fragment = root$99();
1272
+ var fragment = root$102();
1270
1273
  var span = $.first_child(fragment);
1271
1274
  var node_1 = $.child(span);
1272
1275
  var consequent = ($$anchor$1) => {
@@ -1279,7 +1282,7 @@ function Blur($$anchor, $$props) {
1279
1282
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
1280
1283
  var node_2 = $.sibling(span, 2);
1281
1284
  var consequent_1 = ($$anchor$1) => {
1282
- var canvas = root_2$98();
1285
+ var canvas = root_2$101();
1283
1286
  var node_3 = $.child(canvas);
1284
1287
  children?.(node_3);
1285
1288
  $.reset(canvas);
@@ -1298,8 +1301,8 @@ function Blur($$anchor, $$props) {
1298
1301
  $.append($$anchor, fragment);
1299
1302
  $.pop();
1300
1303
  }
1301
- var root_2$97 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
1302
- var root$98 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
1304
+ var root_2$100 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
1305
+ var root$101 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
1303
1306
  function BrightnessContrast($$anchor, $$props) {
1304
1307
  $.push($$props, true);
1305
1308
  let _experimentalWarnedOnce = false;
@@ -1464,7 +1467,7 @@ function BrightnessContrast($$anchor, $$props) {
1464
1467
  $.set(isRegistered, false);
1465
1468
  parentRegister(instanceId, null, null, null, null);
1466
1469
  });
1467
- var fragment = root$98();
1470
+ var fragment = root$101();
1468
1471
  var span = $.first_child(fragment);
1469
1472
  var node_1 = $.child(span);
1470
1473
  var consequent = ($$anchor$1) => {
@@ -1477,7 +1480,7 @@ function BrightnessContrast($$anchor, $$props) {
1477
1480
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
1478
1481
  var node_2 = $.sibling(span, 2);
1479
1482
  var consequent_1 = ($$anchor$1) => {
1480
- var canvas = root_2$97();
1483
+ var canvas = root_2$100();
1481
1484
  var node_3 = $.child(canvas);
1482
1485
  children?.(node_3);
1483
1486
  $.reset(canvas);
@@ -1496,8 +1499,8 @@ function BrightnessContrast($$anchor, $$props) {
1496
1499
  $.append($$anchor, fragment);
1497
1500
  $.pop();
1498
1501
  }
1499
- var root_2$96 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
1500
- var root$97 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
1502
+ var root_2$99 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
1503
+ var root$100 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
1501
1504
  function Bulge($$anchor, $$props) {
1502
1505
  $.push($$props, true);
1503
1506
  let _experimentalWarnedOnce = false;
@@ -1662,7 +1665,7 @@ function Bulge($$anchor, $$props) {
1662
1665
  $.set(isRegistered, false);
1663
1666
  parentRegister(instanceId, null, null, null, null);
1664
1667
  });
1665
- var fragment = root$97();
1668
+ var fragment = root$100();
1666
1669
  var span = $.first_child(fragment);
1667
1670
  var node_1 = $.child(span);
1668
1671
  var consequent = ($$anchor$1) => {
@@ -1675,7 +1678,7 @@ function Bulge($$anchor, $$props) {
1675
1678
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
1676
1679
  var node_2 = $.sibling(span, 2);
1677
1680
  var consequent_1 = ($$anchor$1) => {
1678
- var canvas = root_2$96();
1681
+ var canvas = root_2$99();
1679
1682
  var node_3 = $.child(canvas);
1680
1683
  children?.(node_3);
1681
1684
  $.reset(canvas);
@@ -1694,8 +1697,8 @@ function Bulge($$anchor, $$props) {
1694
1697
  $.append($$anchor, fragment);
1695
1698
  $.pop();
1696
1699
  }
1697
- var root_2$95 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
1698
- var root$96 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
1700
+ var root_2$98 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
1701
+ var root$99 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
1699
1702
  function CRTScreen($$anchor, $$props) {
1700
1703
  $.push($$props, true);
1701
1704
  let _experimentalWarnedOnce = false;
@@ -1860,7 +1863,7 @@ function CRTScreen($$anchor, $$props) {
1860
1863
  $.set(isRegistered, false);
1861
1864
  parentRegister(instanceId, null, null, null, null);
1862
1865
  });
1863
- var fragment = root$96();
1866
+ var fragment = root$99();
1864
1867
  var span = $.first_child(fragment);
1865
1868
  var node_1 = $.child(span);
1866
1869
  var consequent = ($$anchor$1) => {
@@ -1873,7 +1876,7 @@ function CRTScreen($$anchor, $$props) {
1873
1876
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
1874
1877
  var node_2 = $.sibling(span, 2);
1875
1878
  var consequent_1 = ($$anchor$1) => {
1876
- var canvas = root_2$95();
1879
+ var canvas = root_2$98();
1877
1880
  var node_3 = $.child(canvas);
1878
1881
  children?.(node_3);
1879
1882
  $.reset(canvas);
@@ -1892,8 +1895,8 @@ function CRTScreen($$anchor, $$props) {
1892
1895
  $.append($$anchor, fragment);
1893
1896
  $.pop();
1894
1897
  }
1895
- var root_2$94 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
1896
- var root$95 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
1898
+ var root_2$97 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
1899
+ var root$98 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
1897
1900
  function ChannelBlur($$anchor, $$props) {
1898
1901
  $.push($$props, true);
1899
1902
  let _experimentalWarnedOnce = false;
@@ -2058,7 +2061,7 @@ function ChannelBlur($$anchor, $$props) {
2058
2061
  $.set(isRegistered, false);
2059
2062
  parentRegister(instanceId, null, null, null, null);
2060
2063
  });
2061
- var fragment = root$95();
2064
+ var fragment = root$98();
2062
2065
  var span = $.first_child(fragment);
2063
2066
  var node_1 = $.child(span);
2064
2067
  var consequent = ($$anchor$1) => {
@@ -2071,7 +2074,7 @@ function ChannelBlur($$anchor, $$props) {
2071
2074
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
2072
2075
  var node_2 = $.sibling(span, 2);
2073
2076
  var consequent_1 = ($$anchor$1) => {
2074
- var canvas = root_2$94();
2077
+ var canvas = root_2$97();
2075
2078
  var node_3 = $.child(canvas);
2076
2079
  children?.(node_3);
2077
2080
  $.reset(canvas);
@@ -2090,8 +2093,8 @@ function ChannelBlur($$anchor, $$props) {
2090
2093
  $.append($$anchor, fragment);
2091
2094
  $.pop();
2092
2095
  }
2093
- var root_2$93 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
2094
- var root$94 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
2096
+ var root_2$96 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
2097
+ var root$97 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
2095
2098
  function Checkerboard($$anchor, $$props) {
2096
2099
  $.push($$props, true);
2097
2100
  let _experimentalWarnedOnce = false;
@@ -2256,7 +2259,7 @@ function Checkerboard($$anchor, $$props) {
2256
2259
  $.set(isRegistered, false);
2257
2260
  parentRegister(instanceId, null, null, null, null);
2258
2261
  });
2259
- var fragment = root$94();
2262
+ var fragment = root$97();
2260
2263
  var span = $.first_child(fragment);
2261
2264
  var node_1 = $.child(span);
2262
2265
  var consequent = ($$anchor$1) => {
@@ -2269,7 +2272,7 @@ function Checkerboard($$anchor, $$props) {
2269
2272
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
2270
2273
  var node_2 = $.sibling(span, 2);
2271
2274
  var consequent_1 = ($$anchor$1) => {
2272
- var canvas = root_2$93();
2275
+ var canvas = root_2$96();
2273
2276
  var node_3 = $.child(canvas);
2274
2277
  children?.(node_3);
2275
2278
  $.reset(canvas);
@@ -2288,8 +2291,8 @@ function Checkerboard($$anchor, $$props) {
2288
2291
  $.append($$anchor, fragment);
2289
2292
  $.pop();
2290
2293
  }
2291
- var root_2$92 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
2292
- var root$93 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
2294
+ var root_2$95 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
2295
+ var root$96 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
2293
2296
  function ChromaFlow($$anchor, $$props) {
2294
2297
  $.push($$props, true);
2295
2298
  let _experimentalWarnedOnce = false;
@@ -2454,7 +2457,7 @@ function ChromaFlow($$anchor, $$props) {
2454
2457
  $.set(isRegistered, false);
2455
2458
  parentRegister(instanceId, null, null, null, null);
2456
2459
  });
2457
- var fragment = root$93();
2460
+ var fragment = root$96();
2458
2461
  var span = $.first_child(fragment);
2459
2462
  var node_1 = $.child(span);
2460
2463
  var consequent = ($$anchor$1) => {
@@ -2467,7 +2470,7 @@ function ChromaFlow($$anchor, $$props) {
2467
2470
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
2468
2471
  var node_2 = $.sibling(span, 2);
2469
2472
  var consequent_1 = ($$anchor$1) => {
2470
- var canvas = root_2$92();
2473
+ var canvas = root_2$95();
2471
2474
  var node_3 = $.child(canvas);
2472
2475
  children?.(node_3);
2473
2476
  $.reset(canvas);
@@ -2486,8 +2489,8 @@ function ChromaFlow($$anchor, $$props) {
2486
2489
  $.append($$anchor, fragment);
2487
2490
  $.pop();
2488
2491
  }
2489
- var root_2$91 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
2490
- var root$92 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
2492
+ var root_2$94 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
2493
+ var root$95 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
2491
2494
  function ChromaticAberration($$anchor, $$props) {
2492
2495
  $.push($$props, true);
2493
2496
  let _experimentalWarnedOnce = false;
@@ -2652,7 +2655,7 @@ function ChromaticAberration($$anchor, $$props) {
2652
2655
  $.set(isRegistered, false);
2653
2656
  parentRegister(instanceId, null, null, null, null);
2654
2657
  });
2655
- var fragment = root$92();
2658
+ var fragment = root$95();
2656
2659
  var span = $.first_child(fragment);
2657
2660
  var node_1 = $.child(span);
2658
2661
  var consequent = ($$anchor$1) => {
@@ -2665,7 +2668,7 @@ function ChromaticAberration($$anchor, $$props) {
2665
2668
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
2666
2669
  var node_2 = $.sibling(span, 2);
2667
2670
  var consequent_1 = ($$anchor$1) => {
2668
- var canvas = root_2$91();
2671
+ var canvas = root_2$94();
2669
2672
  var node_3 = $.child(canvas);
2670
2673
  children?.(node_3);
2671
2674
  $.reset(canvas);
@@ -2684,8 +2687,8 @@ function ChromaticAberration($$anchor, $$props) {
2684
2687
  $.append($$anchor, fragment);
2685
2688
  $.pop();
2686
2689
  }
2687
- var root_2$90 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
2688
- var root$91 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
2690
+ var root_2$93 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
2691
+ var root$94 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
2689
2692
  function Circle($$anchor, $$props) {
2690
2693
  $.push($$props, true);
2691
2694
  let _experimentalWarnedOnce = false;
@@ -2850,7 +2853,7 @@ function Circle($$anchor, $$props) {
2850
2853
  $.set(isRegistered, false);
2851
2854
  parentRegister(instanceId, null, null, null, null);
2852
2855
  });
2853
- var fragment = root$91();
2856
+ var fragment = root$94();
2854
2857
  var span = $.first_child(fragment);
2855
2858
  var node_1 = $.child(span);
2856
2859
  var consequent = ($$anchor$1) => {
@@ -2863,7 +2866,7 @@ function Circle($$anchor, $$props) {
2863
2866
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
2864
2867
  var node_2 = $.sibling(span, 2);
2865
2868
  var consequent_1 = ($$anchor$1) => {
2866
- var canvas = root_2$90();
2869
+ var canvas = root_2$93();
2867
2870
  var node_3 = $.child(canvas);
2868
2871
  children?.(node_3);
2869
2872
  $.reset(canvas);
@@ -2882,8 +2885,8 @@ function Circle($$anchor, $$props) {
2882
2885
  $.append($$anchor, fragment);
2883
2886
  $.pop();
2884
2887
  }
2885
- var root_2$89 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
2886
- var root$90 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
2888
+ var root_2$92 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
2889
+ var root$93 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
2887
2890
  function ConcentricSpin($$anchor, $$props) {
2888
2891
  $.push($$props, true);
2889
2892
  let _experimentalWarnedOnce = false;
@@ -3048,7 +3051,7 @@ function ConcentricSpin($$anchor, $$props) {
3048
3051
  $.set(isRegistered, false);
3049
3052
  parentRegister(instanceId, null, null, null, null);
3050
3053
  });
3051
- var fragment = root$90();
3054
+ var fragment = root$93();
3052
3055
  var span = $.first_child(fragment);
3053
3056
  var node_1 = $.child(span);
3054
3057
  var consequent = ($$anchor$1) => {
@@ -3061,7 +3064,7 @@ function ConcentricSpin($$anchor, $$props) {
3061
3064
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
3062
3065
  var node_2 = $.sibling(span, 2);
3063
3066
  var consequent_1 = ($$anchor$1) => {
3064
- var canvas = root_2$89();
3067
+ var canvas = root_2$92();
3065
3068
  var node_3 = $.child(canvas);
3066
3069
  children?.(node_3);
3067
3070
  $.reset(canvas);
@@ -3080,8 +3083,8 @@ function ConcentricSpin($$anchor, $$props) {
3080
3083
  $.append($$anchor, fragment);
3081
3084
  $.pop();
3082
3085
  }
3083
- var root_2$88 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
3084
- var root$89 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
3086
+ var root_2$91 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
3087
+ var root$92 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
3085
3088
  function ConicGradient($$anchor, $$props) {
3086
3089
  $.push($$props, true);
3087
3090
  let _experimentalWarnedOnce = false;
@@ -3246,7 +3249,7 @@ function ConicGradient($$anchor, $$props) {
3246
3249
  $.set(isRegistered, false);
3247
3250
  parentRegister(instanceId, null, null, null, null);
3248
3251
  });
3249
- var fragment = root$89();
3252
+ var fragment = root$92();
3250
3253
  var span = $.first_child(fragment);
3251
3254
  var node_1 = $.child(span);
3252
3255
  var consequent = ($$anchor$1) => {
@@ -3259,7 +3262,7 @@ function ConicGradient($$anchor, $$props) {
3259
3262
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
3260
3263
  var node_2 = $.sibling(span, 2);
3261
3264
  var consequent_1 = ($$anchor$1) => {
3262
- var canvas = root_2$88();
3265
+ var canvas = root_2$91();
3263
3266
  var node_3 = $.child(canvas);
3264
3267
  children?.(node_3);
3265
3268
  $.reset(canvas);
@@ -3278,8 +3281,8 @@ function ConicGradient($$anchor, $$props) {
3278
3281
  $.append($$anchor, fragment);
3279
3282
  $.pop();
3280
3283
  }
3281
- var root_2$87 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
3282
- var root$88 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
3284
+ var root_2$90 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
3285
+ var root$91 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
3283
3286
  function ContourLines($$anchor, $$props) {
3284
3287
  $.push($$props, true);
3285
3288
  let _experimentalWarnedOnce = false;
@@ -3444,7 +3447,7 @@ function ContourLines($$anchor, $$props) {
3444
3447
  $.set(isRegistered, false);
3445
3448
  parentRegister(instanceId, null, null, null, null);
3446
3449
  });
3447
- var fragment = root$88();
3450
+ var fragment = root$91();
3448
3451
  var span = $.first_child(fragment);
3449
3452
  var node_1 = $.child(span);
3450
3453
  var consequent = ($$anchor$1) => {
@@ -3457,7 +3460,7 @@ function ContourLines($$anchor, $$props) {
3457
3460
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
3458
3461
  var node_2 = $.sibling(span, 2);
3459
3462
  var consequent_1 = ($$anchor$1) => {
3460
- var canvas = root_2$87();
3463
+ var canvas = root_2$90();
3461
3464
  var node_3 = $.child(canvas);
3462
3465
  children?.(node_3);
3463
3466
  $.reset(canvas);
@@ -3476,8 +3479,8 @@ function ContourLines($$anchor, $$props) {
3476
3479
  $.append($$anchor, fragment);
3477
3480
  $.pop();
3478
3481
  }
3479
- var root_2$86 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
3480
- var root$87 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
3482
+ var root_2$89 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
3483
+ var root$90 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
3481
3484
  function Crescent($$anchor, $$props) {
3482
3485
  $.push($$props, true);
3483
3486
  let _experimentalWarnedOnce = false;
@@ -3642,7 +3645,7 @@ function Crescent($$anchor, $$props) {
3642
3645
  $.set(isRegistered, false);
3643
3646
  parentRegister(instanceId, null, null, null, null);
3644
3647
  });
3645
- var fragment = root$87();
3648
+ var fragment = root$90();
3646
3649
  var span = $.first_child(fragment);
3647
3650
  var node_1 = $.child(span);
3648
3651
  var consequent = ($$anchor$1) => {
@@ -3655,7 +3658,7 @@ function Crescent($$anchor, $$props) {
3655
3658
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
3656
3659
  var node_2 = $.sibling(span, 2);
3657
3660
  var consequent_1 = ($$anchor$1) => {
3658
- var canvas = root_2$86();
3661
+ var canvas = root_2$89();
3659
3662
  var node_3 = $.child(canvas);
3660
3663
  children?.(node_3);
3661
3664
  $.reset(canvas);
@@ -3674,8 +3677,8 @@ function Crescent($$anchor, $$props) {
3674
3677
  $.append($$anchor, fragment);
3675
3678
  $.pop();
3676
3679
  }
3677
- var root_2$85 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
3678
- var root$86 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
3680
+ var root_2$88 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
3681
+ var root$89 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
3679
3682
  function Cross($$anchor, $$props) {
3680
3683
  $.push($$props, true);
3681
3684
  let _experimentalWarnedOnce = false;
@@ -3840,7 +3843,7 @@ function Cross($$anchor, $$props) {
3840
3843
  $.set(isRegistered, false);
3841
3844
  parentRegister(instanceId, null, null, null, null);
3842
3845
  });
3843
- var fragment = root$86();
3846
+ var fragment = root$89();
3844
3847
  var span = $.first_child(fragment);
3845
3848
  var node_1 = $.child(span);
3846
3849
  var consequent = ($$anchor$1) => {
@@ -3853,7 +3856,7 @@ function Cross($$anchor, $$props) {
3853
3856
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
3854
3857
  var node_2 = $.sibling(span, 2);
3855
3858
  var consequent_1 = ($$anchor$1) => {
3856
- var canvas = root_2$85();
3859
+ var canvas = root_2$88();
3857
3860
  var node_3 = $.child(canvas);
3858
3861
  children?.(node_3);
3859
3862
  $.reset(canvas);
@@ -3872,8 +3875,8 @@ function Cross($$anchor, $$props) {
3872
3875
  $.append($$anchor, fragment);
3873
3876
  $.pop();
3874
3877
  }
3875
- var root_2$84 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
3876
- var root$85 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
3878
+ var root_2$87 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
3879
+ var root$88 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
3877
3880
  function Crystal($$anchor, $$props) {
3878
3881
  $.push($$props, true);
3879
3882
  let _experimentalWarnedOnce = false;
@@ -4038,7 +4041,7 @@ function Crystal($$anchor, $$props) {
4038
4041
  $.set(isRegistered, false);
4039
4042
  parentRegister(instanceId, null, null, null, null);
4040
4043
  });
4041
- var fragment = root$85();
4044
+ var fragment = root$88();
4042
4045
  var span = $.first_child(fragment);
4043
4046
  var node_1 = $.child(span);
4044
4047
  var consequent = ($$anchor$1) => {
@@ -4051,7 +4054,7 @@ function Crystal($$anchor, $$props) {
4051
4054
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
4052
4055
  var node_2 = $.sibling(span, 2);
4053
4056
  var consequent_1 = ($$anchor$1) => {
4054
- var canvas = root_2$84();
4057
+ var canvas = root_2$87();
4055
4058
  var node_3 = $.child(canvas);
4056
4059
  children?.(node_3);
4057
4060
  $.reset(canvas);
@@ -4070,8 +4073,8 @@ function Crystal($$anchor, $$props) {
4070
4073
  $.append($$anchor, fragment);
4071
4074
  $.pop();
4072
4075
  }
4073
- var root_2$83 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
4074
- var root$84 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
4076
+ var root_2$86 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
4077
+ var root$87 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
4075
4078
  function CursorRipples($$anchor, $$props) {
4076
4079
  $.push($$props, true);
4077
4080
  let _experimentalWarnedOnce = false;
@@ -4236,7 +4239,7 @@ function CursorRipples($$anchor, $$props) {
4236
4239
  $.set(isRegistered, false);
4237
4240
  parentRegister(instanceId, null, null, null, null);
4238
4241
  });
4239
- var fragment = root$84();
4242
+ var fragment = root$87();
4240
4243
  var span = $.first_child(fragment);
4241
4244
  var node_1 = $.child(span);
4242
4245
  var consequent = ($$anchor$1) => {
@@ -4249,7 +4252,7 @@ function CursorRipples($$anchor, $$props) {
4249
4252
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
4250
4253
  var node_2 = $.sibling(span, 2);
4251
4254
  var consequent_1 = ($$anchor$1) => {
4252
- var canvas = root_2$83();
4255
+ var canvas = root_2$86();
4253
4256
  var node_3 = $.child(canvas);
4254
4257
  children?.(node_3);
4255
4258
  $.reset(canvas);
@@ -4268,8 +4271,8 @@ function CursorRipples($$anchor, $$props) {
4268
4271
  $.append($$anchor, fragment);
4269
4272
  $.pop();
4270
4273
  }
4271
- var root_2$82 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
4272
- var root$83 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
4274
+ var root_2$85 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
4275
+ var root$86 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
4273
4276
  function CursorTrail($$anchor, $$props) {
4274
4277
  $.push($$props, true);
4275
4278
  let _experimentalWarnedOnce = false;
@@ -4434,7 +4437,7 @@ function CursorTrail($$anchor, $$props) {
4434
4437
  $.set(isRegistered, false);
4435
4438
  parentRegister(instanceId, null, null, null, null);
4436
4439
  });
4437
- var fragment = root$83();
4440
+ var fragment = root$86();
4438
4441
  var span = $.first_child(fragment);
4439
4442
  var node_1 = $.child(span);
4440
4443
  var consequent = ($$anchor$1) => {
@@ -4447,7 +4450,7 @@ function CursorTrail($$anchor, $$props) {
4447
4450
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
4448
4451
  var node_2 = $.sibling(span, 2);
4449
4452
  var consequent_1 = ($$anchor$1) => {
4450
- var canvas = root_2$82();
4453
+ var canvas = root_2$85();
4451
4454
  var node_3 = $.child(canvas);
4452
4455
  children?.(node_3);
4453
4456
  $.reset(canvas);
@@ -4466,8 +4469,8 @@ function CursorTrail($$anchor, $$props) {
4466
4469
  $.append($$anchor, fragment);
4467
4470
  $.pop();
4468
4471
  }
4469
- var root_2$81 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
4470
- var root$82 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
4472
+ var root_2$84 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
4473
+ var root$85 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
4471
4474
  function DOMTexture($$anchor, $$props) {
4472
4475
  $.push($$props, true);
4473
4476
  let _experimentalWarnedOnce = false;
@@ -4632,7 +4635,7 @@ function DOMTexture($$anchor, $$props) {
4632
4635
  $.set(isRegistered, false);
4633
4636
  parentRegister(instanceId, null, null, null, null);
4634
4637
  });
4635
- var fragment = root$82();
4638
+ var fragment = root$85();
4636
4639
  var span = $.first_child(fragment);
4637
4640
  var node_1 = $.child(span);
4638
4641
  var consequent = ($$anchor$1) => {
@@ -4645,7 +4648,7 @@ function DOMTexture($$anchor, $$props) {
4645
4648
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
4646
4649
  var node_2 = $.sibling(span, 2);
4647
4650
  var consequent_1 = ($$anchor$1) => {
4648
- var canvas = root_2$81();
4651
+ var canvas = root_2$84();
4649
4652
  var node_3 = $.child(canvas);
4650
4653
  children?.(node_3);
4651
4654
  $.reset(canvas);
@@ -4664,8 +4667,8 @@ function DOMTexture($$anchor, $$props) {
4664
4667
  $.append($$anchor, fragment);
4665
4668
  $.pop();
4666
4669
  }
4667
- var root_2$80 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
4668
- var root$81 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
4670
+ var root_2$83 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
4671
+ var root$84 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
4669
4672
  function DiamondGradient($$anchor, $$props) {
4670
4673
  $.push($$props, true);
4671
4674
  let _experimentalWarnedOnce = false;
@@ -4830,7 +4833,7 @@ function DiamondGradient($$anchor, $$props) {
4830
4833
  $.set(isRegistered, false);
4831
4834
  parentRegister(instanceId, null, null, null, null);
4832
4835
  });
4833
- var fragment = root$81();
4836
+ var fragment = root$84();
4834
4837
  var span = $.first_child(fragment);
4835
4838
  var node_1 = $.child(span);
4836
4839
  var consequent = ($$anchor$1) => {
@@ -4843,7 +4846,7 @@ function DiamondGradient($$anchor, $$props) {
4843
4846
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
4844
4847
  var node_2 = $.sibling(span, 2);
4845
4848
  var consequent_1 = ($$anchor$1) => {
4846
- var canvas = root_2$80();
4849
+ var canvas = root_2$83();
4847
4850
  var node_3 = $.child(canvas);
4848
4851
  children?.(node_3);
4849
4852
  $.reset(canvas);
@@ -4862,8 +4865,8 @@ function DiamondGradient($$anchor, $$props) {
4862
4865
  $.append($$anchor, fragment);
4863
4866
  $.pop();
4864
4867
  }
4865
- var root_2$79 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
4866
- var root$80 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
4868
+ var root_2$82 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
4869
+ var root$83 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
4867
4870
  function DiffuseBlur($$anchor, $$props) {
4868
4871
  $.push($$props, true);
4869
4872
  let _experimentalWarnedOnce = false;
@@ -5028,7 +5031,7 @@ function DiffuseBlur($$anchor, $$props) {
5028
5031
  $.set(isRegistered, false);
5029
5032
  parentRegister(instanceId, null, null, null, null);
5030
5033
  });
5031
- var fragment = root$80();
5034
+ var fragment = root$83();
5032
5035
  var span = $.first_child(fragment);
5033
5036
  var node_1 = $.child(span);
5034
5037
  var consequent = ($$anchor$1) => {
@@ -5041,7 +5044,7 @@ function DiffuseBlur($$anchor, $$props) {
5041
5044
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
5042
5045
  var node_2 = $.sibling(span, 2);
5043
5046
  var consequent_1 = ($$anchor$1) => {
5044
- var canvas = root_2$79();
5047
+ var canvas = root_2$82();
5045
5048
  var node_3 = $.child(canvas);
5046
5049
  children?.(node_3);
5047
5050
  $.reset(canvas);
@@ -5060,8 +5063,8 @@ function DiffuseBlur($$anchor, $$props) {
5060
5063
  $.append($$anchor, fragment);
5061
5064
  $.pop();
5062
5065
  }
5063
- var root_2$78 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
5064
- var root$79 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
5066
+ var root_2$81 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
5067
+ var root$82 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
5065
5068
  function Dither($$anchor, $$props) {
5066
5069
  $.push($$props, true);
5067
5070
  let _experimentalWarnedOnce = false;
@@ -5226,7 +5229,7 @@ function Dither($$anchor, $$props) {
5226
5229
  $.set(isRegistered, false);
5227
5230
  parentRegister(instanceId, null, null, null, null);
5228
5231
  });
5229
- var fragment = root$79();
5232
+ var fragment = root$82();
5230
5233
  var span = $.first_child(fragment);
5231
5234
  var node_1 = $.child(span);
5232
5235
  var consequent = ($$anchor$1) => {
@@ -5239,7 +5242,7 @@ function Dither($$anchor, $$props) {
5239
5242
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
5240
5243
  var node_2 = $.sibling(span, 2);
5241
5244
  var consequent_1 = ($$anchor$1) => {
5242
- var canvas = root_2$78();
5245
+ var canvas = root_2$81();
5243
5246
  var node_3 = $.child(canvas);
5244
5247
  children?.(node_3);
5245
5248
  $.reset(canvas);
@@ -5258,8 +5261,8 @@ function Dither($$anchor, $$props) {
5258
5261
  $.append($$anchor, fragment);
5259
5262
  $.pop();
5260
5263
  }
5261
- var root_2$77 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
5262
- var root$78 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
5264
+ var root_2$80 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
5265
+ var root$81 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
5263
5266
  function DotGrid($$anchor, $$props) {
5264
5267
  $.push($$props, true);
5265
5268
  let _experimentalWarnedOnce = false;
@@ -5424,7 +5427,7 @@ function DotGrid($$anchor, $$props) {
5424
5427
  $.set(isRegistered, false);
5425
5428
  parentRegister(instanceId, null, null, null, null);
5426
5429
  });
5427
- var fragment = root$78();
5430
+ var fragment = root$81();
5428
5431
  var span = $.first_child(fragment);
5429
5432
  var node_1 = $.child(span);
5430
5433
  var consequent = ($$anchor$1) => {
@@ -5437,7 +5440,7 @@ function DotGrid($$anchor, $$props) {
5437
5440
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
5438
5441
  var node_2 = $.sibling(span, 2);
5439
5442
  var consequent_1 = ($$anchor$1) => {
5440
- var canvas = root_2$77();
5443
+ var canvas = root_2$80();
5441
5444
  var node_3 = $.child(canvas);
5442
5445
  children?.(node_3);
5443
5446
  $.reset(canvas);
@@ -5456,8 +5459,8 @@ function DotGrid($$anchor, $$props) {
5456
5459
  $.append($$anchor, fragment);
5457
5460
  $.pop();
5458
5461
  }
5459
- var root_2$76 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
5460
- var root$77 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
5462
+ var root_2$79 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
5463
+ var root$80 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
5461
5464
  function DropShadow($$anchor, $$props) {
5462
5465
  $.push($$props, true);
5463
5466
  let _experimentalWarnedOnce = false;
@@ -5622,7 +5625,7 @@ function DropShadow($$anchor, $$props) {
5622
5625
  $.set(isRegistered, false);
5623
5626
  parentRegister(instanceId, null, null, null, null);
5624
5627
  });
5625
- var fragment = root$77();
5628
+ var fragment = root$80();
5626
5629
  var span = $.first_child(fragment);
5627
5630
  var node_1 = $.child(span);
5628
5631
  var consequent = ($$anchor$1) => {
@@ -5635,7 +5638,7 @@ function DropShadow($$anchor, $$props) {
5635
5638
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
5636
5639
  var node_2 = $.sibling(span, 2);
5637
5640
  var consequent_1 = ($$anchor$1) => {
5638
- var canvas = root_2$76();
5641
+ var canvas = root_2$79();
5639
5642
  var node_3 = $.child(canvas);
5640
5643
  children?.(node_3);
5641
5644
  $.reset(canvas);
@@ -5654,8 +5657,8 @@ function DropShadow($$anchor, $$props) {
5654
5657
  $.append($$anchor, fragment);
5655
5658
  $.pop();
5656
5659
  }
5657
- var root_2$75 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
5658
- var root$76 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
5660
+ var root_2$78 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
5661
+ var root$79 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
5659
5662
  function Duotone($$anchor, $$props) {
5660
5663
  $.push($$props, true);
5661
5664
  let _experimentalWarnedOnce = false;
@@ -5820,7 +5823,7 @@ function Duotone($$anchor, $$props) {
5820
5823
  $.set(isRegistered, false);
5821
5824
  parentRegister(instanceId, null, null, null, null);
5822
5825
  });
5823
- var fragment = root$76();
5826
+ var fragment = root$79();
5824
5827
  var span = $.first_child(fragment);
5825
5828
  var node_1 = $.child(span);
5826
5829
  var consequent = ($$anchor$1) => {
@@ -5833,7 +5836,7 @@ function Duotone($$anchor, $$props) {
5833
5836
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
5834
5837
  var node_2 = $.sibling(span, 2);
5835
5838
  var consequent_1 = ($$anchor$1) => {
5836
- var canvas = root_2$75();
5839
+ var canvas = root_2$78();
5837
5840
  var node_3 = $.child(canvas);
5838
5841
  children?.(node_3);
5839
5842
  $.reset(canvas);
@@ -5852,8 +5855,8 @@ function Duotone($$anchor, $$props) {
5852
5855
  $.append($$anchor, fragment);
5853
5856
  $.pop();
5854
5857
  }
5855
- var root_2$74 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
5856
- var root$75 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
5858
+ var root_2$77 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
5859
+ var root$78 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
5857
5860
  function Ellipse($$anchor, $$props) {
5858
5861
  $.push($$props, true);
5859
5862
  let _experimentalWarnedOnce = false;
@@ -6018,7 +6021,7 @@ function Ellipse($$anchor, $$props) {
6018
6021
  $.set(isRegistered, false);
6019
6022
  parentRegister(instanceId, null, null, null, null);
6020
6023
  });
6021
- var fragment = root$75();
6024
+ var fragment = root$78();
6022
6025
  var span = $.first_child(fragment);
6023
6026
  var node_1 = $.child(span);
6024
6027
  var consequent = ($$anchor$1) => {
@@ -6031,7 +6034,7 @@ function Ellipse($$anchor, $$props) {
6031
6034
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
6032
6035
  var node_2 = $.sibling(span, 2);
6033
6036
  var consequent_1 = ($$anchor$1) => {
6034
- var canvas = root_2$74();
6037
+ var canvas = root_2$77();
6035
6038
  var node_3 = $.child(canvas);
6036
6039
  children?.(node_3);
6037
6040
  $.reset(canvas);
@@ -6050,8 +6053,8 @@ function Ellipse($$anchor, $$props) {
6050
6053
  $.append($$anchor, fragment);
6051
6054
  $.pop();
6052
6055
  }
6053
- var root_2$73 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
6054
- var root$74 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
6056
+ var root_2$76 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
6057
+ var root$77 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
6055
6058
  function Emboss($$anchor, $$props) {
6056
6059
  $.push($$props, true);
6057
6060
  let _experimentalWarnedOnce = false;
@@ -6216,7 +6219,7 @@ function Emboss($$anchor, $$props) {
6216
6219
  $.set(isRegistered, false);
6217
6220
  parentRegister(instanceId, null, null, null, null);
6218
6221
  });
6219
- var fragment = root$74();
6222
+ var fragment = root$77();
6220
6223
  var span = $.first_child(fragment);
6221
6224
  var node_1 = $.child(span);
6222
6225
  var consequent = ($$anchor$1) => {
@@ -6229,7 +6232,7 @@ function Emboss($$anchor, $$props) {
6229
6232
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
6230
6233
  var node_2 = $.sibling(span, 2);
6231
6234
  var consequent_1 = ($$anchor$1) => {
6232
- var canvas = root_2$73();
6235
+ var canvas = root_2$76();
6233
6236
  var node_3 = $.child(canvas);
6234
6237
  children?.(node_3);
6235
6238
  $.reset(canvas);
@@ -6248,8 +6251,8 @@ function Emboss($$anchor, $$props) {
6248
6251
  $.append($$anchor, fragment);
6249
6252
  $.pop();
6250
6253
  }
6251
- var root_2$72 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
6252
- var root$73 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
6254
+ var root_2$75 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
6255
+ var root$76 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
6253
6256
  function FallingLines($$anchor, $$props) {
6254
6257
  $.push($$props, true);
6255
6258
  let _experimentalWarnedOnce = false;
@@ -6414,7 +6417,7 @@ function FallingLines($$anchor, $$props) {
6414
6417
  $.set(isRegistered, false);
6415
6418
  parentRegister(instanceId, null, null, null, null);
6416
6419
  });
6417
- var fragment = root$73();
6420
+ var fragment = root$76();
6418
6421
  var span = $.first_child(fragment);
6419
6422
  var node_1 = $.child(span);
6420
6423
  var consequent = ($$anchor$1) => {
@@ -6427,7 +6430,7 @@ function FallingLines($$anchor, $$props) {
6427
6430
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
6428
6431
  var node_2 = $.sibling(span, 2);
6429
6432
  var consequent_1 = ($$anchor$1) => {
6430
- var canvas = root_2$72();
6433
+ var canvas = root_2$75();
6431
6434
  var node_3 = $.child(canvas);
6432
6435
  children?.(node_3);
6433
6436
  $.reset(canvas);
@@ -6446,8 +6449,8 @@ function FallingLines($$anchor, $$props) {
6446
6449
  $.append($$anchor, fragment);
6447
6450
  $.pop();
6448
6451
  }
6449
- var root_2$71 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
6450
- var root$72 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
6452
+ var root_2$74 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
6453
+ var root$75 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
6451
6454
  function FilmGrain($$anchor, $$props) {
6452
6455
  $.push($$props, true);
6453
6456
  let _experimentalWarnedOnce = false;
@@ -6612,7 +6615,7 @@ function FilmGrain($$anchor, $$props) {
6612
6615
  $.set(isRegistered, false);
6613
6616
  parentRegister(instanceId, null, null, null, null);
6614
6617
  });
6615
- var fragment = root$72();
6618
+ var fragment = root$75();
6616
6619
  var span = $.first_child(fragment);
6617
6620
  var node_1 = $.child(span);
6618
6621
  var consequent = ($$anchor$1) => {
@@ -6625,7 +6628,7 @@ function FilmGrain($$anchor, $$props) {
6625
6628
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
6626
6629
  var node_2 = $.sibling(span, 2);
6627
6630
  var consequent_1 = ($$anchor$1) => {
6628
- var canvas = root_2$71();
6631
+ var canvas = root_2$74();
6629
6632
  var node_3 = $.child(canvas);
6630
6633
  children?.(node_3);
6631
6634
  $.reset(canvas);
@@ -6644,8 +6647,8 @@ function FilmGrain($$anchor, $$props) {
6644
6647
  $.append($$anchor, fragment);
6645
6648
  $.pop();
6646
6649
  }
6647
- var root_2$70 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
6648
- var root$71 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
6650
+ var root_2$73 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
6651
+ var root$74 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
6649
6652
  function FloatingParticles($$anchor, $$props) {
6650
6653
  $.push($$props, true);
6651
6654
  let _experimentalWarnedOnce = false;
@@ -6810,7 +6813,7 @@ function FloatingParticles($$anchor, $$props) {
6810
6813
  $.set(isRegistered, false);
6811
6814
  parentRegister(instanceId, null, null, null, null);
6812
6815
  });
6813
- var fragment = root$71();
6816
+ var fragment = root$74();
6814
6817
  var span = $.first_child(fragment);
6815
6818
  var node_1 = $.child(span);
6816
6819
  var consequent = ($$anchor$1) => {
@@ -6823,7 +6826,7 @@ function FloatingParticles($$anchor, $$props) {
6823
6826
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
6824
6827
  var node_2 = $.sibling(span, 2);
6825
6828
  var consequent_1 = ($$anchor$1) => {
6826
- var canvas = root_2$70();
6829
+ var canvas = root_2$73();
6827
6830
  var node_3 = $.child(canvas);
6828
6831
  children?.(node_3);
6829
6832
  $.reset(canvas);
@@ -6842,8 +6845,8 @@ function FloatingParticles($$anchor, $$props) {
6842
6845
  $.append($$anchor, fragment);
6843
6846
  $.pop();
6844
6847
  }
6845
- var root_2$69 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
6846
- var root$70 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
6848
+ var root_2$72 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
6849
+ var root$73 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
6847
6850
  function FlowField($$anchor, $$props) {
6848
6851
  $.push($$props, true);
6849
6852
  let _experimentalWarnedOnce = false;
@@ -7008,7 +7011,7 @@ function FlowField($$anchor, $$props) {
7008
7011
  $.set(isRegistered, false);
7009
7012
  parentRegister(instanceId, null, null, null, null);
7010
7013
  });
7011
- var fragment = root$70();
7014
+ var fragment = root$73();
7012
7015
  var span = $.first_child(fragment);
7013
7016
  var node_1 = $.child(span);
7014
7017
  var consequent = ($$anchor$1) => {
@@ -7021,7 +7024,7 @@ function FlowField($$anchor, $$props) {
7021
7024
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
7022
7025
  var node_2 = $.sibling(span, 2);
7023
7026
  var consequent_1 = ($$anchor$1) => {
7024
- var canvas = root_2$69();
7027
+ var canvas = root_2$72();
7025
7028
  var node_3 = $.child(canvas);
7026
7029
  children?.(node_3);
7027
7030
  $.reset(canvas);
@@ -7040,8 +7043,8 @@ function FlowField($$anchor, $$props) {
7040
7043
  $.append($$anchor, fragment);
7041
7044
  $.pop();
7042
7045
  }
7043
- var root_2$68 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
7044
- var root$69 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
7046
+ var root_2$71 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
7047
+ var root$72 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
7045
7048
  function Flower($$anchor, $$props) {
7046
7049
  $.push($$props, true);
7047
7050
  let _experimentalWarnedOnce = false;
@@ -7206,7 +7209,7 @@ function Flower($$anchor, $$props) {
7206
7209
  $.set(isRegistered, false);
7207
7210
  parentRegister(instanceId, null, null, null, null);
7208
7211
  });
7209
- var fragment = root$69();
7212
+ var fragment = root$72();
7210
7213
  var span = $.first_child(fragment);
7211
7214
  var node_1 = $.child(span);
7212
7215
  var consequent = ($$anchor$1) => {
@@ -7219,7 +7222,7 @@ function Flower($$anchor, $$props) {
7219
7222
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
7220
7223
  var node_2 = $.sibling(span, 2);
7221
7224
  var consequent_1 = ($$anchor$1) => {
7222
- var canvas = root_2$68();
7225
+ var canvas = root_2$71();
7223
7226
  var node_3 = $.child(canvas);
7224
7227
  children?.(node_3);
7225
7228
  $.reset(canvas);
@@ -7238,8 +7241,8 @@ function Flower($$anchor, $$props) {
7238
7241
  $.append($$anchor, fragment);
7239
7242
  $.pop();
7240
7243
  }
7241
- var root_2$67 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
7242
- var root$68 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
7244
+ var root_2$70 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
7245
+ var root$71 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
7243
7246
  function FlowingGradient($$anchor, $$props) {
7244
7247
  $.push($$props, true);
7245
7248
  let _experimentalWarnedOnce = false;
@@ -7404,7 +7407,7 @@ function FlowingGradient($$anchor, $$props) {
7404
7407
  $.set(isRegistered, false);
7405
7408
  parentRegister(instanceId, null, null, null, null);
7406
7409
  });
7407
- var fragment = root$68();
7410
+ var fragment = root$71();
7408
7411
  var span = $.first_child(fragment);
7409
7412
  var node_1 = $.child(span);
7410
7413
  var consequent = ($$anchor$1) => {
@@ -7417,7 +7420,7 @@ function FlowingGradient($$anchor, $$props) {
7417
7420
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
7418
7421
  var node_2 = $.sibling(span, 2);
7419
7422
  var consequent_1 = ($$anchor$1) => {
7420
- var canvas = root_2$67();
7423
+ var canvas = root_2$70();
7421
7424
  var node_3 = $.child(canvas);
7422
7425
  children?.(node_3);
7423
7426
  $.reset(canvas);
@@ -7436,9 +7439,9 @@ function FlowingGradient($$anchor, $$props) {
7436
7439
  $.append($$anchor, fragment);
7437
7440
  $.pop();
7438
7441
  }
7439
- var root_2$66 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
7440
- var root$67 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
7441
- function Form3D($$anchor, $$props) {
7442
+ var root_2$69 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
7443
+ var root$70 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
7444
+ function Fog($$anchor, $$props) {
7442
7445
  $.push($$props, true);
7443
7446
  let _experimentalWarnedOnce = false;
7444
7447
  if (componentDefinition$37.experimental && !_experimentalWarnedOnce) {
@@ -7602,7 +7605,7 @@ function Form3D($$anchor, $$props) {
7602
7605
  $.set(isRegistered, false);
7603
7606
  parentRegister(instanceId, null, null, null, null);
7604
7607
  });
7605
- var fragment = root$67();
7608
+ var fragment = root$70();
7606
7609
  var span = $.first_child(fragment);
7607
7610
  var node_1 = $.child(span);
7608
7611
  var consequent = ($$anchor$1) => {
@@ -7615,7 +7618,7 @@ function Form3D($$anchor, $$props) {
7615
7618
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
7616
7619
  var node_2 = $.sibling(span, 2);
7617
7620
  var consequent_1 = ($$anchor$1) => {
7618
- var canvas = root_2$66();
7621
+ var canvas = root_2$69();
7619
7622
  var node_3 = $.child(canvas);
7620
7623
  children?.(node_3);
7621
7624
  $.reset(canvas);
@@ -7634,9 +7637,9 @@ function Form3D($$anchor, $$props) {
7634
7637
  $.append($$anchor, fragment);
7635
7638
  $.pop();
7636
7639
  }
7637
- var root_2$65 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
7638
- var root$66 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
7639
- function Glass($$anchor, $$props) {
7640
+ var root_2$68 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
7641
+ var root$69 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
7642
+ function Form3D($$anchor, $$props) {
7640
7643
  $.push($$props, true);
7641
7644
  let _experimentalWarnedOnce = false;
7642
7645
  if (componentDefinition$38.experimental && !_experimentalWarnedOnce) {
@@ -7800,7 +7803,7 @@ function Glass($$anchor, $$props) {
7800
7803
  $.set(isRegistered, false);
7801
7804
  parentRegister(instanceId, null, null, null, null);
7802
7805
  });
7803
- var fragment = root$66();
7806
+ var fragment = root$69();
7804
7807
  var span = $.first_child(fragment);
7805
7808
  var node_1 = $.child(span);
7806
7809
  var consequent = ($$anchor$1) => {
@@ -7813,7 +7816,7 @@ function Glass($$anchor, $$props) {
7813
7816
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
7814
7817
  var node_2 = $.sibling(span, 2);
7815
7818
  var consequent_1 = ($$anchor$1) => {
7816
- var canvas = root_2$65();
7819
+ var canvas = root_2$68();
7817
7820
  var node_3 = $.child(canvas);
7818
7821
  children?.(node_3);
7819
7822
  $.reset(canvas);
@@ -7832,9 +7835,9 @@ function Glass($$anchor, $$props) {
7832
7835
  $.append($$anchor, fragment);
7833
7836
  $.pop();
7834
7837
  }
7835
- var root_2$64 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
7836
- var root$65 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
7837
- function GlassTiles($$anchor, $$props) {
7838
+ var root_2$67 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
7839
+ var root$68 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
7840
+ function Glass($$anchor, $$props) {
7838
7841
  $.push($$props, true);
7839
7842
  let _experimentalWarnedOnce = false;
7840
7843
  if (componentDefinition$39.experimental && !_experimentalWarnedOnce) {
@@ -7998,7 +8001,7 @@ function GlassTiles($$anchor, $$props) {
7998
8001
  $.set(isRegistered, false);
7999
8002
  parentRegister(instanceId, null, null, null, null);
8000
8003
  });
8001
- var fragment = root$65();
8004
+ var fragment = root$68();
8002
8005
  var span = $.first_child(fragment);
8003
8006
  var node_1 = $.child(span);
8004
8007
  var consequent = ($$anchor$1) => {
@@ -8011,7 +8014,7 @@ function GlassTiles($$anchor, $$props) {
8011
8014
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
8012
8015
  var node_2 = $.sibling(span, 2);
8013
8016
  var consequent_1 = ($$anchor$1) => {
8014
- var canvas = root_2$64();
8017
+ var canvas = root_2$67();
8015
8018
  var node_3 = $.child(canvas);
8016
8019
  children?.(node_3);
8017
8020
  $.reset(canvas);
@@ -8030,9 +8033,9 @@ function GlassTiles($$anchor, $$props) {
8030
8033
  $.append($$anchor, fragment);
8031
8034
  $.pop();
8032
8035
  }
8033
- var root_2$63 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
8034
- var root$64 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
8035
- function Glitch($$anchor, $$props) {
8036
+ var root_2$66 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
8037
+ var root$67 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
8038
+ function GlassTiles($$anchor, $$props) {
8036
8039
  $.push($$props, true);
8037
8040
  let _experimentalWarnedOnce = false;
8038
8041
  if (componentDefinition$40.experimental && !_experimentalWarnedOnce) {
@@ -8196,7 +8199,7 @@ function Glitch($$anchor, $$props) {
8196
8199
  $.set(isRegistered, false);
8197
8200
  parentRegister(instanceId, null, null, null, null);
8198
8201
  });
8199
- var fragment = root$64();
8202
+ var fragment = root$67();
8200
8203
  var span = $.first_child(fragment);
8201
8204
  var node_1 = $.child(span);
8202
8205
  var consequent = ($$anchor$1) => {
@@ -8209,7 +8212,7 @@ function Glitch($$anchor, $$props) {
8209
8212
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
8210
8213
  var node_2 = $.sibling(span, 2);
8211
8214
  var consequent_1 = ($$anchor$1) => {
8212
- var canvas = root_2$63();
8215
+ var canvas = root_2$66();
8213
8216
  var node_3 = $.child(canvas);
8214
8217
  children?.(node_3);
8215
8218
  $.reset(canvas);
@@ -8228,9 +8231,9 @@ function Glitch($$anchor, $$props) {
8228
8231
  $.append($$anchor, fragment);
8229
8232
  $.pop();
8230
8233
  }
8231
- var root_2$62 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
8232
- var root$63 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
8233
- function Glow($$anchor, $$props) {
8234
+ var root_2$65 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
8235
+ var root$66 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
8236
+ function Glitch($$anchor, $$props) {
8234
8237
  $.push($$props, true);
8235
8238
  let _experimentalWarnedOnce = false;
8236
8239
  if (componentDefinition$41.experimental && !_experimentalWarnedOnce) {
@@ -8394,7 +8397,7 @@ function Glow($$anchor, $$props) {
8394
8397
  $.set(isRegistered, false);
8395
8398
  parentRegister(instanceId, null, null, null, null);
8396
8399
  });
8397
- var fragment = root$63();
8400
+ var fragment = root$66();
8398
8401
  var span = $.first_child(fragment);
8399
8402
  var node_1 = $.child(span);
8400
8403
  var consequent = ($$anchor$1) => {
@@ -8407,7 +8410,7 @@ function Glow($$anchor, $$props) {
8407
8410
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
8408
8411
  var node_2 = $.sibling(span, 2);
8409
8412
  var consequent_1 = ($$anchor$1) => {
8410
- var canvas = root_2$62();
8413
+ var canvas = root_2$65();
8411
8414
  var node_3 = $.child(canvas);
8412
8415
  children?.(node_3);
8413
8416
  $.reset(canvas);
@@ -8426,9 +8429,9 @@ function Glow($$anchor, $$props) {
8426
8429
  $.append($$anchor, fragment);
8427
8430
  $.pop();
8428
8431
  }
8429
- var root_2$61 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
8430
- var root$62 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
8431
- function Godrays($$anchor, $$props) {
8432
+ var root_2$64 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
8433
+ var root$65 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
8434
+ function Glow($$anchor, $$props) {
8432
8435
  $.push($$props, true);
8433
8436
  let _experimentalWarnedOnce = false;
8434
8437
  if (componentDefinition$42.experimental && !_experimentalWarnedOnce) {
@@ -8592,7 +8595,7 @@ function Godrays($$anchor, $$props) {
8592
8595
  $.set(isRegistered, false);
8593
8596
  parentRegister(instanceId, null, null, null, null);
8594
8597
  });
8595
- var fragment = root$62();
8598
+ var fragment = root$65();
8596
8599
  var span = $.first_child(fragment);
8597
8600
  var node_1 = $.child(span);
8598
8601
  var consequent = ($$anchor$1) => {
@@ -8605,7 +8608,7 @@ function Godrays($$anchor, $$props) {
8605
8608
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
8606
8609
  var node_2 = $.sibling(span, 2);
8607
8610
  var consequent_1 = ($$anchor$1) => {
8608
- var canvas = root_2$61();
8611
+ var canvas = root_2$64();
8609
8612
  var node_3 = $.child(canvas);
8610
8613
  children?.(node_3);
8611
8614
  $.reset(canvas);
@@ -8624,9 +8627,9 @@ function Godrays($$anchor, $$props) {
8624
8627
  $.append($$anchor, fragment);
8625
8628
  $.pop();
8626
8629
  }
8627
- var root_2$60 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
8628
- var root$61 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
8629
- function Grayscale($$anchor, $$props) {
8630
+ var root_2$63 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
8631
+ var root$64 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
8632
+ function Godrays($$anchor, $$props) {
8630
8633
  $.push($$props, true);
8631
8634
  let _experimentalWarnedOnce = false;
8632
8635
  if (componentDefinition$43.experimental && !_experimentalWarnedOnce) {
@@ -8790,7 +8793,7 @@ function Grayscale($$anchor, $$props) {
8790
8793
  $.set(isRegistered, false);
8791
8794
  parentRegister(instanceId, null, null, null, null);
8792
8795
  });
8793
- var fragment = root$61();
8796
+ var fragment = root$64();
8794
8797
  var span = $.first_child(fragment);
8795
8798
  var node_1 = $.child(span);
8796
8799
  var consequent = ($$anchor$1) => {
@@ -8803,7 +8806,7 @@ function Grayscale($$anchor, $$props) {
8803
8806
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
8804
8807
  var node_2 = $.sibling(span, 2);
8805
8808
  var consequent_1 = ($$anchor$1) => {
8806
- var canvas = root_2$60();
8809
+ var canvas = root_2$63();
8807
8810
  var node_3 = $.child(canvas);
8808
8811
  children?.(node_3);
8809
8812
  $.reset(canvas);
@@ -8822,9 +8825,9 @@ function Grayscale($$anchor, $$props) {
8822
8825
  $.append($$anchor, fragment);
8823
8826
  $.pop();
8824
8827
  }
8825
- var root_2$59 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
8826
- var root$60 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
8827
- function Grid($$anchor, $$props) {
8828
+ var root_2$62 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
8829
+ var root$63 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
8830
+ function Grayscale($$anchor, $$props) {
8828
8831
  $.push($$props, true);
8829
8832
  let _experimentalWarnedOnce = false;
8830
8833
  if (componentDefinition$44.experimental && !_experimentalWarnedOnce) {
@@ -8988,7 +8991,7 @@ function Grid($$anchor, $$props) {
8988
8991
  $.set(isRegistered, false);
8989
8992
  parentRegister(instanceId, null, null, null, null);
8990
8993
  });
8991
- var fragment = root$60();
8994
+ var fragment = root$63();
8992
8995
  var span = $.first_child(fragment);
8993
8996
  var node_1 = $.child(span);
8994
8997
  var consequent = ($$anchor$1) => {
@@ -9001,7 +9004,7 @@ function Grid($$anchor, $$props) {
9001
9004
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
9002
9005
  var node_2 = $.sibling(span, 2);
9003
9006
  var consequent_1 = ($$anchor$1) => {
9004
- var canvas = root_2$59();
9007
+ var canvas = root_2$62();
9005
9008
  var node_3 = $.child(canvas);
9006
9009
  children?.(node_3);
9007
9010
  $.reset(canvas);
@@ -9020,9 +9023,9 @@ function Grid($$anchor, $$props) {
9020
9023
  $.append($$anchor, fragment);
9021
9024
  $.pop();
9022
9025
  }
9023
- var root_2$58 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
9024
- var root$59 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
9025
- function GridDistortion($$anchor, $$props) {
9026
+ var root_2$61 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
9027
+ var root$62 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
9028
+ function Grid($$anchor, $$props) {
9026
9029
  $.push($$props, true);
9027
9030
  let _experimentalWarnedOnce = false;
9028
9031
  if (componentDefinition$45.experimental && !_experimentalWarnedOnce) {
@@ -9186,7 +9189,7 @@ function GridDistortion($$anchor, $$props) {
9186
9189
  $.set(isRegistered, false);
9187
9190
  parentRegister(instanceId, null, null, null, null);
9188
9191
  });
9189
- var fragment = root$59();
9192
+ var fragment = root$62();
9190
9193
  var span = $.first_child(fragment);
9191
9194
  var node_1 = $.child(span);
9192
9195
  var consequent = ($$anchor$1) => {
@@ -9199,7 +9202,7 @@ function GridDistortion($$anchor, $$props) {
9199
9202
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
9200
9203
  var node_2 = $.sibling(span, 2);
9201
9204
  var consequent_1 = ($$anchor$1) => {
9202
- var canvas = root_2$58();
9205
+ var canvas = root_2$61();
9203
9206
  var node_3 = $.child(canvas);
9204
9207
  children?.(node_3);
9205
9208
  $.reset(canvas);
@@ -9218,9 +9221,9 @@ function GridDistortion($$anchor, $$props) {
9218
9221
  $.append($$anchor, fragment);
9219
9222
  $.pop();
9220
9223
  }
9221
- var root_2$57 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
9222
- var root$58 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
9223
- function Group($$anchor, $$props) {
9224
+ var root_2$60 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
9225
+ var root$61 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
9226
+ function GridDistortion($$anchor, $$props) {
9224
9227
  $.push($$props, true);
9225
9228
  let _experimentalWarnedOnce = false;
9226
9229
  if (componentDefinition$46.experimental && !_experimentalWarnedOnce) {
@@ -9384,7 +9387,7 @@ function Group($$anchor, $$props) {
9384
9387
  $.set(isRegistered, false);
9385
9388
  parentRegister(instanceId, null, null, null, null);
9386
9389
  });
9387
- var fragment = root$58();
9390
+ var fragment = root$61();
9388
9391
  var span = $.first_child(fragment);
9389
9392
  var node_1 = $.child(span);
9390
9393
  var consequent = ($$anchor$1) => {
@@ -9397,7 +9400,7 @@ function Group($$anchor, $$props) {
9397
9400
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
9398
9401
  var node_2 = $.sibling(span, 2);
9399
9402
  var consequent_1 = ($$anchor$1) => {
9400
- var canvas = root_2$57();
9403
+ var canvas = root_2$60();
9401
9404
  var node_3 = $.child(canvas);
9402
9405
  children?.(node_3);
9403
9406
  $.reset(canvas);
@@ -9416,9 +9419,9 @@ function Group($$anchor, $$props) {
9416
9419
  $.append($$anchor, fragment);
9417
9420
  $.pop();
9418
9421
  }
9419
- var root_2$56 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
9420
- var root$57 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
9421
- function Halftone($$anchor, $$props) {
9422
+ var root_2$59 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
9423
+ var root$60 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
9424
+ function Group($$anchor, $$props) {
9422
9425
  $.push($$props, true);
9423
9426
  let _experimentalWarnedOnce = false;
9424
9427
  if (componentDefinition$47.experimental && !_experimentalWarnedOnce) {
@@ -9582,7 +9585,7 @@ function Halftone($$anchor, $$props) {
9582
9585
  $.set(isRegistered, false);
9583
9586
  parentRegister(instanceId, null, null, null, null);
9584
9587
  });
9585
- var fragment = root$57();
9588
+ var fragment = root$60();
9586
9589
  var span = $.first_child(fragment);
9587
9590
  var node_1 = $.child(span);
9588
9591
  var consequent = ($$anchor$1) => {
@@ -9595,7 +9598,7 @@ function Halftone($$anchor, $$props) {
9595
9598
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
9596
9599
  var node_2 = $.sibling(span, 2);
9597
9600
  var consequent_1 = ($$anchor$1) => {
9598
- var canvas = root_2$56();
9601
+ var canvas = root_2$59();
9599
9602
  var node_3 = $.child(canvas);
9600
9603
  children?.(node_3);
9601
9604
  $.reset(canvas);
@@ -9614,9 +9617,9 @@ function Halftone($$anchor, $$props) {
9614
9617
  $.append($$anchor, fragment);
9615
9618
  $.pop();
9616
9619
  }
9617
- var root_2$55 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
9618
- var root$56 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
9619
- function HexGrid($$anchor, $$props) {
9620
+ var root_2$58 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
9621
+ var root$59 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
9622
+ function Halftone($$anchor, $$props) {
9620
9623
  $.push($$props, true);
9621
9624
  let _experimentalWarnedOnce = false;
9622
9625
  if (componentDefinition$48.experimental && !_experimentalWarnedOnce) {
@@ -9780,7 +9783,7 @@ function HexGrid($$anchor, $$props) {
9780
9783
  $.set(isRegistered, false);
9781
9784
  parentRegister(instanceId, null, null, null, null);
9782
9785
  });
9783
- var fragment = root$56();
9786
+ var fragment = root$59();
9784
9787
  var span = $.first_child(fragment);
9785
9788
  var node_1 = $.child(span);
9786
9789
  var consequent = ($$anchor$1) => {
@@ -9793,7 +9796,7 @@ function HexGrid($$anchor, $$props) {
9793
9796
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
9794
9797
  var node_2 = $.sibling(span, 2);
9795
9798
  var consequent_1 = ($$anchor$1) => {
9796
- var canvas = root_2$55();
9799
+ var canvas = root_2$58();
9797
9800
  var node_3 = $.child(canvas);
9798
9801
  children?.(node_3);
9799
9802
  $.reset(canvas);
@@ -9812,9 +9815,9 @@ function HexGrid($$anchor, $$props) {
9812
9815
  $.append($$anchor, fragment);
9813
9816
  $.pop();
9814
9817
  }
9815
- var root_2$54 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
9816
- var root$55 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
9817
- function HueShift($$anchor, $$props) {
9818
+ var root_2$57 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
9819
+ var root$58 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
9820
+ function HexGrid($$anchor, $$props) {
9818
9821
  $.push($$props, true);
9819
9822
  let _experimentalWarnedOnce = false;
9820
9823
  if (componentDefinition$49.experimental && !_experimentalWarnedOnce) {
@@ -9978,7 +9981,7 @@ function HueShift($$anchor, $$props) {
9978
9981
  $.set(isRegistered, false);
9979
9982
  parentRegister(instanceId, null, null, null, null);
9980
9983
  });
9981
- var fragment = root$55();
9984
+ var fragment = root$58();
9982
9985
  var span = $.first_child(fragment);
9983
9986
  var node_1 = $.child(span);
9984
9987
  var consequent = ($$anchor$1) => {
@@ -9991,7 +9994,7 @@ function HueShift($$anchor, $$props) {
9991
9994
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
9992
9995
  var node_2 = $.sibling(span, 2);
9993
9996
  var consequent_1 = ($$anchor$1) => {
9994
- var canvas = root_2$54();
9997
+ var canvas = root_2$57();
9995
9998
  var node_3 = $.child(canvas);
9996
9999
  children?.(node_3);
9997
10000
  $.reset(canvas);
@@ -10010,9 +10013,9 @@ function HueShift($$anchor, $$props) {
10010
10013
  $.append($$anchor, fragment);
10011
10014
  $.pop();
10012
10015
  }
10013
- var root_2$53 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
10014
- var root$54 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
10015
- function ImageTexture($$anchor, $$props) {
10016
+ var root_2$56 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
10017
+ var root$57 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
10018
+ function HueShift($$anchor, $$props) {
10016
10019
  $.push($$props, true);
10017
10020
  let _experimentalWarnedOnce = false;
10018
10021
  if (componentDefinition$50.experimental && !_experimentalWarnedOnce) {
@@ -10176,7 +10179,7 @@ function ImageTexture($$anchor, $$props) {
10176
10179
  $.set(isRegistered, false);
10177
10180
  parentRegister(instanceId, null, null, null, null);
10178
10181
  });
10179
- var fragment = root$54();
10182
+ var fragment = root$57();
10180
10183
  var span = $.first_child(fragment);
10181
10184
  var node_1 = $.child(span);
10182
10185
  var consequent = ($$anchor$1) => {
@@ -10189,7 +10192,7 @@ function ImageTexture($$anchor, $$props) {
10189
10192
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
10190
10193
  var node_2 = $.sibling(span, 2);
10191
10194
  var consequent_1 = ($$anchor$1) => {
10192
- var canvas = root_2$53();
10195
+ var canvas = root_2$56();
10193
10196
  var node_3 = $.child(canvas);
10194
10197
  children?.(node_3);
10195
10198
  $.reset(canvas);
@@ -10208,9 +10211,9 @@ function ImageTexture($$anchor, $$props) {
10208
10211
  $.append($$anchor, fragment);
10209
10212
  $.pop();
10210
10213
  }
10211
- var root_2$52 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
10212
- var root$53 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
10213
- function Invert($$anchor, $$props) {
10214
+ var root_2$55 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
10215
+ var root$56 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
10216
+ function ImageTexture($$anchor, $$props) {
10214
10217
  $.push($$props, true);
10215
10218
  let _experimentalWarnedOnce = false;
10216
10219
  if (componentDefinition$51.experimental && !_experimentalWarnedOnce) {
@@ -10374,7 +10377,7 @@ function Invert($$anchor, $$props) {
10374
10377
  $.set(isRegistered, false);
10375
10378
  parentRegister(instanceId, null, null, null, null);
10376
10379
  });
10377
- var fragment = root$53();
10380
+ var fragment = root$56();
10378
10381
  var span = $.first_child(fragment);
10379
10382
  var node_1 = $.child(span);
10380
10383
  var consequent = ($$anchor$1) => {
@@ -10387,7 +10390,7 @@ function Invert($$anchor, $$props) {
10387
10390
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
10388
10391
  var node_2 = $.sibling(span, 2);
10389
10392
  var consequent_1 = ($$anchor$1) => {
10390
- var canvas = root_2$52();
10393
+ var canvas = root_2$55();
10391
10394
  var node_3 = $.child(canvas);
10392
10395
  children?.(node_3);
10393
10396
  $.reset(canvas);
@@ -10406,9 +10409,9 @@ function Invert($$anchor, $$props) {
10406
10409
  $.append($$anchor, fragment);
10407
10410
  $.pop();
10408
10411
  }
10409
- var root_2$51 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
10410
- var root$52 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
10411
- function Kaleidoscope($$anchor, $$props) {
10412
+ var root_2$54 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
10413
+ var root$55 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
10414
+ function Invert($$anchor, $$props) {
10412
10415
  $.push($$props, true);
10413
10416
  let _experimentalWarnedOnce = false;
10414
10417
  if (componentDefinition$52.experimental && !_experimentalWarnedOnce) {
@@ -10572,7 +10575,7 @@ function Kaleidoscope($$anchor, $$props) {
10572
10575
  $.set(isRegistered, false);
10573
10576
  parentRegister(instanceId, null, null, null, null);
10574
10577
  });
10575
- var fragment = root$52();
10578
+ var fragment = root$55();
10576
10579
  var span = $.first_child(fragment);
10577
10580
  var node_1 = $.child(span);
10578
10581
  var consequent = ($$anchor$1) => {
@@ -10585,7 +10588,7 @@ function Kaleidoscope($$anchor, $$props) {
10585
10588
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
10586
10589
  var node_2 = $.sibling(span, 2);
10587
10590
  var consequent_1 = ($$anchor$1) => {
10588
- var canvas = root_2$51();
10591
+ var canvas = root_2$54();
10589
10592
  var node_3 = $.child(canvas);
10590
10593
  children?.(node_3);
10591
10594
  $.reset(canvas);
@@ -10604,9 +10607,9 @@ function Kaleidoscope($$anchor, $$props) {
10604
10607
  $.append($$anchor, fragment);
10605
10608
  $.pop();
10606
10609
  }
10607
- var root_2$50 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
10608
- var root$51 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
10609
- function LensFlare($$anchor, $$props) {
10610
+ var root_2$53 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
10611
+ var root$54 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
10612
+ function Kaleidoscope($$anchor, $$props) {
10610
10613
  $.push($$props, true);
10611
10614
  let _experimentalWarnedOnce = false;
10612
10615
  if (componentDefinition$53.experimental && !_experimentalWarnedOnce) {
@@ -10770,7 +10773,7 @@ function LensFlare($$anchor, $$props) {
10770
10773
  $.set(isRegistered, false);
10771
10774
  parentRegister(instanceId, null, null, null, null);
10772
10775
  });
10773
- var fragment = root$51();
10776
+ var fragment = root$54();
10774
10777
  var span = $.first_child(fragment);
10775
10778
  var node_1 = $.child(span);
10776
10779
  var consequent = ($$anchor$1) => {
@@ -10783,7 +10786,7 @@ function LensFlare($$anchor, $$props) {
10783
10786
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
10784
10787
  var node_2 = $.sibling(span, 2);
10785
10788
  var consequent_1 = ($$anchor$1) => {
10786
- var canvas = root_2$50();
10789
+ var canvas = root_2$53();
10787
10790
  var node_3 = $.child(canvas);
10788
10791
  children?.(node_3);
10789
10792
  $.reset(canvas);
@@ -10802,9 +10805,9 @@ function LensFlare($$anchor, $$props) {
10802
10805
  $.append($$anchor, fragment);
10803
10806
  $.pop();
10804
10807
  }
10805
- var root_2$49 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
10806
- var root$50 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
10807
- function LinearBlur($$anchor, $$props) {
10808
+ var root_2$52 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
10809
+ var root$53 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
10810
+ function LensFlare($$anchor, $$props) {
10808
10811
  $.push($$props, true);
10809
10812
  let _experimentalWarnedOnce = false;
10810
10813
  if (componentDefinition$54.experimental && !_experimentalWarnedOnce) {
@@ -10968,7 +10971,7 @@ function LinearBlur($$anchor, $$props) {
10968
10971
  $.set(isRegistered, false);
10969
10972
  parentRegister(instanceId, null, null, null, null);
10970
10973
  });
10971
- var fragment = root$50();
10974
+ var fragment = root$53();
10972
10975
  var span = $.first_child(fragment);
10973
10976
  var node_1 = $.child(span);
10974
10977
  var consequent = ($$anchor$1) => {
@@ -10981,7 +10984,7 @@ function LinearBlur($$anchor, $$props) {
10981
10984
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
10982
10985
  var node_2 = $.sibling(span, 2);
10983
10986
  var consequent_1 = ($$anchor$1) => {
10984
- var canvas = root_2$49();
10987
+ var canvas = root_2$52();
10985
10988
  var node_3 = $.child(canvas);
10986
10989
  children?.(node_3);
10987
10990
  $.reset(canvas);
@@ -11000,9 +11003,9 @@ function LinearBlur($$anchor, $$props) {
11000
11003
  $.append($$anchor, fragment);
11001
11004
  $.pop();
11002
11005
  }
11003
- var root_2$48 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
11004
- var root$49 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
11005
- function LinearGradient($$anchor, $$props) {
11006
+ var root_2$51 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
11007
+ var root$52 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
11008
+ function LinearBlur($$anchor, $$props) {
11006
11009
  $.push($$props, true);
11007
11010
  let _experimentalWarnedOnce = false;
11008
11011
  if (componentDefinition$55.experimental && !_experimentalWarnedOnce) {
@@ -11166,7 +11169,7 @@ function LinearGradient($$anchor, $$props) {
11166
11169
  $.set(isRegistered, false);
11167
11170
  parentRegister(instanceId, null, null, null, null);
11168
11171
  });
11169
- var fragment = root$49();
11172
+ var fragment = root$52();
11170
11173
  var span = $.first_child(fragment);
11171
11174
  var node_1 = $.child(span);
11172
11175
  var consequent = ($$anchor$1) => {
@@ -11179,7 +11182,7 @@ function LinearGradient($$anchor, $$props) {
11179
11182
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
11180
11183
  var node_2 = $.sibling(span, 2);
11181
11184
  var consequent_1 = ($$anchor$1) => {
11182
- var canvas = root_2$48();
11185
+ var canvas = root_2$51();
11183
11186
  var node_3 = $.child(canvas);
11184
11187
  children?.(node_3);
11185
11188
  $.reset(canvas);
@@ -11198,9 +11201,9 @@ function LinearGradient($$anchor, $$props) {
11198
11201
  $.append($$anchor, fragment);
11199
11202
  $.pop();
11200
11203
  }
11201
- var root_2$47 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
11202
- var root$48 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
11203
- function Liquify($$anchor, $$props) {
11204
+ var root_2$50 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
11205
+ var root$51 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
11206
+ function LinearGradient($$anchor, $$props) {
11204
11207
  $.push($$props, true);
11205
11208
  let _experimentalWarnedOnce = false;
11206
11209
  if (componentDefinition$56.experimental && !_experimentalWarnedOnce) {
@@ -11364,7 +11367,7 @@ function Liquify($$anchor, $$props) {
11364
11367
  $.set(isRegistered, false);
11365
11368
  parentRegister(instanceId, null, null, null, null);
11366
11369
  });
11367
- var fragment = root$48();
11370
+ var fragment = root$51();
11368
11371
  var span = $.first_child(fragment);
11369
11372
  var node_1 = $.child(span);
11370
11373
  var consequent = ($$anchor$1) => {
@@ -11377,7 +11380,7 @@ function Liquify($$anchor, $$props) {
11377
11380
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
11378
11381
  var node_2 = $.sibling(span, 2);
11379
11382
  var consequent_1 = ($$anchor$1) => {
11380
- var canvas = root_2$47();
11383
+ var canvas = root_2$50();
11381
11384
  var node_3 = $.child(canvas);
11382
11385
  children?.(node_3);
11383
11386
  $.reset(canvas);
@@ -11396,9 +11399,9 @@ function Liquify($$anchor, $$props) {
11396
11399
  $.append($$anchor, fragment);
11397
11400
  $.pop();
11398
11401
  }
11399
- var root_2$46 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
11400
- var root$47 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
11401
- function Mirror($$anchor, $$props) {
11402
+ var root_2$49 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
11403
+ var root$50 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
11404
+ function Liquify($$anchor, $$props) {
11402
11405
  $.push($$props, true);
11403
11406
  let _experimentalWarnedOnce = false;
11404
11407
  if (componentDefinition$57.experimental && !_experimentalWarnedOnce) {
@@ -11562,7 +11565,7 @@ function Mirror($$anchor, $$props) {
11562
11565
  $.set(isRegistered, false);
11563
11566
  parentRegister(instanceId, null, null, null, null);
11564
11567
  });
11565
- var fragment = root$47();
11568
+ var fragment = root$50();
11566
11569
  var span = $.first_child(fragment);
11567
11570
  var node_1 = $.child(span);
11568
11571
  var consequent = ($$anchor$1) => {
@@ -11575,7 +11578,7 @@ function Mirror($$anchor, $$props) {
11575
11578
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
11576
11579
  var node_2 = $.sibling(span, 2);
11577
11580
  var consequent_1 = ($$anchor$1) => {
11578
- var canvas = root_2$46();
11581
+ var canvas = root_2$49();
11579
11582
  var node_3 = $.child(canvas);
11580
11583
  children?.(node_3);
11581
11584
  $.reset(canvas);
@@ -11594,9 +11597,9 @@ function Mirror($$anchor, $$props) {
11594
11597
  $.append($$anchor, fragment);
11595
11598
  $.pop();
11596
11599
  }
11597
- var root_2$45 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
11598
- var root$46 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
11599
- function MultiPointGradient($$anchor, $$props) {
11600
+ var root_2$48 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
11601
+ var root$49 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
11602
+ function Mirror($$anchor, $$props) {
11600
11603
  $.push($$props, true);
11601
11604
  let _experimentalWarnedOnce = false;
11602
11605
  if (componentDefinition$58.experimental && !_experimentalWarnedOnce) {
@@ -11760,7 +11763,7 @@ function MultiPointGradient($$anchor, $$props) {
11760
11763
  $.set(isRegistered, false);
11761
11764
  parentRegister(instanceId, null, null, null, null);
11762
11765
  });
11763
- var fragment = root$46();
11766
+ var fragment = root$49();
11764
11767
  var span = $.first_child(fragment);
11765
11768
  var node_1 = $.child(span);
11766
11769
  var consequent = ($$anchor$1) => {
@@ -11773,7 +11776,7 @@ function MultiPointGradient($$anchor, $$props) {
11773
11776
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
11774
11777
  var node_2 = $.sibling(span, 2);
11775
11778
  var consequent_1 = ($$anchor$1) => {
11776
- var canvas = root_2$45();
11779
+ var canvas = root_2$48();
11777
11780
  var node_3 = $.child(canvas);
11778
11781
  children?.(node_3);
11779
11782
  $.reset(canvas);
@@ -11792,9 +11795,9 @@ function MultiPointGradient($$anchor, $$props) {
11792
11795
  $.append($$anchor, fragment);
11793
11796
  $.pop();
11794
11797
  }
11795
- var root_2$44 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
11796
- var root$45 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
11797
- function Neon($$anchor, $$props) {
11798
+ var root_2$47 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
11799
+ var root$48 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
11800
+ function MultiPointGradient($$anchor, $$props) {
11798
11801
  $.push($$props, true);
11799
11802
  let _experimentalWarnedOnce = false;
11800
11803
  if (componentDefinition$59.experimental && !_experimentalWarnedOnce) {
@@ -11958,7 +11961,7 @@ function Neon($$anchor, $$props) {
11958
11961
  $.set(isRegistered, false);
11959
11962
  parentRegister(instanceId, null, null, null, null);
11960
11963
  });
11961
- var fragment = root$45();
11964
+ var fragment = root$48();
11962
11965
  var span = $.first_child(fragment);
11963
11966
  var node_1 = $.child(span);
11964
11967
  var consequent = ($$anchor$1) => {
@@ -11971,7 +11974,7 @@ function Neon($$anchor, $$props) {
11971
11974
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
11972
11975
  var node_2 = $.sibling(span, 2);
11973
11976
  var consequent_1 = ($$anchor$1) => {
11974
- var canvas = root_2$44();
11977
+ var canvas = root_2$47();
11975
11978
  var node_3 = $.child(canvas);
11976
11979
  children?.(node_3);
11977
11980
  $.reset(canvas);
@@ -11990,9 +11993,9 @@ function Neon($$anchor, $$props) {
11990
11993
  $.append($$anchor, fragment);
11991
11994
  $.pop();
11992
11995
  }
11993
- var root_2$43 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
11994
- var root$44 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
11995
- function Paper($$anchor, $$props) {
11996
+ var root_2$46 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
11997
+ var root$47 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
11998
+ function Neon($$anchor, $$props) {
11996
11999
  $.push($$props, true);
11997
12000
  let _experimentalWarnedOnce = false;
11998
12001
  if (componentDefinition$60.experimental && !_experimentalWarnedOnce) {
@@ -12156,7 +12159,7 @@ function Paper($$anchor, $$props) {
12156
12159
  $.set(isRegistered, false);
12157
12160
  parentRegister(instanceId, null, null, null, null);
12158
12161
  });
12159
- var fragment = root$44();
12162
+ var fragment = root$47();
12160
12163
  var span = $.first_child(fragment);
12161
12164
  var node_1 = $.child(span);
12162
12165
  var consequent = ($$anchor$1) => {
@@ -12169,7 +12172,7 @@ function Paper($$anchor, $$props) {
12169
12172
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
12170
12173
  var node_2 = $.sibling(span, 2);
12171
12174
  var consequent_1 = ($$anchor$1) => {
12172
- var canvas = root_2$43();
12175
+ var canvas = root_2$46();
12173
12176
  var node_3 = $.child(canvas);
12174
12177
  children?.(node_3);
12175
12178
  $.reset(canvas);
@@ -12188,9 +12191,9 @@ function Paper($$anchor, $$props) {
12188
12191
  $.append($$anchor, fragment);
12189
12192
  $.pop();
12190
12193
  }
12191
- var root_2$42 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
12192
- var root$43 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
12193
- function Perspective($$anchor, $$props) {
12194
+ var root_2$45 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
12195
+ var root$46 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
12196
+ function Paper($$anchor, $$props) {
12194
12197
  $.push($$props, true);
12195
12198
  let _experimentalWarnedOnce = false;
12196
12199
  if (componentDefinition$61.experimental && !_experimentalWarnedOnce) {
@@ -12354,7 +12357,7 @@ function Perspective($$anchor, $$props) {
12354
12357
  $.set(isRegistered, false);
12355
12358
  parentRegister(instanceId, null, null, null, null);
12356
12359
  });
12357
- var fragment = root$43();
12360
+ var fragment = root$46();
12358
12361
  var span = $.first_child(fragment);
12359
12362
  var node_1 = $.child(span);
12360
12363
  var consequent = ($$anchor$1) => {
@@ -12367,7 +12370,7 @@ function Perspective($$anchor, $$props) {
12367
12370
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
12368
12371
  var node_2 = $.sibling(span, 2);
12369
12372
  var consequent_1 = ($$anchor$1) => {
12370
- var canvas = root_2$42();
12373
+ var canvas = root_2$45();
12371
12374
  var node_3 = $.child(canvas);
12372
12375
  children?.(node_3);
12373
12376
  $.reset(canvas);
@@ -12386,9 +12389,9 @@ function Perspective($$anchor, $$props) {
12386
12389
  $.append($$anchor, fragment);
12387
12390
  $.pop();
12388
12391
  }
12389
- var root_2$41 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
12390
- var root$42 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
12391
- function Pixelate($$anchor, $$props) {
12392
+ var root_2$44 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
12393
+ var root$45 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
12394
+ function Perspective($$anchor, $$props) {
12392
12395
  $.push($$props, true);
12393
12396
  let _experimentalWarnedOnce = false;
12394
12397
  if (componentDefinition$62.experimental && !_experimentalWarnedOnce) {
@@ -12552,7 +12555,7 @@ function Pixelate($$anchor, $$props) {
12552
12555
  $.set(isRegistered, false);
12553
12556
  parentRegister(instanceId, null, null, null, null);
12554
12557
  });
12555
- var fragment = root$42();
12558
+ var fragment = root$45();
12556
12559
  var span = $.first_child(fragment);
12557
12560
  var node_1 = $.child(span);
12558
12561
  var consequent = ($$anchor$1) => {
@@ -12565,7 +12568,7 @@ function Pixelate($$anchor, $$props) {
12565
12568
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
12566
12569
  var node_2 = $.sibling(span, 2);
12567
12570
  var consequent_1 = ($$anchor$1) => {
12568
- var canvas = root_2$41();
12571
+ var canvas = root_2$44();
12569
12572
  var node_3 = $.child(canvas);
12570
12573
  children?.(node_3);
12571
12574
  $.reset(canvas);
@@ -12584,9 +12587,9 @@ function Pixelate($$anchor, $$props) {
12584
12587
  $.append($$anchor, fragment);
12585
12588
  $.pop();
12586
12589
  }
12587
- var root_2$40 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
12588
- var root$41 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
12589
- function Plasma($$anchor, $$props) {
12590
+ var root_2$43 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
12591
+ var root$44 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
12592
+ function Pixelate($$anchor, $$props) {
12590
12593
  $.push($$props, true);
12591
12594
  let _experimentalWarnedOnce = false;
12592
12595
  if (componentDefinition$63.experimental && !_experimentalWarnedOnce) {
@@ -12750,7 +12753,7 @@ function Plasma($$anchor, $$props) {
12750
12753
  $.set(isRegistered, false);
12751
12754
  parentRegister(instanceId, null, null, null, null);
12752
12755
  });
12753
- var fragment = root$41();
12756
+ var fragment = root$44();
12754
12757
  var span = $.first_child(fragment);
12755
12758
  var node_1 = $.child(span);
12756
12759
  var consequent = ($$anchor$1) => {
@@ -12763,7 +12766,7 @@ function Plasma($$anchor, $$props) {
12763
12766
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
12764
12767
  var node_2 = $.sibling(span, 2);
12765
12768
  var consequent_1 = ($$anchor$1) => {
12766
- var canvas = root_2$40();
12769
+ var canvas = root_2$43();
12767
12770
  var node_3 = $.child(canvas);
12768
12771
  children?.(node_3);
12769
12772
  $.reset(canvas);
@@ -12782,9 +12785,9 @@ function Plasma($$anchor, $$props) {
12782
12785
  $.append($$anchor, fragment);
12783
12786
  $.pop();
12784
12787
  }
12785
- var root_2$39 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
12786
- var root$40 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
12787
- function PolarCoordinates($$anchor, $$props) {
12788
+ var root_2$42 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
12789
+ var root$43 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
12790
+ function Plasma($$anchor, $$props) {
12788
12791
  $.push($$props, true);
12789
12792
  let _experimentalWarnedOnce = false;
12790
12793
  if (componentDefinition$64.experimental && !_experimentalWarnedOnce) {
@@ -12948,7 +12951,7 @@ function PolarCoordinates($$anchor, $$props) {
12948
12951
  $.set(isRegistered, false);
12949
12952
  parentRegister(instanceId, null, null, null, null);
12950
12953
  });
12951
- var fragment = root$40();
12954
+ var fragment = root$43();
12952
12955
  var span = $.first_child(fragment);
12953
12956
  var node_1 = $.child(span);
12954
12957
  var consequent = ($$anchor$1) => {
@@ -12961,7 +12964,7 @@ function PolarCoordinates($$anchor, $$props) {
12961
12964
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
12962
12965
  var node_2 = $.sibling(span, 2);
12963
12966
  var consequent_1 = ($$anchor$1) => {
12964
- var canvas = root_2$39();
12967
+ var canvas = root_2$42();
12965
12968
  var node_3 = $.child(canvas);
12966
12969
  children?.(node_3);
12967
12970
  $.reset(canvas);
@@ -12980,9 +12983,9 @@ function PolarCoordinates($$anchor, $$props) {
12980
12983
  $.append($$anchor, fragment);
12981
12984
  $.pop();
12982
12985
  }
12983
- var root_2$38 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
12984
- var root$39 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
12985
- function Polygon($$anchor, $$props) {
12986
+ var root_2$41 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
12987
+ var root$42 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
12988
+ function PolarCoordinates($$anchor, $$props) {
12986
12989
  $.push($$props, true);
12987
12990
  let _experimentalWarnedOnce = false;
12988
12991
  if (componentDefinition$65.experimental && !_experimentalWarnedOnce) {
@@ -13146,7 +13149,7 @@ function Polygon($$anchor, $$props) {
13146
13149
  $.set(isRegistered, false);
13147
13150
  parentRegister(instanceId, null, null, null, null);
13148
13151
  });
13149
- var fragment = root$39();
13152
+ var fragment = root$42();
13150
13153
  var span = $.first_child(fragment);
13151
13154
  var node_1 = $.child(span);
13152
13155
  var consequent = ($$anchor$1) => {
@@ -13159,7 +13162,7 @@ function Polygon($$anchor, $$props) {
13159
13162
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
13160
13163
  var node_2 = $.sibling(span, 2);
13161
13164
  var consequent_1 = ($$anchor$1) => {
13162
- var canvas = root_2$38();
13165
+ var canvas = root_2$41();
13163
13166
  var node_3 = $.child(canvas);
13164
13167
  children?.(node_3);
13165
13168
  $.reset(canvas);
@@ -13178,9 +13181,9 @@ function Polygon($$anchor, $$props) {
13178
13181
  $.append($$anchor, fragment);
13179
13182
  $.pop();
13180
13183
  }
13181
- var root_2$37 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
13182
- var root$38 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
13183
- function Posterize($$anchor, $$props) {
13184
+ var root_2$40 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
13185
+ var root$41 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
13186
+ function Polygon($$anchor, $$props) {
13184
13187
  $.push($$props, true);
13185
13188
  let _experimentalWarnedOnce = false;
13186
13189
  if (componentDefinition$66.experimental && !_experimentalWarnedOnce) {
@@ -13344,7 +13347,7 @@ function Posterize($$anchor, $$props) {
13344
13347
  $.set(isRegistered, false);
13345
13348
  parentRegister(instanceId, null, null, null, null);
13346
13349
  });
13347
- var fragment = root$38();
13350
+ var fragment = root$41();
13348
13351
  var span = $.first_child(fragment);
13349
13352
  var node_1 = $.child(span);
13350
13353
  var consequent = ($$anchor$1) => {
@@ -13357,7 +13360,7 @@ function Posterize($$anchor, $$props) {
13357
13360
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
13358
13361
  var node_2 = $.sibling(span, 2);
13359
13362
  var consequent_1 = ($$anchor$1) => {
13360
- var canvas = root_2$37();
13363
+ var canvas = root_2$40();
13361
13364
  var node_3 = $.child(canvas);
13362
13365
  children?.(node_3);
13363
13366
  $.reset(canvas);
@@ -13376,9 +13379,9 @@ function Posterize($$anchor, $$props) {
13376
13379
  $.append($$anchor, fragment);
13377
13380
  $.pop();
13378
13381
  }
13379
- var root_2$36 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
13380
- var root$37 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
13381
- function ProgressiveBlur($$anchor, $$props) {
13382
+ var root_2$39 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
13383
+ var root$40 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
13384
+ function Posterize($$anchor, $$props) {
13382
13385
  $.push($$props, true);
13383
13386
  let _experimentalWarnedOnce = false;
13384
13387
  if (componentDefinition$67.experimental && !_experimentalWarnedOnce) {
@@ -13542,7 +13545,7 @@ function ProgressiveBlur($$anchor, $$props) {
13542
13545
  $.set(isRegistered, false);
13543
13546
  parentRegister(instanceId, null, null, null, null);
13544
13547
  });
13545
- var fragment = root$37();
13548
+ var fragment = root$40();
13546
13549
  var span = $.first_child(fragment);
13547
13550
  var node_1 = $.child(span);
13548
13551
  var consequent = ($$anchor$1) => {
@@ -13555,7 +13558,7 @@ function ProgressiveBlur($$anchor, $$props) {
13555
13558
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
13556
13559
  var node_2 = $.sibling(span, 2);
13557
13560
  var consequent_1 = ($$anchor$1) => {
13558
- var canvas = root_2$36();
13561
+ var canvas = root_2$39();
13559
13562
  var node_3 = $.child(canvas);
13560
13563
  children?.(node_3);
13561
13564
  $.reset(canvas);
@@ -13574,9 +13577,9 @@ function ProgressiveBlur($$anchor, $$props) {
13574
13577
  $.append($$anchor, fragment);
13575
13578
  $.pop();
13576
13579
  }
13577
- var root_2$35 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
13578
- var root$36 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
13579
- function RadialGradient($$anchor, $$props) {
13580
+ var root_2$38 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
13581
+ var root$39 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
13582
+ function ProgressiveBlur($$anchor, $$props) {
13580
13583
  $.push($$props, true);
13581
13584
  let _experimentalWarnedOnce = false;
13582
13585
  if (componentDefinition$68.experimental && !_experimentalWarnedOnce) {
@@ -13740,7 +13743,7 @@ function RadialGradient($$anchor, $$props) {
13740
13743
  $.set(isRegistered, false);
13741
13744
  parentRegister(instanceId, null, null, null, null);
13742
13745
  });
13743
- var fragment = root$36();
13746
+ var fragment = root$39();
13744
13747
  var span = $.first_child(fragment);
13745
13748
  var node_1 = $.child(span);
13746
13749
  var consequent = ($$anchor$1) => {
@@ -13753,7 +13756,7 @@ function RadialGradient($$anchor, $$props) {
13753
13756
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
13754
13757
  var node_2 = $.sibling(span, 2);
13755
13758
  var consequent_1 = ($$anchor$1) => {
13756
- var canvas = root_2$35();
13759
+ var canvas = root_2$38();
13757
13760
  var node_3 = $.child(canvas);
13758
13761
  children?.(node_3);
13759
13762
  $.reset(canvas);
@@ -13772,9 +13775,9 @@ function RadialGradient($$anchor, $$props) {
13772
13775
  $.append($$anchor, fragment);
13773
13776
  $.pop();
13774
13777
  }
13775
- var root_2$34 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
13776
- var root$35 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
13777
- function RectangularCoordinates($$anchor, $$props) {
13778
+ var root_2$37 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
13779
+ var root$38 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
13780
+ function RadialGradient($$anchor, $$props) {
13778
13781
  $.push($$props, true);
13779
13782
  let _experimentalWarnedOnce = false;
13780
13783
  if (componentDefinition$69.experimental && !_experimentalWarnedOnce) {
@@ -13938,7 +13941,7 @@ function RectangularCoordinates($$anchor, $$props) {
13938
13941
  $.set(isRegistered, false);
13939
13942
  parentRegister(instanceId, null, null, null, null);
13940
13943
  });
13941
- var fragment = root$35();
13944
+ var fragment = root$38();
13942
13945
  var span = $.first_child(fragment);
13943
13946
  var node_1 = $.child(span);
13944
13947
  var consequent = ($$anchor$1) => {
@@ -13951,7 +13954,7 @@ function RectangularCoordinates($$anchor, $$props) {
13951
13954
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
13952
13955
  var node_2 = $.sibling(span, 2);
13953
13956
  var consequent_1 = ($$anchor$1) => {
13954
- var canvas = root_2$34();
13957
+ var canvas = root_2$37();
13955
13958
  var node_3 = $.child(canvas);
13956
13959
  children?.(node_3);
13957
13960
  $.reset(canvas);
@@ -13970,9 +13973,9 @@ function RectangularCoordinates($$anchor, $$props) {
13970
13973
  $.append($$anchor, fragment);
13971
13974
  $.pop();
13972
13975
  }
13973
- var root_2$33 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
13974
- var root$34 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
13975
- function Ring($$anchor, $$props) {
13976
+ var root_2$36 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
13977
+ var root$37 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
13978
+ function RectangularCoordinates($$anchor, $$props) {
13976
13979
  $.push($$props, true);
13977
13980
  let _experimentalWarnedOnce = false;
13978
13981
  if (componentDefinition$70.experimental && !_experimentalWarnedOnce) {
@@ -14136,7 +14139,7 @@ function Ring($$anchor, $$props) {
14136
14139
  $.set(isRegistered, false);
14137
14140
  parentRegister(instanceId, null, null, null, null);
14138
14141
  });
14139
- var fragment = root$34();
14142
+ var fragment = root$37();
14140
14143
  var span = $.first_child(fragment);
14141
14144
  var node_1 = $.child(span);
14142
14145
  var consequent = ($$anchor$1) => {
@@ -14149,7 +14152,7 @@ function Ring($$anchor, $$props) {
14149
14152
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
14150
14153
  var node_2 = $.sibling(span, 2);
14151
14154
  var consequent_1 = ($$anchor$1) => {
14152
- var canvas = root_2$33();
14155
+ var canvas = root_2$36();
14153
14156
  var node_3 = $.child(canvas);
14154
14157
  children?.(node_3);
14155
14158
  $.reset(canvas);
@@ -14168,9 +14171,9 @@ function Ring($$anchor, $$props) {
14168
14171
  $.append($$anchor, fragment);
14169
14172
  $.pop();
14170
14173
  }
14171
- var root_2$32 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
14172
- var root$33 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
14173
- function Ripples($$anchor, $$props) {
14174
+ var root_2$35 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
14175
+ var root$36 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
14176
+ function Ring($$anchor, $$props) {
14174
14177
  $.push($$props, true);
14175
14178
  let _experimentalWarnedOnce = false;
14176
14179
  if (componentDefinition$71.experimental && !_experimentalWarnedOnce) {
@@ -14334,7 +14337,7 @@ function Ripples($$anchor, $$props) {
14334
14337
  $.set(isRegistered, false);
14335
14338
  parentRegister(instanceId, null, null, null, null);
14336
14339
  });
14337
- var fragment = root$33();
14340
+ var fragment = root$36();
14338
14341
  var span = $.first_child(fragment);
14339
14342
  var node_1 = $.child(span);
14340
14343
  var consequent = ($$anchor$1) => {
@@ -14347,7 +14350,7 @@ function Ripples($$anchor, $$props) {
14347
14350
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
14348
14351
  var node_2 = $.sibling(span, 2);
14349
14352
  var consequent_1 = ($$anchor$1) => {
14350
- var canvas = root_2$32();
14353
+ var canvas = root_2$35();
14351
14354
  var node_3 = $.child(canvas);
14352
14355
  children?.(node_3);
14353
14356
  $.reset(canvas);
@@ -14366,9 +14369,9 @@ function Ripples($$anchor, $$props) {
14366
14369
  $.append($$anchor, fragment);
14367
14370
  $.pop();
14368
14371
  }
14369
- var root_2$31 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
14370
- var root$32 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
14371
- function RoundedRect($$anchor, $$props) {
14372
+ var root_2$34 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
14373
+ var root$35 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
14374
+ function Ripples($$anchor, $$props) {
14372
14375
  $.push($$props, true);
14373
14376
  let _experimentalWarnedOnce = false;
14374
14377
  if (componentDefinition$72.experimental && !_experimentalWarnedOnce) {
@@ -14532,7 +14535,7 @@ function RoundedRect($$anchor, $$props) {
14532
14535
  $.set(isRegistered, false);
14533
14536
  parentRegister(instanceId, null, null, null, null);
14534
14537
  });
14535
- var fragment = root$32();
14538
+ var fragment = root$35();
14536
14539
  var span = $.first_child(fragment);
14537
14540
  var node_1 = $.child(span);
14538
14541
  var consequent = ($$anchor$1) => {
@@ -14545,7 +14548,7 @@ function RoundedRect($$anchor, $$props) {
14545
14548
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
14546
14549
  var node_2 = $.sibling(span, 2);
14547
14550
  var consequent_1 = ($$anchor$1) => {
14548
- var canvas = root_2$31();
14551
+ var canvas = root_2$34();
14549
14552
  var node_3 = $.child(canvas);
14550
14553
  children?.(node_3);
14551
14554
  $.reset(canvas);
@@ -14564,9 +14567,9 @@ function RoundedRect($$anchor, $$props) {
14564
14567
  $.append($$anchor, fragment);
14565
14568
  $.pop();
14566
14569
  }
14567
- var root_2$30 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
14568
- var root$31 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
14569
- function Saturation($$anchor, $$props) {
14570
+ var root_2$33 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
14571
+ var root$34 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
14572
+ function RoundedRect($$anchor, $$props) {
14570
14573
  $.push($$props, true);
14571
14574
  let _experimentalWarnedOnce = false;
14572
14575
  if (componentDefinition$73.experimental && !_experimentalWarnedOnce) {
@@ -14730,7 +14733,7 @@ function Saturation($$anchor, $$props) {
14730
14733
  $.set(isRegistered, false);
14731
14734
  parentRegister(instanceId, null, null, null, null);
14732
14735
  });
14733
- var fragment = root$31();
14736
+ var fragment = root$34();
14734
14737
  var span = $.first_child(fragment);
14735
14738
  var node_1 = $.child(span);
14736
14739
  var consequent = ($$anchor$1) => {
@@ -14743,7 +14746,7 @@ function Saturation($$anchor, $$props) {
14743
14746
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
14744
14747
  var node_2 = $.sibling(span, 2);
14745
14748
  var consequent_1 = ($$anchor$1) => {
14746
- var canvas = root_2$30();
14749
+ var canvas = root_2$33();
14747
14750
  var node_3 = $.child(canvas);
14748
14751
  children?.(node_3);
14749
14752
  $.reset(canvas);
@@ -14762,9 +14765,9 @@ function Saturation($$anchor, $$props) {
14762
14765
  $.append($$anchor, fragment);
14763
14766
  $.pop();
14764
14767
  }
14765
- var root_2$29 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
14766
- var root$30 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
14767
- function Sharpness($$anchor, $$props) {
14768
+ var root_2$32 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
14769
+ var root$33 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
14770
+ function Saturation($$anchor, $$props) {
14768
14771
  $.push($$props, true);
14769
14772
  let _experimentalWarnedOnce = false;
14770
14773
  if (componentDefinition$74.experimental && !_experimentalWarnedOnce) {
@@ -14928,7 +14931,7 @@ function Sharpness($$anchor, $$props) {
14928
14931
  $.set(isRegistered, false);
14929
14932
  parentRegister(instanceId, null, null, null, null);
14930
14933
  });
14931
- var fragment = root$30();
14934
+ var fragment = root$33();
14932
14935
  var span = $.first_child(fragment);
14933
14936
  var node_1 = $.child(span);
14934
14937
  var consequent = ($$anchor$1) => {
@@ -14941,7 +14944,7 @@ function Sharpness($$anchor, $$props) {
14941
14944
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
14942
14945
  var node_2 = $.sibling(span, 2);
14943
14946
  var consequent_1 = ($$anchor$1) => {
14944
- var canvas = root_2$29();
14947
+ var canvas = root_2$32();
14945
14948
  var node_3 = $.child(canvas);
14946
14949
  children?.(node_3);
14947
14950
  $.reset(canvas);
@@ -14960,9 +14963,9 @@ function Sharpness($$anchor, $$props) {
14960
14963
  $.append($$anchor, fragment);
14961
14964
  $.pop();
14962
14965
  }
14963
- var root_2$28 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
14964
- var root$29 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
14965
- function Shatter($$anchor, $$props) {
14966
+ var root_2$31 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
14967
+ var root$32 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
14968
+ function Sharpness($$anchor, $$props) {
14966
14969
  $.push($$props, true);
14967
14970
  let _experimentalWarnedOnce = false;
14968
14971
  if (componentDefinition$75.experimental && !_experimentalWarnedOnce) {
@@ -15126,7 +15129,7 @@ function Shatter($$anchor, $$props) {
15126
15129
  $.set(isRegistered, false);
15127
15130
  parentRegister(instanceId, null, null, null, null);
15128
15131
  });
15129
- var fragment = root$29();
15132
+ var fragment = root$32();
15130
15133
  var span = $.first_child(fragment);
15131
15134
  var node_1 = $.child(span);
15132
15135
  var consequent = ($$anchor$1) => {
@@ -15139,7 +15142,7 @@ function Shatter($$anchor, $$props) {
15139
15142
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
15140
15143
  var node_2 = $.sibling(span, 2);
15141
15144
  var consequent_1 = ($$anchor$1) => {
15142
- var canvas = root_2$28();
15145
+ var canvas = root_2$31();
15143
15146
  var node_3 = $.child(canvas);
15144
15147
  children?.(node_3);
15145
15148
  $.reset(canvas);
@@ -15158,9 +15161,9 @@ function Shatter($$anchor, $$props) {
15158
15161
  $.append($$anchor, fragment);
15159
15162
  $.pop();
15160
15163
  }
15161
- var root_2$27 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
15162
- var root$28 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
15163
- function SimplexNoise($$anchor, $$props) {
15164
+ var root_2$30 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
15165
+ var root$31 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
15166
+ function Shatter($$anchor, $$props) {
15164
15167
  $.push($$props, true);
15165
15168
  let _experimentalWarnedOnce = false;
15166
15169
  if (componentDefinition$76.experimental && !_experimentalWarnedOnce) {
@@ -15324,7 +15327,7 @@ function SimplexNoise($$anchor, $$props) {
15324
15327
  $.set(isRegistered, false);
15325
15328
  parentRegister(instanceId, null, null, null, null);
15326
15329
  });
15327
- var fragment = root$28();
15330
+ var fragment = root$31();
15328
15331
  var span = $.first_child(fragment);
15329
15332
  var node_1 = $.child(span);
15330
15333
  var consequent = ($$anchor$1) => {
@@ -15337,7 +15340,7 @@ function SimplexNoise($$anchor, $$props) {
15337
15340
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
15338
15341
  var node_2 = $.sibling(span, 2);
15339
15342
  var consequent_1 = ($$anchor$1) => {
15340
- var canvas = root_2$27();
15343
+ var canvas = root_2$30();
15341
15344
  var node_3 = $.child(canvas);
15342
15345
  children?.(node_3);
15343
15346
  $.reset(canvas);
@@ -15356,9 +15359,9 @@ function SimplexNoise($$anchor, $$props) {
15356
15359
  $.append($$anchor, fragment);
15357
15360
  $.pop();
15358
15361
  }
15359
- var root_2$26 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
15360
- var root$27 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
15361
- function SineWave($$anchor, $$props) {
15362
+ var root_2$29 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
15363
+ var root$30 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
15364
+ function SimplexNoise($$anchor, $$props) {
15362
15365
  $.push($$props, true);
15363
15366
  let _experimentalWarnedOnce = false;
15364
15367
  if (componentDefinition$77.experimental && !_experimentalWarnedOnce) {
@@ -15522,7 +15525,7 @@ function SineWave($$anchor, $$props) {
15522
15525
  $.set(isRegistered, false);
15523
15526
  parentRegister(instanceId, null, null, null, null);
15524
15527
  });
15525
- var fragment = root$27();
15528
+ var fragment = root$30();
15526
15529
  var span = $.first_child(fragment);
15527
15530
  var node_1 = $.child(span);
15528
15531
  var consequent = ($$anchor$1) => {
@@ -15535,7 +15538,7 @@ function SineWave($$anchor, $$props) {
15535
15538
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
15536
15539
  var node_2 = $.sibling(span, 2);
15537
15540
  var consequent_1 = ($$anchor$1) => {
15538
- var canvas = root_2$26();
15541
+ var canvas = root_2$29();
15539
15542
  var node_3 = $.child(canvas);
15540
15543
  children?.(node_3);
15541
15544
  $.reset(canvas);
@@ -15554,9 +15557,9 @@ function SineWave($$anchor, $$props) {
15554
15557
  $.append($$anchor, fragment);
15555
15558
  $.pop();
15556
15559
  }
15557
- var root_2$25 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
15558
- var root$26 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
15559
- function Solarize($$anchor, $$props) {
15560
+ var root_2$28 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
15561
+ var root$29 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
15562
+ function SineWave($$anchor, $$props) {
15560
15563
  $.push($$props, true);
15561
15564
  let _experimentalWarnedOnce = false;
15562
15565
  if (componentDefinition$78.experimental && !_experimentalWarnedOnce) {
@@ -15720,7 +15723,7 @@ function Solarize($$anchor, $$props) {
15720
15723
  $.set(isRegistered, false);
15721
15724
  parentRegister(instanceId, null, null, null, null);
15722
15725
  });
15723
- var fragment = root$26();
15726
+ var fragment = root$29();
15724
15727
  var span = $.first_child(fragment);
15725
15728
  var node_1 = $.child(span);
15726
15729
  var consequent = ($$anchor$1) => {
@@ -15733,7 +15736,7 @@ function Solarize($$anchor, $$props) {
15733
15736
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
15734
15737
  var node_2 = $.sibling(span, 2);
15735
15738
  var consequent_1 = ($$anchor$1) => {
15736
- var canvas = root_2$25();
15739
+ var canvas = root_2$28();
15737
15740
  var node_3 = $.child(canvas);
15738
15741
  children?.(node_3);
15739
15742
  $.reset(canvas);
@@ -15752,9 +15755,9 @@ function Solarize($$anchor, $$props) {
15752
15755
  $.append($$anchor, fragment);
15753
15756
  $.pop();
15754
15757
  }
15755
- var root_2$24 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
15756
- var root$25 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
15757
- function SolidColor($$anchor, $$props) {
15758
+ var root_2$27 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
15759
+ var root$28 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
15760
+ function Smoke($$anchor, $$props) {
15758
15761
  $.push($$props, true);
15759
15762
  let _experimentalWarnedOnce = false;
15760
15763
  if (componentDefinition$79.experimental && !_experimentalWarnedOnce) {
@@ -15918,7 +15921,7 @@ function SolidColor($$anchor, $$props) {
15918
15921
  $.set(isRegistered, false);
15919
15922
  parentRegister(instanceId, null, null, null, null);
15920
15923
  });
15921
- var fragment = root$25();
15924
+ var fragment = root$28();
15922
15925
  var span = $.first_child(fragment);
15923
15926
  var node_1 = $.child(span);
15924
15927
  var consequent = ($$anchor$1) => {
@@ -15931,7 +15934,7 @@ function SolidColor($$anchor, $$props) {
15931
15934
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
15932
15935
  var node_2 = $.sibling(span, 2);
15933
15936
  var consequent_1 = ($$anchor$1) => {
15934
- var canvas = root_2$24();
15937
+ var canvas = root_2$27();
15935
15938
  var node_3 = $.child(canvas);
15936
15939
  children?.(node_3);
15937
15940
  $.reset(canvas);
@@ -15950,9 +15953,9 @@ function SolidColor($$anchor, $$props) {
15950
15953
  $.append($$anchor, fragment);
15951
15954
  $.pop();
15952
15955
  }
15953
- var root_2$23 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
15954
- var root$24 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
15955
- function Spherize($$anchor, $$props) {
15956
+ var root_2$26 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
15957
+ var root$27 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
15958
+ function SmokeFill($$anchor, $$props) {
15956
15959
  $.push($$props, true);
15957
15960
  let _experimentalWarnedOnce = false;
15958
15961
  if (componentDefinition$80.experimental && !_experimentalWarnedOnce) {
@@ -16116,7 +16119,7 @@ function Spherize($$anchor, $$props) {
16116
16119
  $.set(isRegistered, false);
16117
16120
  parentRegister(instanceId, null, null, null, null);
16118
16121
  });
16119
- var fragment = root$24();
16122
+ var fragment = root$27();
16120
16123
  var span = $.first_child(fragment);
16121
16124
  var node_1 = $.child(span);
16122
16125
  var consequent = ($$anchor$1) => {
@@ -16129,7 +16132,7 @@ function Spherize($$anchor, $$props) {
16129
16132
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
16130
16133
  var node_2 = $.sibling(span, 2);
16131
16134
  var consequent_1 = ($$anchor$1) => {
16132
- var canvas = root_2$23();
16135
+ var canvas = root_2$26();
16133
16136
  var node_3 = $.child(canvas);
16134
16137
  children?.(node_3);
16135
16138
  $.reset(canvas);
@@ -16148,9 +16151,9 @@ function Spherize($$anchor, $$props) {
16148
16151
  $.append($$anchor, fragment);
16149
16152
  $.pop();
16150
16153
  }
16151
- var root_2$22 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
16152
- var root$23 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
16153
- function Spiral($$anchor, $$props) {
16154
+ var root_2$25 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
16155
+ var root$26 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
16156
+ function Solarize($$anchor, $$props) {
16154
16157
  $.push($$props, true);
16155
16158
  let _experimentalWarnedOnce = false;
16156
16159
  if (componentDefinition$81.experimental && !_experimentalWarnedOnce) {
@@ -16314,7 +16317,7 @@ function Spiral($$anchor, $$props) {
16314
16317
  $.set(isRegistered, false);
16315
16318
  parentRegister(instanceId, null, null, null, null);
16316
16319
  });
16317
- var fragment = root$23();
16320
+ var fragment = root$26();
16318
16321
  var span = $.first_child(fragment);
16319
16322
  var node_1 = $.child(span);
16320
16323
  var consequent = ($$anchor$1) => {
@@ -16327,7 +16330,7 @@ function Spiral($$anchor, $$props) {
16327
16330
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
16328
16331
  var node_2 = $.sibling(span, 2);
16329
16332
  var consequent_1 = ($$anchor$1) => {
16330
- var canvas = root_2$22();
16333
+ var canvas = root_2$25();
16331
16334
  var node_3 = $.child(canvas);
16332
16335
  children?.(node_3);
16333
16336
  $.reset(canvas);
@@ -16346,9 +16349,9 @@ function Spiral($$anchor, $$props) {
16346
16349
  $.append($$anchor, fragment);
16347
16350
  $.pop();
16348
16351
  }
16349
- var root_2$21 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
16350
- var root$22 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
16351
- function Star($$anchor, $$props) {
16352
+ var root_2$24 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
16353
+ var root$25 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
16354
+ function SolidColor($$anchor, $$props) {
16352
16355
  $.push($$props, true);
16353
16356
  let _experimentalWarnedOnce = false;
16354
16357
  if (componentDefinition$82.experimental && !_experimentalWarnedOnce) {
@@ -16512,7 +16515,7 @@ function Star($$anchor, $$props) {
16512
16515
  $.set(isRegistered, false);
16513
16516
  parentRegister(instanceId, null, null, null, null);
16514
16517
  });
16515
- var fragment = root$22();
16518
+ var fragment = root$25();
16516
16519
  var span = $.first_child(fragment);
16517
16520
  var node_1 = $.child(span);
16518
16521
  var consequent = ($$anchor$1) => {
@@ -16525,7 +16528,7 @@ function Star($$anchor, $$props) {
16525
16528
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
16526
16529
  var node_2 = $.sibling(span, 2);
16527
16530
  var consequent_1 = ($$anchor$1) => {
16528
- var canvas = root_2$21();
16531
+ var canvas = root_2$24();
16529
16532
  var node_3 = $.child(canvas);
16530
16533
  children?.(node_3);
16531
16534
  $.reset(canvas);
@@ -16544,9 +16547,9 @@ function Star($$anchor, $$props) {
16544
16547
  $.append($$anchor, fragment);
16545
16548
  $.pop();
16546
16549
  }
16547
- var root_2$20 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
16548
- var root$21 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
16549
- function Strands($$anchor, $$props) {
16550
+ var root_2$23 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
16551
+ var root$24 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
16552
+ function Spherize($$anchor, $$props) {
16550
16553
  $.push($$props, true);
16551
16554
  let _experimentalWarnedOnce = false;
16552
16555
  if (componentDefinition$83.experimental && !_experimentalWarnedOnce) {
@@ -16710,7 +16713,7 @@ function Strands($$anchor, $$props) {
16710
16713
  $.set(isRegistered, false);
16711
16714
  parentRegister(instanceId, null, null, null, null);
16712
16715
  });
16713
- var fragment = root$21();
16716
+ var fragment = root$24();
16714
16717
  var span = $.first_child(fragment);
16715
16718
  var node_1 = $.child(span);
16716
16719
  var consequent = ($$anchor$1) => {
@@ -16723,7 +16726,7 @@ function Strands($$anchor, $$props) {
16723
16726
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
16724
16727
  var node_2 = $.sibling(span, 2);
16725
16728
  var consequent_1 = ($$anchor$1) => {
16726
- var canvas = root_2$20();
16729
+ var canvas = root_2$23();
16727
16730
  var node_3 = $.child(canvas);
16728
16731
  children?.(node_3);
16729
16732
  $.reset(canvas);
@@ -16742,9 +16745,9 @@ function Strands($$anchor, $$props) {
16742
16745
  $.append($$anchor, fragment);
16743
16746
  $.pop();
16744
16747
  }
16745
- var root_2$19 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
16746
- var root$20 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
16747
- function Stretch($$anchor, $$props) {
16748
+ var root_2$22 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
16749
+ var root$23 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
16750
+ function Spiral($$anchor, $$props) {
16748
16751
  $.push($$props, true);
16749
16752
  let _experimentalWarnedOnce = false;
16750
16753
  if (componentDefinition$84.experimental && !_experimentalWarnedOnce) {
@@ -16908,7 +16911,7 @@ function Stretch($$anchor, $$props) {
16908
16911
  $.set(isRegistered, false);
16909
16912
  parentRegister(instanceId, null, null, null, null);
16910
16913
  });
16911
- var fragment = root$20();
16914
+ var fragment = root$23();
16912
16915
  var span = $.first_child(fragment);
16913
16916
  var node_1 = $.child(span);
16914
16917
  var consequent = ($$anchor$1) => {
@@ -16921,7 +16924,7 @@ function Stretch($$anchor, $$props) {
16921
16924
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
16922
16925
  var node_2 = $.sibling(span, 2);
16923
16926
  var consequent_1 = ($$anchor$1) => {
16924
- var canvas = root_2$19();
16927
+ var canvas = root_2$22();
16925
16928
  var node_3 = $.child(canvas);
16926
16929
  children?.(node_3);
16927
16930
  $.reset(canvas);
@@ -16940,9 +16943,9 @@ function Stretch($$anchor, $$props) {
16940
16943
  $.append($$anchor, fragment);
16941
16944
  $.pop();
16942
16945
  }
16943
- var root_2$18 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
16944
- var root$19 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
16945
- function Stripes($$anchor, $$props) {
16946
+ var root_2$21 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
16947
+ var root$22 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
16948
+ function Star($$anchor, $$props) {
16946
16949
  $.push($$props, true);
16947
16950
  let _experimentalWarnedOnce = false;
16948
16951
  if (componentDefinition$85.experimental && !_experimentalWarnedOnce) {
@@ -17106,7 +17109,7 @@ function Stripes($$anchor, $$props) {
17106
17109
  $.set(isRegistered, false);
17107
17110
  parentRegister(instanceId, null, null, null, null);
17108
17111
  });
17109
- var fragment = root$19();
17112
+ var fragment = root$22();
17110
17113
  var span = $.first_child(fragment);
17111
17114
  var node_1 = $.child(span);
17112
17115
  var consequent = ($$anchor$1) => {
@@ -17119,7 +17122,7 @@ function Stripes($$anchor, $$props) {
17119
17122
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
17120
17123
  var node_2 = $.sibling(span, 2);
17121
17124
  var consequent_1 = ($$anchor$1) => {
17122
- var canvas = root_2$18();
17125
+ var canvas = root_2$21();
17123
17126
  var node_3 = $.child(canvas);
17124
17127
  children?.(node_3);
17125
17128
  $.reset(canvas);
@@ -17138,9 +17141,9 @@ function Stripes($$anchor, $$props) {
17138
17141
  $.append($$anchor, fragment);
17139
17142
  $.pop();
17140
17143
  }
17141
- var root_2$17 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
17142
- var root$18 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
17143
- function StudioBackground($$anchor, $$props) {
17144
+ var root_2$20 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
17145
+ var root$21 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
17146
+ function Strands($$anchor, $$props) {
17144
17147
  $.push($$props, true);
17145
17148
  let _experimentalWarnedOnce = false;
17146
17149
  if (componentDefinition$86.experimental && !_experimentalWarnedOnce) {
@@ -17304,7 +17307,7 @@ function StudioBackground($$anchor, $$props) {
17304
17307
  $.set(isRegistered, false);
17305
17308
  parentRegister(instanceId, null, null, null, null);
17306
17309
  });
17307
- var fragment = root$18();
17310
+ var fragment = root$21();
17308
17311
  var span = $.first_child(fragment);
17309
17312
  var node_1 = $.child(span);
17310
17313
  var consequent = ($$anchor$1) => {
@@ -17317,7 +17320,7 @@ function StudioBackground($$anchor, $$props) {
17317
17320
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
17318
17321
  var node_2 = $.sibling(span, 2);
17319
17322
  var consequent_1 = ($$anchor$1) => {
17320
- var canvas = root_2$17();
17323
+ var canvas = root_2$20();
17321
17324
  var node_3 = $.child(canvas);
17322
17325
  children?.(node_3);
17323
17326
  $.reset(canvas);
@@ -17336,9 +17339,9 @@ function StudioBackground($$anchor, $$props) {
17336
17339
  $.append($$anchor, fragment);
17337
17340
  $.pop();
17338
17341
  }
17339
- var root_2$16 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
17340
- var root$17 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
17341
- function Swirl($$anchor, $$props) {
17342
+ var root_2$19 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
17343
+ var root$20 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
17344
+ function Stretch($$anchor, $$props) {
17342
17345
  $.push($$props, true);
17343
17346
  let _experimentalWarnedOnce = false;
17344
17347
  if (componentDefinition$87.experimental && !_experimentalWarnedOnce) {
@@ -17502,7 +17505,7 @@ function Swirl($$anchor, $$props) {
17502
17505
  $.set(isRegistered, false);
17503
17506
  parentRegister(instanceId, null, null, null, null);
17504
17507
  });
17505
- var fragment = root$17();
17508
+ var fragment = root$20();
17506
17509
  var span = $.first_child(fragment);
17507
17510
  var node_1 = $.child(span);
17508
17511
  var consequent = ($$anchor$1) => {
@@ -17515,7 +17518,7 @@ function Swirl($$anchor, $$props) {
17515
17518
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
17516
17519
  var node_2 = $.sibling(span, 2);
17517
17520
  var consequent_1 = ($$anchor$1) => {
17518
- var canvas = root_2$16();
17521
+ var canvas = root_2$19();
17519
17522
  var node_3 = $.child(canvas);
17520
17523
  children?.(node_3);
17521
17524
  $.reset(canvas);
@@ -17534,9 +17537,9 @@ function Swirl($$anchor, $$props) {
17534
17537
  $.append($$anchor, fragment);
17535
17538
  $.pop();
17536
17539
  }
17537
- var root_2$15 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
17538
- var root$16 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
17539
- function TiltShift($$anchor, $$props) {
17540
+ var root_2$18 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
17541
+ var root$19 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
17542
+ function Stripes($$anchor, $$props) {
17540
17543
  $.push($$props, true);
17541
17544
  let _experimentalWarnedOnce = false;
17542
17545
  if (componentDefinition$88.experimental && !_experimentalWarnedOnce) {
@@ -17700,7 +17703,7 @@ function TiltShift($$anchor, $$props) {
17700
17703
  $.set(isRegistered, false);
17701
17704
  parentRegister(instanceId, null, null, null, null);
17702
17705
  });
17703
- var fragment = root$16();
17706
+ var fragment = root$19();
17704
17707
  var span = $.first_child(fragment);
17705
17708
  var node_1 = $.child(span);
17706
17709
  var consequent = ($$anchor$1) => {
@@ -17713,7 +17716,7 @@ function TiltShift($$anchor, $$props) {
17713
17716
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
17714
17717
  var node_2 = $.sibling(span, 2);
17715
17718
  var consequent_1 = ($$anchor$1) => {
17716
- var canvas = root_2$15();
17719
+ var canvas = root_2$18();
17717
17720
  var node_3 = $.child(canvas);
17718
17721
  children?.(node_3);
17719
17722
  $.reset(canvas);
@@ -17732,9 +17735,9 @@ function TiltShift($$anchor, $$props) {
17732
17735
  $.append($$anchor, fragment);
17733
17736
  $.pop();
17734
17737
  }
17735
- var root_2$14 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
17736
- var root$15 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
17737
- function Tint($$anchor, $$props) {
17738
+ var root_2$17 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
17739
+ var root$18 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
17740
+ function StudioBackground($$anchor, $$props) {
17738
17741
  $.push($$props, true);
17739
17742
  let _experimentalWarnedOnce = false;
17740
17743
  if (componentDefinition$89.experimental && !_experimentalWarnedOnce) {
@@ -17898,7 +17901,7 @@ function Tint($$anchor, $$props) {
17898
17901
  $.set(isRegistered, false);
17899
17902
  parentRegister(instanceId, null, null, null, null);
17900
17903
  });
17901
- var fragment = root$15();
17904
+ var fragment = root$18();
17902
17905
  var span = $.first_child(fragment);
17903
17906
  var node_1 = $.child(span);
17904
17907
  var consequent = ($$anchor$1) => {
@@ -17911,7 +17914,7 @@ function Tint($$anchor, $$props) {
17911
17914
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
17912
17915
  var node_2 = $.sibling(span, 2);
17913
17916
  var consequent_1 = ($$anchor$1) => {
17914
- var canvas = root_2$14();
17917
+ var canvas = root_2$17();
17915
17918
  var node_3 = $.child(canvas);
17916
17919
  children?.(node_3);
17917
17920
  $.reset(canvas);
@@ -17930,9 +17933,9 @@ function Tint($$anchor, $$props) {
17930
17933
  $.append($$anchor, fragment);
17931
17934
  $.pop();
17932
17935
  }
17933
- var root_2$13 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
17934
- var root$14 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
17935
- function Trapezoid($$anchor, $$props) {
17936
+ var root_2$16 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
17937
+ var root$17 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
17938
+ function Swirl($$anchor, $$props) {
17936
17939
  $.push($$props, true);
17937
17940
  let _experimentalWarnedOnce = false;
17938
17941
  if (componentDefinition$90.experimental && !_experimentalWarnedOnce) {
@@ -18096,7 +18099,7 @@ function Trapezoid($$anchor, $$props) {
18096
18099
  $.set(isRegistered, false);
18097
18100
  parentRegister(instanceId, null, null, null, null);
18098
18101
  });
18099
- var fragment = root$14();
18102
+ var fragment = root$17();
18100
18103
  var span = $.first_child(fragment);
18101
18104
  var node_1 = $.child(span);
18102
18105
  var consequent = ($$anchor$1) => {
@@ -18109,7 +18112,7 @@ function Trapezoid($$anchor, $$props) {
18109
18112
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
18110
18113
  var node_2 = $.sibling(span, 2);
18111
18114
  var consequent_1 = ($$anchor$1) => {
18112
- var canvas = root_2$13();
18115
+ var canvas = root_2$16();
18113
18116
  var node_3 = $.child(canvas);
18114
18117
  children?.(node_3);
18115
18118
  $.reset(canvas);
@@ -18128,9 +18131,9 @@ function Trapezoid($$anchor, $$props) {
18128
18131
  $.append($$anchor, fragment);
18129
18132
  $.pop();
18130
18133
  }
18131
- var root_2$12 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
18132
- var root$13 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
18133
- function Tritone($$anchor, $$props) {
18134
+ var root_2$15 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
18135
+ var root$16 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
18136
+ function TiltShift($$anchor, $$props) {
18134
18137
  $.push($$props, true);
18135
18138
  let _experimentalWarnedOnce = false;
18136
18139
  if (componentDefinition$91.experimental && !_experimentalWarnedOnce) {
@@ -18294,7 +18297,7 @@ function Tritone($$anchor, $$props) {
18294
18297
  $.set(isRegistered, false);
18295
18298
  parentRegister(instanceId, null, null, null, null);
18296
18299
  });
18297
- var fragment = root$13();
18300
+ var fragment = root$16();
18298
18301
  var span = $.first_child(fragment);
18299
18302
  var node_1 = $.child(span);
18300
18303
  var consequent = ($$anchor$1) => {
@@ -18307,7 +18310,7 @@ function Tritone($$anchor, $$props) {
18307
18310
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
18308
18311
  var node_2 = $.sibling(span, 2);
18309
18312
  var consequent_1 = ($$anchor$1) => {
18310
- var canvas = root_2$12();
18313
+ var canvas = root_2$15();
18311
18314
  var node_3 = $.child(canvas);
18312
18315
  children?.(node_3);
18313
18316
  $.reset(canvas);
@@ -18326,9 +18329,9 @@ function Tritone($$anchor, $$props) {
18326
18329
  $.append($$anchor, fragment);
18327
18330
  $.pop();
18328
18331
  }
18329
- var root_2$11 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
18330
- var root$12 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
18331
- function Truchet($$anchor, $$props) {
18332
+ var root_2$14 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
18333
+ var root$15 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
18334
+ function Tint($$anchor, $$props) {
18332
18335
  $.push($$props, true);
18333
18336
  let _experimentalWarnedOnce = false;
18334
18337
  if (componentDefinition$92.experimental && !_experimentalWarnedOnce) {
@@ -18492,7 +18495,7 @@ function Truchet($$anchor, $$props) {
18492
18495
  $.set(isRegistered, false);
18493
18496
  parentRegister(instanceId, null, null, null, null);
18494
18497
  });
18495
- var fragment = root$12();
18498
+ var fragment = root$15();
18496
18499
  var span = $.first_child(fragment);
18497
18500
  var node_1 = $.child(span);
18498
18501
  var consequent = ($$anchor$1) => {
@@ -18505,7 +18508,7 @@ function Truchet($$anchor, $$props) {
18505
18508
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
18506
18509
  var node_2 = $.sibling(span, 2);
18507
18510
  var consequent_1 = ($$anchor$1) => {
18508
- var canvas = root_2$11();
18511
+ var canvas = root_2$14();
18509
18512
  var node_3 = $.child(canvas);
18510
18513
  children?.(node_3);
18511
18514
  $.reset(canvas);
@@ -18524,9 +18527,9 @@ function Truchet($$anchor, $$props) {
18524
18527
  $.append($$anchor, fragment);
18525
18528
  $.pop();
18526
18529
  }
18527
- var root_2$10 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
18528
- var root$11 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
18529
- function Twirl($$anchor, $$props) {
18530
+ var root_2$13 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
18531
+ var root$14 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
18532
+ function Trapezoid($$anchor, $$props) {
18530
18533
  $.push($$props, true);
18531
18534
  let _experimentalWarnedOnce = false;
18532
18535
  if (componentDefinition$93.experimental && !_experimentalWarnedOnce) {
@@ -18690,7 +18693,7 @@ function Twirl($$anchor, $$props) {
18690
18693
  $.set(isRegistered, false);
18691
18694
  parentRegister(instanceId, null, null, null, null);
18692
18695
  });
18693
- var fragment = root$11();
18696
+ var fragment = root$14();
18694
18697
  var span = $.first_child(fragment);
18695
18698
  var node_1 = $.child(span);
18696
18699
  var consequent = ($$anchor$1) => {
@@ -18703,7 +18706,7 @@ function Twirl($$anchor, $$props) {
18703
18706
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
18704
18707
  var node_2 = $.sibling(span, 2);
18705
18708
  var consequent_1 = ($$anchor$1) => {
18706
- var canvas = root_2$10();
18709
+ var canvas = root_2$13();
18707
18710
  var node_3 = $.child(canvas);
18708
18711
  children?.(node_3);
18709
18712
  $.reset(canvas);
@@ -18722,9 +18725,9 @@ function Twirl($$anchor, $$props) {
18722
18725
  $.append($$anchor, fragment);
18723
18726
  $.pop();
18724
18727
  }
18725
- var root_2$9 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
18726
- var root$10 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
18727
- function VHS($$anchor, $$props) {
18728
+ var root_2$12 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
18729
+ var root$13 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
18730
+ function Tritone($$anchor, $$props) {
18728
18731
  $.push($$props, true);
18729
18732
  let _experimentalWarnedOnce = false;
18730
18733
  if (componentDefinition$94.experimental && !_experimentalWarnedOnce) {
@@ -18888,7 +18891,7 @@ function VHS($$anchor, $$props) {
18888
18891
  $.set(isRegistered, false);
18889
18892
  parentRegister(instanceId, null, null, null, null);
18890
18893
  });
18891
- var fragment = root$10();
18894
+ var fragment = root$13();
18892
18895
  var span = $.first_child(fragment);
18893
18896
  var node_1 = $.child(span);
18894
18897
  var consequent = ($$anchor$1) => {
@@ -18901,7 +18904,7 @@ function VHS($$anchor, $$props) {
18901
18904
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
18902
18905
  var node_2 = $.sibling(span, 2);
18903
18906
  var consequent_1 = ($$anchor$1) => {
18904
- var canvas = root_2$9();
18907
+ var canvas = root_2$12();
18905
18908
  var node_3 = $.child(canvas);
18906
18909
  children?.(node_3);
18907
18910
  $.reset(canvas);
@@ -18920,9 +18923,9 @@ function VHS($$anchor, $$props) {
18920
18923
  $.append($$anchor, fragment);
18921
18924
  $.pop();
18922
18925
  }
18923
- var root_2$8 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
18924
- var root$9 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
18925
- function Vesica($$anchor, $$props) {
18926
+ var root_2$11 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
18927
+ var root$12 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
18928
+ function Truchet($$anchor, $$props) {
18926
18929
  $.push($$props, true);
18927
18930
  let _experimentalWarnedOnce = false;
18928
18931
  if (componentDefinition$95.experimental && !_experimentalWarnedOnce) {
@@ -19086,7 +19089,7 @@ function Vesica($$anchor, $$props) {
19086
19089
  $.set(isRegistered, false);
19087
19090
  parentRegister(instanceId, null, null, null, null);
19088
19091
  });
19089
- var fragment = root$9();
19092
+ var fragment = root$12();
19090
19093
  var span = $.first_child(fragment);
19091
19094
  var node_1 = $.child(span);
19092
19095
  var consequent = ($$anchor$1) => {
@@ -19099,7 +19102,7 @@ function Vesica($$anchor, $$props) {
19099
19102
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
19100
19103
  var node_2 = $.sibling(span, 2);
19101
19104
  var consequent_1 = ($$anchor$1) => {
19102
- var canvas = root_2$8();
19105
+ var canvas = root_2$11();
19103
19106
  var node_3 = $.child(canvas);
19104
19107
  children?.(node_3);
19105
19108
  $.reset(canvas);
@@ -19118,9 +19121,9 @@ function Vesica($$anchor, $$props) {
19118
19121
  $.append($$anchor, fragment);
19119
19122
  $.pop();
19120
19123
  }
19121
- var root_2$7 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
19122
- var root$8 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
19123
- function Vibrance($$anchor, $$props) {
19124
+ var root_2$10 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
19125
+ var root$11 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
19126
+ function Twirl($$anchor, $$props) {
19124
19127
  $.push($$props, true);
19125
19128
  let _experimentalWarnedOnce = false;
19126
19129
  if (componentDefinition$96.experimental && !_experimentalWarnedOnce) {
@@ -19284,7 +19287,7 @@ function Vibrance($$anchor, $$props) {
19284
19287
  $.set(isRegistered, false);
19285
19288
  parentRegister(instanceId, null, null, null, null);
19286
19289
  });
19287
- var fragment = root$8();
19290
+ var fragment = root$11();
19288
19291
  var span = $.first_child(fragment);
19289
19292
  var node_1 = $.child(span);
19290
19293
  var consequent = ($$anchor$1) => {
@@ -19297,7 +19300,7 @@ function Vibrance($$anchor, $$props) {
19297
19300
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
19298
19301
  var node_2 = $.sibling(span, 2);
19299
19302
  var consequent_1 = ($$anchor$1) => {
19300
- var canvas = root_2$7();
19303
+ var canvas = root_2$10();
19301
19304
  var node_3 = $.child(canvas);
19302
19305
  children?.(node_3);
19303
19306
  $.reset(canvas);
@@ -19316,9 +19319,9 @@ function Vibrance($$anchor, $$props) {
19316
19319
  $.append($$anchor, fragment);
19317
19320
  $.pop();
19318
19321
  }
19319
- var root_2$6 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
19320
- var root$7 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
19321
- function VideoTexture($$anchor, $$props) {
19322
+ var root_2$9 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
19323
+ var root$10 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
19324
+ function VHS($$anchor, $$props) {
19322
19325
  $.push($$props, true);
19323
19326
  let _experimentalWarnedOnce = false;
19324
19327
  if (componentDefinition$97.experimental && !_experimentalWarnedOnce) {
@@ -19482,7 +19485,7 @@ function VideoTexture($$anchor, $$props) {
19482
19485
  $.set(isRegistered, false);
19483
19486
  parentRegister(instanceId, null, null, null, null);
19484
19487
  });
19485
- var fragment = root$7();
19488
+ var fragment = root$10();
19486
19489
  var span = $.first_child(fragment);
19487
19490
  var node_1 = $.child(span);
19488
19491
  var consequent = ($$anchor$1) => {
@@ -19495,7 +19498,7 @@ function VideoTexture($$anchor, $$props) {
19495
19498
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
19496
19499
  var node_2 = $.sibling(span, 2);
19497
19500
  var consequent_1 = ($$anchor$1) => {
19498
- var canvas = root_2$6();
19501
+ var canvas = root_2$9();
19499
19502
  var node_3 = $.child(canvas);
19500
19503
  children?.(node_3);
19501
19504
  $.reset(canvas);
@@ -19514,9 +19517,9 @@ function VideoTexture($$anchor, $$props) {
19514
19517
  $.append($$anchor, fragment);
19515
19518
  $.pop();
19516
19519
  }
19517
- var root_2$5 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
19518
- var root$6 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
19519
- function Vignette($$anchor, $$props) {
19520
+ var root_2$8 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
19521
+ var root$9 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
19522
+ function Vesica($$anchor, $$props) {
19520
19523
  $.push($$props, true);
19521
19524
  let _experimentalWarnedOnce = false;
19522
19525
  if (componentDefinition$98.experimental && !_experimentalWarnedOnce) {
@@ -19680,7 +19683,7 @@ function Vignette($$anchor, $$props) {
19680
19683
  $.set(isRegistered, false);
19681
19684
  parentRegister(instanceId, null, null, null, null);
19682
19685
  });
19683
- var fragment = root$6();
19686
+ var fragment = root$9();
19684
19687
  var span = $.first_child(fragment);
19685
19688
  var node_1 = $.child(span);
19686
19689
  var consequent = ($$anchor$1) => {
@@ -19693,7 +19696,7 @@ function Vignette($$anchor, $$props) {
19693
19696
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
19694
19697
  var node_2 = $.sibling(span, 2);
19695
19698
  var consequent_1 = ($$anchor$1) => {
19696
- var canvas = root_2$5();
19699
+ var canvas = root_2$8();
19697
19700
  var node_3 = $.child(canvas);
19698
19701
  children?.(node_3);
19699
19702
  $.reset(canvas);
@@ -19712,9 +19715,9 @@ function Vignette($$anchor, $$props) {
19712
19715
  $.append($$anchor, fragment);
19713
19716
  $.pop();
19714
19717
  }
19715
- var root_2$4 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
19716
- var root$5 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
19717
- function Voronoi($$anchor, $$props) {
19718
+ var root_2$7 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
19719
+ var root$8 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
19720
+ function Vibrance($$anchor, $$props) {
19718
19721
  $.push($$props, true);
19719
19722
  let _experimentalWarnedOnce = false;
19720
19723
  if (componentDefinition$99.experimental && !_experimentalWarnedOnce) {
@@ -19878,7 +19881,7 @@ function Voronoi($$anchor, $$props) {
19878
19881
  $.set(isRegistered, false);
19879
19882
  parentRegister(instanceId, null, null, null, null);
19880
19883
  });
19881
- var fragment = root$5();
19884
+ var fragment = root$8();
19882
19885
  var span = $.first_child(fragment);
19883
19886
  var node_1 = $.child(span);
19884
19887
  var consequent = ($$anchor$1) => {
@@ -19891,7 +19894,7 @@ function Voronoi($$anchor, $$props) {
19891
19894
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
19892
19895
  var node_2 = $.sibling(span, 2);
19893
19896
  var consequent_1 = ($$anchor$1) => {
19894
- var canvas = root_2$4();
19897
+ var canvas = root_2$7();
19895
19898
  var node_3 = $.child(canvas);
19896
19899
  children?.(node_3);
19897
19900
  $.reset(canvas);
@@ -19910,9 +19913,9 @@ function Voronoi($$anchor, $$props) {
19910
19913
  $.append($$anchor, fragment);
19911
19914
  $.pop();
19912
19915
  }
19913
- var root_2$3 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
19914
- var root$4 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
19915
- function WaveDistortion($$anchor, $$props) {
19916
+ var root_2$6 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
19917
+ var root$7 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
19918
+ function VideoTexture($$anchor, $$props) {
19916
19919
  $.push($$props, true);
19917
19920
  let _experimentalWarnedOnce = false;
19918
19921
  if (componentDefinition$100.experimental && !_experimentalWarnedOnce) {
@@ -20076,7 +20079,7 @@ function WaveDistortion($$anchor, $$props) {
20076
20079
  $.set(isRegistered, false);
20077
20080
  parentRegister(instanceId, null, null, null, null);
20078
20081
  });
20079
- var fragment = root$4();
20082
+ var fragment = root$7();
20080
20083
  var span = $.first_child(fragment);
20081
20084
  var node_1 = $.child(span);
20082
20085
  var consequent = ($$anchor$1) => {
@@ -20089,7 +20092,7 @@ function WaveDistortion($$anchor, $$props) {
20089
20092
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
20090
20093
  var node_2 = $.sibling(span, 2);
20091
20094
  var consequent_1 = ($$anchor$1) => {
20092
- var canvas = root_2$3();
20095
+ var canvas = root_2$6();
20093
20096
  var node_3 = $.child(canvas);
20094
20097
  children?.(node_3);
20095
20098
  $.reset(canvas);
@@ -20108,9 +20111,9 @@ function WaveDistortion($$anchor, $$props) {
20108
20111
  $.append($$anchor, fragment);
20109
20112
  $.pop();
20110
20113
  }
20111
- var root_2$2 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
20112
- var root$3 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
20113
- function Weave($$anchor, $$props) {
20114
+ var root_2$5 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
20115
+ var root$6 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
20116
+ function Vignette($$anchor, $$props) {
20114
20117
  $.push($$props, true);
20115
20118
  let _experimentalWarnedOnce = false;
20116
20119
  if (componentDefinition$101.experimental && !_experimentalWarnedOnce) {
@@ -20274,7 +20277,7 @@ function Weave($$anchor, $$props) {
20274
20277
  $.set(isRegistered, false);
20275
20278
  parentRegister(instanceId, null, null, null, null);
20276
20279
  });
20277
- var fragment = root$3();
20280
+ var fragment = root$6();
20278
20281
  var span = $.first_child(fragment);
20279
20282
  var node_1 = $.child(span);
20280
20283
  var consequent = ($$anchor$1) => {
@@ -20287,7 +20290,7 @@ function Weave($$anchor, $$props) {
20287
20290
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
20288
20291
  var node_2 = $.sibling(span, 2);
20289
20292
  var consequent_1 = ($$anchor$1) => {
20290
- var canvas = root_2$2();
20293
+ var canvas = root_2$5();
20291
20294
  var node_3 = $.child(canvas);
20292
20295
  children?.(node_3);
20293
20296
  $.reset(canvas);
@@ -20306,9 +20309,9 @@ function Weave($$anchor, $$props) {
20306
20309
  $.append($$anchor, fragment);
20307
20310
  $.pop();
20308
20311
  }
20309
- var root_2$1 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
20310
- var root$2 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
20311
- function WebcamTexture($$anchor, $$props) {
20312
+ var root_2$4 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
20313
+ var root$5 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
20314
+ function Voronoi($$anchor, $$props) {
20312
20315
  $.push($$props, true);
20313
20316
  let _experimentalWarnedOnce = false;
20314
20317
  if (componentDefinition$102.experimental && !_experimentalWarnedOnce) {
@@ -20472,7 +20475,7 @@ function WebcamTexture($$anchor, $$props) {
20472
20475
  $.set(isRegistered, false);
20473
20476
  parentRegister(instanceId, null, null, null, null);
20474
20477
  });
20475
- var fragment = root$2();
20478
+ var fragment = root$5();
20476
20479
  var span = $.first_child(fragment);
20477
20480
  var node_1 = $.child(span);
20478
20481
  var consequent = ($$anchor$1) => {
@@ -20485,7 +20488,7 @@ function WebcamTexture($$anchor, $$props) {
20485
20488
  $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
20486
20489
  var node_2 = $.sibling(span, 2);
20487
20490
  var consequent_1 = ($$anchor$1) => {
20488
- var canvas = root_2$1();
20491
+ var canvas = root_2$4();
20489
20492
  var node_3 = $.child(canvas);
20490
20493
  children?.(node_3);
20491
20494
  $.reset(canvas);
@@ -20504,9 +20507,9 @@ function WebcamTexture($$anchor, $$props) {
20504
20507
  $.append($$anchor, fragment);
20505
20508
  $.pop();
20506
20509
  }
20507
- var root_2 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
20508
- var root$1 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
20509
- function ZoomBlur($$anchor, $$props) {
20510
+ var root_2$3 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
20511
+ var root$4 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
20512
+ function WaveDistortion($$anchor, $$props) {
20510
20513
  $.push($$props, true);
20511
20514
  let _experimentalWarnedOnce = false;
20512
20515
  if (componentDefinition$103.experimental && !_experimentalWarnedOnce) {
@@ -20670,6 +20673,600 @@ function ZoomBlur($$anchor, $$props) {
20670
20673
  $.set(isRegistered, false);
20671
20674
  parentRegister(instanceId, null, null, null, null);
20672
20675
  });
20676
+ var fragment = root$4();
20677
+ var span = $.first_child(fragment);
20678
+ var node_1 = $.child(span);
20679
+ var consequent = ($$anchor$1) => {
20680
+ children?.($$anchor$1);
20681
+ };
20682
+ $.if(node_1, ($$render) => {
20683
+ if (!isCapturesDOM) $$render(consequent);
20684
+ });
20685
+ $.reset(span);
20686
+ $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
20687
+ var node_2 = $.sibling(span, 2);
20688
+ var consequent_1 = ($$anchor$1) => {
20689
+ var canvas = root_2$3();
20690
+ var node_3 = $.child(canvas);
20691
+ children?.(node_3);
20692
+ $.reset(canvas);
20693
+ $.action(canvas, ($$node) => teleportToBody?.($$node));
20694
+ $.bind_this(canvas, ($$value) => captureCanvas = $$value, () => captureCanvas);
20695
+ $.template_effect(() => {
20696
+ $.set_attribute(canvas, "width", $.get(captureW));
20697
+ $.set_attribute(canvas, "height", $.get(captureH));
20698
+ });
20699
+ $.append($$anchor$1, canvas);
20700
+ };
20701
+ $.if(node_2, ($$render) => {
20702
+ if (isCapturesDOM) $$render(consequent_1);
20703
+ });
20704
+ $.template_effect(() => $.set_attribute(span, "data-shader-id", instanceId));
20705
+ $.append($$anchor, fragment);
20706
+ $.pop();
20707
+ }
20708
+ var root_2$2 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
20709
+ var root$3 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
20710
+ function Weave($$anchor, $$props) {
20711
+ $.push($$props, true);
20712
+ let _experimentalWarnedOnce = false;
20713
+ if (componentDefinition$104.experimental && !_experimentalWarnedOnce) {
20714
+ _experimentalWarnedOnce = true;
20715
+ const _e = componentDefinition$104.experimental;
20716
+ console.info(`%c⚠ [Shaders] ${componentDefinition$104.name} is experimental: ${_e.message}`, "color: #f59e0b; font-weight: bold");
20717
+ }
20718
+ function isPropDriver(value) {
20719
+ return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
20720
+ }
20721
+ const DEFAULT_TRANSFORM = {
20722
+ offsetX: 0,
20723
+ offsetY: 0,
20724
+ rotation: 0,
20725
+ scale: 1,
20726
+ anchorX: .5,
20727
+ anchorY: .5,
20728
+ edges: "transparent"
20729
+ };
20730
+ const componentDefaults = {
20731
+ blendMode: "normal",
20732
+ visible: true,
20733
+ ...Object.entries(componentDefinition$104.props).reduce((acc, [key, config]) => {
20734
+ acc[key] = config.default;
20735
+ return acc;
20736
+ }, {})
20737
+ };
20738
+ const props = $.rest_props($$props, [
20739
+ "$$slots",
20740
+ "$$events",
20741
+ "$$legacy"
20742
+ ]);
20743
+ const blendMode = $.derived(() => $$props.blendMode ?? componentDefaults.blendMode);
20744
+ const opacity = $.derived(() => $$props.opacity);
20745
+ const visible = $.derived(() => $$props.visible ?? componentDefaults.visible);
20746
+ const id = $.derived(() => $$props.id);
20747
+ const maskSource = $.derived(() => $$props.maskSource);
20748
+ const maskType = $.derived(() => $$props.maskType);
20749
+ const renderOrder = $.derived(() => $$props.renderOrder);
20750
+ const { children } = props;
20751
+ const mapsFromProps = $.derived(() => {
20752
+ const maps = {};
20753
+ for (const key of Object.keys(componentDefinition$104.props)) {
20754
+ const val = props[key];
20755
+ if (isPropDriver(val)) maps[key] = val;
20756
+ }
20757
+ return Object.keys(maps).length > 0 ? maps : void 0;
20758
+ });
20759
+ const effectiveTransform = $.derived(() => ({
20760
+ ...DEFAULT_TRANSFORM,
20761
+ ...$$props.transform
20762
+ }));
20763
+ const parentId = getContext("shaderParentId");
20764
+ if (parentId === void 0) throw new Error("Shader components must be used inside an <Shader> component or another shader component");
20765
+ const instanceId = ($.get(id) ? $.get(id).replace(/[^a-zA-Z0-9_]/g, "_") : null) || Math.random().toString(36).substring(2, 10);
20766
+ setContext("shaderParentId", instanceId);
20767
+ const shaderReadyProps = $.derived(() => {
20768
+ let baseProps = { ...componentDefaults };
20769
+ for (const key in props) if (key !== "blendMode" && key !== "opacity" && key !== "visible" && key !== "id" && key !== "maskSource" && key !== "maskType" && key !== "renderOrder" && key !== "transform" && key !== "children") {
20770
+ const propValue = props[key];
20771
+ if (isPropDriver(propValue)) continue;
20772
+ const defaultValue = componentDefaults[key];
20773
+ if (propValue !== void 0 && propValue !== defaultValue) baseProps[key] = propValue;
20774
+ }
20775
+ return baseProps;
20776
+ });
20777
+ const shaderColorSpace = getContext("shaderColorSpace");
20778
+ if (shaderColorSpace) setColorSpaceMode(shaderColorSpace());
20779
+ const uniforms = createUniformsMap(componentDefinition$104, $.get(shaderReadyProps), instanceId);
20780
+ const parentRegister = getContext("shaderNodeRegister");
20781
+ if (parentRegister === void 0) throw new Error("Shader components must be used inside an <Shader> component or another shader component");
20782
+ const parentUniformUpdate = getContext("shaderUniformUpdate");
20783
+ if (parentUniformUpdate === void 0) throw new Error("Shader components require shaderUniformUpdate from parent");
20784
+ const parentMetadataUpdate = getContext("shaderMetadataUpdate");
20785
+ if (parentMetadataUpdate === void 0) throw new Error("Shader components require shaderMetadataUpdate from parent");
20786
+ const isCapturesDOM = !!componentDefinition$104.capturesDOM;
20787
+ let captureCanvas;
20788
+ let captureW = $.state($.proxy(typeof window !== "undefined" ? Math.round(window.innerWidth * Math.min(window.devicePixelRatio, 2)) : 0));
20789
+ let captureH = $.state($.proxy(typeof window !== "undefined" ? Math.round(window.innerHeight * Math.min(window.devicePixelRatio, 2)) : 0));
20790
+ function teleportToBody(node) {
20791
+ document.body.appendChild(node);
20792
+ return { destroy() {
20793
+ node.remove();
20794
+ } };
20795
+ }
20796
+ if (isCapturesDOM) {
20797
+ const onWinResize = () => {
20798
+ const d = Math.min(window.devicePixelRatio, 2);
20799
+ $.set(captureW, Math.round(window.innerWidth * d), true);
20800
+ $.set(captureH, Math.round(window.innerHeight * d), true);
20801
+ };
20802
+ onMount(() => {
20803
+ window.addEventListener("resize", onWinResize);
20804
+ });
20805
+ onDestroy(() => {
20806
+ window.removeEventListener("resize", onWinResize);
20807
+ });
20808
+ }
20809
+ let orderMarker;
20810
+ let detectedRenderOrder = void 0;
20811
+ let isRegistered = $.state(false);
20812
+ Object.entries(uniforms).forEach(([propName, { uniform, transform }]) => {
20813
+ $.user_effect(() => {
20814
+ if (!$.get(isRegistered)) return;
20815
+ if (uniform && uniform.value !== void 0) {
20816
+ const newValue = props[propName];
20817
+ if (newValue !== void 0 && !isPropDriver(newValue)) parentUniformUpdate(instanceId, propName, newValue);
20818
+ }
20819
+ });
20820
+ });
20821
+ $.user_effect(() => {
20822
+ if (!$.get(isRegistered)) return;
20823
+ parentMetadataUpdate(instanceId, {
20824
+ blendMode: $.get(blendMode),
20825
+ opacity: $.get(opacity),
20826
+ visible: $.get(visible) === false ? false : true,
20827
+ id: $.get(id),
20828
+ mask: $.get(maskSource) ? {
20829
+ source: $.get(maskSource),
20830
+ type: $.get(maskType) || "alpha"
20831
+ } : void 0,
20832
+ maps: $.get(mapsFromProps),
20833
+ renderOrder: $.get(renderOrder) ?? detectedRenderOrder,
20834
+ transform: $.get(effectiveTransform)
20835
+ });
20836
+ });
20837
+ onMount(() => {
20838
+ if (componentDefinition$104 && typeof componentDefinition$104.fragmentNode === "function") {
20839
+ parentRegister(instanceId, componentDefinition$104.fragmentNode, parentId, {
20840
+ blendMode: $.get(blendMode),
20841
+ opacity: $.get(opacity),
20842
+ visible: $.get(visible) !== false ? true : false,
20843
+ id: $.get(id),
20844
+ mask: $.get(maskSource) ? {
20845
+ source: $.get(maskSource),
20846
+ type: $.get(maskType) || "alpha"
20847
+ } : void 0,
20848
+ maps: $.get(mapsFromProps),
20849
+ renderOrder: $.get(renderOrder) ?? detectedRenderOrder,
20850
+ transform: $.get(effectiveTransform)
20851
+ }, uniforms, componentDefinition$104, isCapturesDOM ? captureCanvas : void 0);
20852
+ $.set(isRegistered, true);
20853
+ if ($.get(renderOrder) === void 0 && orderMarker) {
20854
+ const parent = orderMarker.parentElement;
20855
+ if (parent) {
20856
+ const siblings = parent.querySelectorAll(":scope > [data-shader-id]");
20857
+ const position = Array.from(siblings).indexOf(orderMarker);
20858
+ if (position >= 0) {
20859
+ detectedRenderOrder = position;
20860
+ parentMetadataUpdate(instanceId, { renderOrder: position });
20861
+ }
20862
+ }
20863
+ }
20864
+ } else console.error("componentDefinition.fragmentNode is not a function:", {
20865
+ componentDefinition: componentDefinition$104,
20866
+ fragmentNode: componentDefinition$104?.fragmentNode,
20867
+ type: typeof componentDefinition$104?.fragmentNode
20868
+ });
20869
+ });
20870
+ onDestroy(() => {
20871
+ $.set(isRegistered, false);
20872
+ parentRegister(instanceId, null, null, null, null);
20873
+ });
20874
+ var fragment = root$3();
20875
+ var span = $.first_child(fragment);
20876
+ var node_1 = $.child(span);
20877
+ var consequent = ($$anchor$1) => {
20878
+ children?.($$anchor$1);
20879
+ };
20880
+ $.if(node_1, ($$render) => {
20881
+ if (!isCapturesDOM) $$render(consequent);
20882
+ });
20883
+ $.reset(span);
20884
+ $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
20885
+ var node_2 = $.sibling(span, 2);
20886
+ var consequent_1 = ($$anchor$1) => {
20887
+ var canvas = root_2$2();
20888
+ var node_3 = $.child(canvas);
20889
+ children?.(node_3);
20890
+ $.reset(canvas);
20891
+ $.action(canvas, ($$node) => teleportToBody?.($$node));
20892
+ $.bind_this(canvas, ($$value) => captureCanvas = $$value, () => captureCanvas);
20893
+ $.template_effect(() => {
20894
+ $.set_attribute(canvas, "width", $.get(captureW));
20895
+ $.set_attribute(canvas, "height", $.get(captureH));
20896
+ });
20897
+ $.append($$anchor$1, canvas);
20898
+ };
20899
+ $.if(node_2, ($$render) => {
20900
+ if (isCapturesDOM) $$render(consequent_1);
20901
+ });
20902
+ $.template_effect(() => $.set_attribute(span, "data-shader-id", instanceId));
20903
+ $.append($$anchor, fragment);
20904
+ $.pop();
20905
+ }
20906
+ var root_2$1 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
20907
+ var root$2 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
20908
+ function WebcamTexture($$anchor, $$props) {
20909
+ $.push($$props, true);
20910
+ let _experimentalWarnedOnce = false;
20911
+ if (componentDefinition$105.experimental && !_experimentalWarnedOnce) {
20912
+ _experimentalWarnedOnce = true;
20913
+ const _e = componentDefinition$105.experimental;
20914
+ console.info(`%c⚠ [Shaders] ${componentDefinition$105.name} is experimental: ${_e.message}`, "color: #f59e0b; font-weight: bold");
20915
+ }
20916
+ function isPropDriver(value) {
20917
+ return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
20918
+ }
20919
+ const DEFAULT_TRANSFORM = {
20920
+ offsetX: 0,
20921
+ offsetY: 0,
20922
+ rotation: 0,
20923
+ scale: 1,
20924
+ anchorX: .5,
20925
+ anchorY: .5,
20926
+ edges: "transparent"
20927
+ };
20928
+ const componentDefaults = {
20929
+ blendMode: "normal",
20930
+ visible: true,
20931
+ ...Object.entries(componentDefinition$105.props).reduce((acc, [key, config]) => {
20932
+ acc[key] = config.default;
20933
+ return acc;
20934
+ }, {})
20935
+ };
20936
+ const props = $.rest_props($$props, [
20937
+ "$$slots",
20938
+ "$$events",
20939
+ "$$legacy"
20940
+ ]);
20941
+ const blendMode = $.derived(() => $$props.blendMode ?? componentDefaults.blendMode);
20942
+ const opacity = $.derived(() => $$props.opacity);
20943
+ const visible = $.derived(() => $$props.visible ?? componentDefaults.visible);
20944
+ const id = $.derived(() => $$props.id);
20945
+ const maskSource = $.derived(() => $$props.maskSource);
20946
+ const maskType = $.derived(() => $$props.maskType);
20947
+ const renderOrder = $.derived(() => $$props.renderOrder);
20948
+ const { children } = props;
20949
+ const mapsFromProps = $.derived(() => {
20950
+ const maps = {};
20951
+ for (const key of Object.keys(componentDefinition$105.props)) {
20952
+ const val = props[key];
20953
+ if (isPropDriver(val)) maps[key] = val;
20954
+ }
20955
+ return Object.keys(maps).length > 0 ? maps : void 0;
20956
+ });
20957
+ const effectiveTransform = $.derived(() => ({
20958
+ ...DEFAULT_TRANSFORM,
20959
+ ...$$props.transform
20960
+ }));
20961
+ const parentId = getContext("shaderParentId");
20962
+ if (parentId === void 0) throw new Error("Shader components must be used inside an <Shader> component or another shader component");
20963
+ const instanceId = ($.get(id) ? $.get(id).replace(/[^a-zA-Z0-9_]/g, "_") : null) || Math.random().toString(36).substring(2, 10);
20964
+ setContext("shaderParentId", instanceId);
20965
+ const shaderReadyProps = $.derived(() => {
20966
+ let baseProps = { ...componentDefaults };
20967
+ for (const key in props) if (key !== "blendMode" && key !== "opacity" && key !== "visible" && key !== "id" && key !== "maskSource" && key !== "maskType" && key !== "renderOrder" && key !== "transform" && key !== "children") {
20968
+ const propValue = props[key];
20969
+ if (isPropDriver(propValue)) continue;
20970
+ const defaultValue = componentDefaults[key];
20971
+ if (propValue !== void 0 && propValue !== defaultValue) baseProps[key] = propValue;
20972
+ }
20973
+ return baseProps;
20974
+ });
20975
+ const shaderColorSpace = getContext("shaderColorSpace");
20976
+ if (shaderColorSpace) setColorSpaceMode(shaderColorSpace());
20977
+ const uniforms = createUniformsMap(componentDefinition$105, $.get(shaderReadyProps), instanceId);
20978
+ const parentRegister = getContext("shaderNodeRegister");
20979
+ if (parentRegister === void 0) throw new Error("Shader components must be used inside an <Shader> component or another shader component");
20980
+ const parentUniformUpdate = getContext("shaderUniformUpdate");
20981
+ if (parentUniformUpdate === void 0) throw new Error("Shader components require shaderUniformUpdate from parent");
20982
+ const parentMetadataUpdate = getContext("shaderMetadataUpdate");
20983
+ if (parentMetadataUpdate === void 0) throw new Error("Shader components require shaderMetadataUpdate from parent");
20984
+ const isCapturesDOM = !!componentDefinition$105.capturesDOM;
20985
+ let captureCanvas;
20986
+ let captureW = $.state($.proxy(typeof window !== "undefined" ? Math.round(window.innerWidth * Math.min(window.devicePixelRatio, 2)) : 0));
20987
+ let captureH = $.state($.proxy(typeof window !== "undefined" ? Math.round(window.innerHeight * Math.min(window.devicePixelRatio, 2)) : 0));
20988
+ function teleportToBody(node) {
20989
+ document.body.appendChild(node);
20990
+ return { destroy() {
20991
+ node.remove();
20992
+ } };
20993
+ }
20994
+ if (isCapturesDOM) {
20995
+ const onWinResize = () => {
20996
+ const d = Math.min(window.devicePixelRatio, 2);
20997
+ $.set(captureW, Math.round(window.innerWidth * d), true);
20998
+ $.set(captureH, Math.round(window.innerHeight * d), true);
20999
+ };
21000
+ onMount(() => {
21001
+ window.addEventListener("resize", onWinResize);
21002
+ });
21003
+ onDestroy(() => {
21004
+ window.removeEventListener("resize", onWinResize);
21005
+ });
21006
+ }
21007
+ let orderMarker;
21008
+ let detectedRenderOrder = void 0;
21009
+ let isRegistered = $.state(false);
21010
+ Object.entries(uniforms).forEach(([propName, { uniform, transform }]) => {
21011
+ $.user_effect(() => {
21012
+ if (!$.get(isRegistered)) return;
21013
+ if (uniform && uniform.value !== void 0) {
21014
+ const newValue = props[propName];
21015
+ if (newValue !== void 0 && !isPropDriver(newValue)) parentUniformUpdate(instanceId, propName, newValue);
21016
+ }
21017
+ });
21018
+ });
21019
+ $.user_effect(() => {
21020
+ if (!$.get(isRegistered)) return;
21021
+ parentMetadataUpdate(instanceId, {
21022
+ blendMode: $.get(blendMode),
21023
+ opacity: $.get(opacity),
21024
+ visible: $.get(visible) === false ? false : true,
21025
+ id: $.get(id),
21026
+ mask: $.get(maskSource) ? {
21027
+ source: $.get(maskSource),
21028
+ type: $.get(maskType) || "alpha"
21029
+ } : void 0,
21030
+ maps: $.get(mapsFromProps),
21031
+ renderOrder: $.get(renderOrder) ?? detectedRenderOrder,
21032
+ transform: $.get(effectiveTransform)
21033
+ });
21034
+ });
21035
+ onMount(() => {
21036
+ if (componentDefinition$105 && typeof componentDefinition$105.fragmentNode === "function") {
21037
+ parentRegister(instanceId, componentDefinition$105.fragmentNode, parentId, {
21038
+ blendMode: $.get(blendMode),
21039
+ opacity: $.get(opacity),
21040
+ visible: $.get(visible) !== false ? true : false,
21041
+ id: $.get(id),
21042
+ mask: $.get(maskSource) ? {
21043
+ source: $.get(maskSource),
21044
+ type: $.get(maskType) || "alpha"
21045
+ } : void 0,
21046
+ maps: $.get(mapsFromProps),
21047
+ renderOrder: $.get(renderOrder) ?? detectedRenderOrder,
21048
+ transform: $.get(effectiveTransform)
21049
+ }, uniforms, componentDefinition$105, isCapturesDOM ? captureCanvas : void 0);
21050
+ $.set(isRegistered, true);
21051
+ if ($.get(renderOrder) === void 0 && orderMarker) {
21052
+ const parent = orderMarker.parentElement;
21053
+ if (parent) {
21054
+ const siblings = parent.querySelectorAll(":scope > [data-shader-id]");
21055
+ const position = Array.from(siblings).indexOf(orderMarker);
21056
+ if (position >= 0) {
21057
+ detectedRenderOrder = position;
21058
+ parentMetadataUpdate(instanceId, { renderOrder: position });
21059
+ }
21060
+ }
21061
+ }
21062
+ } else console.error("componentDefinition.fragmentNode is not a function:", {
21063
+ componentDefinition: componentDefinition$105,
21064
+ fragmentNode: componentDefinition$105?.fragmentNode,
21065
+ type: typeof componentDefinition$105?.fragmentNode
21066
+ });
21067
+ });
21068
+ onDestroy(() => {
21069
+ $.set(isRegistered, false);
21070
+ parentRegister(instanceId, null, null, null, null);
21071
+ });
21072
+ var fragment = root$2();
21073
+ var span = $.first_child(fragment);
21074
+ var node_1 = $.child(span);
21075
+ var consequent = ($$anchor$1) => {
21076
+ children?.($$anchor$1);
21077
+ };
21078
+ $.if(node_1, ($$render) => {
21079
+ if (!isCapturesDOM) $$render(consequent);
21080
+ });
21081
+ $.reset(span);
21082
+ $.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
21083
+ var node_2 = $.sibling(span, 2);
21084
+ var consequent_1 = ($$anchor$1) => {
21085
+ var canvas = root_2$1();
21086
+ var node_3 = $.child(canvas);
21087
+ children?.(node_3);
21088
+ $.reset(canvas);
21089
+ $.action(canvas, ($$node) => teleportToBody?.($$node));
21090
+ $.bind_this(canvas, ($$value) => captureCanvas = $$value, () => captureCanvas);
21091
+ $.template_effect(() => {
21092
+ $.set_attribute(canvas, "width", $.get(captureW));
21093
+ $.set_attribute(canvas, "height", $.get(captureH));
21094
+ });
21095
+ $.append($$anchor$1, canvas);
21096
+ };
21097
+ $.if(node_2, ($$render) => {
21098
+ if (isCapturesDOM) $$render(consequent_1);
21099
+ });
21100
+ $.template_effect(() => $.set_attribute(span, "data-shader-id", instanceId));
21101
+ $.append($$anchor, fragment);
21102
+ $.pop();
21103
+ }
21104
+ var root_2 = $.from_html(`<canvas layoutsubtree="" style="position:fixed;inset:0;width:100vw;height:100vh;z-index:-9999"><!></canvas>`);
21105
+ var root$1 = $.from_html(`<span style="display:contents"><!></span> <!>`, 1);
21106
+ function ZoomBlur($$anchor, $$props) {
21107
+ $.push($$props, true);
21108
+ let _experimentalWarnedOnce = false;
21109
+ if (componentDefinition$106.experimental && !_experimentalWarnedOnce) {
21110
+ _experimentalWarnedOnce = true;
21111
+ const _e = componentDefinition$106.experimental;
21112
+ console.info(`%c⚠ [Shaders] ${componentDefinition$106.name} is experimental: ${_e.message}`, "color: #f59e0b; font-weight: bold");
21113
+ }
21114
+ function isPropDriver(value) {
21115
+ return typeof value === "object" && value !== null && "type" in value && (value.type === "map" || value.type === "mouse" || value.type === "mouse-position" || value.type === "auto-animate");
21116
+ }
21117
+ const DEFAULT_TRANSFORM = {
21118
+ offsetX: 0,
21119
+ offsetY: 0,
21120
+ rotation: 0,
21121
+ scale: 1,
21122
+ anchorX: .5,
21123
+ anchorY: .5,
21124
+ edges: "transparent"
21125
+ };
21126
+ const componentDefaults = {
21127
+ blendMode: "normal",
21128
+ visible: true,
21129
+ ...Object.entries(componentDefinition$106.props).reduce((acc, [key, config]) => {
21130
+ acc[key] = config.default;
21131
+ return acc;
21132
+ }, {})
21133
+ };
21134
+ const props = $.rest_props($$props, [
21135
+ "$$slots",
21136
+ "$$events",
21137
+ "$$legacy"
21138
+ ]);
21139
+ const blendMode = $.derived(() => $$props.blendMode ?? componentDefaults.blendMode);
21140
+ const opacity = $.derived(() => $$props.opacity);
21141
+ const visible = $.derived(() => $$props.visible ?? componentDefaults.visible);
21142
+ const id = $.derived(() => $$props.id);
21143
+ const maskSource = $.derived(() => $$props.maskSource);
21144
+ const maskType = $.derived(() => $$props.maskType);
21145
+ const renderOrder = $.derived(() => $$props.renderOrder);
21146
+ const { children } = props;
21147
+ const mapsFromProps = $.derived(() => {
21148
+ const maps = {};
21149
+ for (const key of Object.keys(componentDefinition$106.props)) {
21150
+ const val = props[key];
21151
+ if (isPropDriver(val)) maps[key] = val;
21152
+ }
21153
+ return Object.keys(maps).length > 0 ? maps : void 0;
21154
+ });
21155
+ const effectiveTransform = $.derived(() => ({
21156
+ ...DEFAULT_TRANSFORM,
21157
+ ...$$props.transform
21158
+ }));
21159
+ const parentId = getContext("shaderParentId");
21160
+ if (parentId === void 0) throw new Error("Shader components must be used inside an <Shader> component or another shader component");
21161
+ const instanceId = ($.get(id) ? $.get(id).replace(/[^a-zA-Z0-9_]/g, "_") : null) || Math.random().toString(36).substring(2, 10);
21162
+ setContext("shaderParentId", instanceId);
21163
+ const shaderReadyProps = $.derived(() => {
21164
+ let baseProps = { ...componentDefaults };
21165
+ for (const key in props) if (key !== "blendMode" && key !== "opacity" && key !== "visible" && key !== "id" && key !== "maskSource" && key !== "maskType" && key !== "renderOrder" && key !== "transform" && key !== "children") {
21166
+ const propValue = props[key];
21167
+ if (isPropDriver(propValue)) continue;
21168
+ const defaultValue = componentDefaults[key];
21169
+ if (propValue !== void 0 && propValue !== defaultValue) baseProps[key] = propValue;
21170
+ }
21171
+ return baseProps;
21172
+ });
21173
+ const shaderColorSpace = getContext("shaderColorSpace");
21174
+ if (shaderColorSpace) setColorSpaceMode(shaderColorSpace());
21175
+ const uniforms = createUniformsMap(componentDefinition$106, $.get(shaderReadyProps), instanceId);
21176
+ const parentRegister = getContext("shaderNodeRegister");
21177
+ if (parentRegister === void 0) throw new Error("Shader components must be used inside an <Shader> component or another shader component");
21178
+ const parentUniformUpdate = getContext("shaderUniformUpdate");
21179
+ if (parentUniformUpdate === void 0) throw new Error("Shader components require shaderUniformUpdate from parent");
21180
+ const parentMetadataUpdate = getContext("shaderMetadataUpdate");
21181
+ if (parentMetadataUpdate === void 0) throw new Error("Shader components require shaderMetadataUpdate from parent");
21182
+ const isCapturesDOM = !!componentDefinition$106.capturesDOM;
21183
+ let captureCanvas;
21184
+ let captureW = $.state($.proxy(typeof window !== "undefined" ? Math.round(window.innerWidth * Math.min(window.devicePixelRatio, 2)) : 0));
21185
+ let captureH = $.state($.proxy(typeof window !== "undefined" ? Math.round(window.innerHeight * Math.min(window.devicePixelRatio, 2)) : 0));
21186
+ function teleportToBody(node) {
21187
+ document.body.appendChild(node);
21188
+ return { destroy() {
21189
+ node.remove();
21190
+ } };
21191
+ }
21192
+ if (isCapturesDOM) {
21193
+ const onWinResize = () => {
21194
+ const d = Math.min(window.devicePixelRatio, 2);
21195
+ $.set(captureW, Math.round(window.innerWidth * d), true);
21196
+ $.set(captureH, Math.round(window.innerHeight * d), true);
21197
+ };
21198
+ onMount(() => {
21199
+ window.addEventListener("resize", onWinResize);
21200
+ });
21201
+ onDestroy(() => {
21202
+ window.removeEventListener("resize", onWinResize);
21203
+ });
21204
+ }
21205
+ let orderMarker;
21206
+ let detectedRenderOrder = void 0;
21207
+ let isRegistered = $.state(false);
21208
+ Object.entries(uniforms).forEach(([propName, { uniform, transform }]) => {
21209
+ $.user_effect(() => {
21210
+ if (!$.get(isRegistered)) return;
21211
+ if (uniform && uniform.value !== void 0) {
21212
+ const newValue = props[propName];
21213
+ if (newValue !== void 0 && !isPropDriver(newValue)) parentUniformUpdate(instanceId, propName, newValue);
21214
+ }
21215
+ });
21216
+ });
21217
+ $.user_effect(() => {
21218
+ if (!$.get(isRegistered)) return;
21219
+ parentMetadataUpdate(instanceId, {
21220
+ blendMode: $.get(blendMode),
21221
+ opacity: $.get(opacity),
21222
+ visible: $.get(visible) === false ? false : true,
21223
+ id: $.get(id),
21224
+ mask: $.get(maskSource) ? {
21225
+ source: $.get(maskSource),
21226
+ type: $.get(maskType) || "alpha"
21227
+ } : void 0,
21228
+ maps: $.get(mapsFromProps),
21229
+ renderOrder: $.get(renderOrder) ?? detectedRenderOrder,
21230
+ transform: $.get(effectiveTransform)
21231
+ });
21232
+ });
21233
+ onMount(() => {
21234
+ if (componentDefinition$106 && typeof componentDefinition$106.fragmentNode === "function") {
21235
+ parentRegister(instanceId, componentDefinition$106.fragmentNode, parentId, {
21236
+ blendMode: $.get(blendMode),
21237
+ opacity: $.get(opacity),
21238
+ visible: $.get(visible) !== false ? true : false,
21239
+ id: $.get(id),
21240
+ mask: $.get(maskSource) ? {
21241
+ source: $.get(maskSource),
21242
+ type: $.get(maskType) || "alpha"
21243
+ } : void 0,
21244
+ maps: $.get(mapsFromProps),
21245
+ renderOrder: $.get(renderOrder) ?? detectedRenderOrder,
21246
+ transform: $.get(effectiveTransform)
21247
+ }, uniforms, componentDefinition$106, isCapturesDOM ? captureCanvas : void 0);
21248
+ $.set(isRegistered, true);
21249
+ if ($.get(renderOrder) === void 0 && orderMarker) {
21250
+ const parent = orderMarker.parentElement;
21251
+ if (parent) {
21252
+ const siblings = parent.querySelectorAll(":scope > [data-shader-id]");
21253
+ const position = Array.from(siblings).indexOf(orderMarker);
21254
+ if (position >= 0) {
21255
+ detectedRenderOrder = position;
21256
+ parentMetadataUpdate(instanceId, { renderOrder: position });
21257
+ }
21258
+ }
21259
+ }
21260
+ } else console.error("componentDefinition.fragmentNode is not a function:", {
21261
+ componentDefinition: componentDefinition$106,
21262
+ fragmentNode: componentDefinition$106?.fragmentNode,
21263
+ type: typeof componentDefinition$106?.fragmentNode
21264
+ });
21265
+ });
21266
+ onDestroy(() => {
21267
+ $.set(isRegistered, false);
21268
+ parentRegister(instanceId, null, null, null, null);
21269
+ });
20673
21270
  var fragment = root$1();
20674
21271
  var span = $.first_child(fragment);
20675
21272
  var node_1 = $.child(span);
@@ -20745,7 +21342,7 @@ function Shader($$anchor, $$props) {
20745
21342
  const checkRendering = () => {
20746
21343
  if (!rendererInstance) return;
20747
21344
  if (rendererInstance.getPerformanceStats().fps > 0) {
20748
- telemetryCollector = startTelemetry(rendererInstance, "2.5.103", disableTelemetry(), isPreview());
21345
+ telemetryCollector = startTelemetry(rendererInstance, "2.5.104", disableTelemetry(), isPreview());
20749
21346
  if (telemetryCollector) telemetryCollector.start();
20750
21347
  telemetryStartTimeout = null;
20751
21348
  } else telemetryStartTimeout = window.setTimeout(checkRendering, 500);
@@ -20964,6 +21561,7 @@ function Preview($$anchor, $$props) {
20964
21561
  FlowField,
20965
21562
  Flower,
20966
21563
  FlowingGradient,
21564
+ Fog,
20967
21565
  Form3D,
20968
21566
  Glass,
20969
21567
  GlassTiles,
@@ -21005,6 +21603,8 @@ function Preview($$anchor, $$props) {
21005
21603
  Shatter,
21006
21604
  SimplexNoise,
21007
21605
  SineWave,
21606
+ Smoke,
21607
+ SmokeFill,
21008
21608
  Solarize,
21009
21609
  SolidColor,
21010
21610
  Spherize,
@@ -21181,4 +21781,4 @@ function Preview($$anchor, $$props) {
21181
21781
  $.append($$anchor, fragment);
21182
21782
  $.pop();
21183
21783
  }
21184
- export { AngularBlur, Ascii, Aurora, Beam, Blob, Blur, BrightnessContrast, Bulge, CRTScreen, ChannelBlur, Checkerboard, ChromaFlow, ChromaticAberration, Circle, ConcentricSpin, ConicGradient, ContourLines, Crescent, Cross, Crystal, CursorRipples, CursorTrail, DOMTexture, DiamondGradient, DiffuseBlur, Dither, DotGrid, DropShadow, Duotone, Ellipse, Emboss, FallingLines, FilmGrain, FloatingParticles, FlowField, Flower, FlowingGradient, Form3D, Glass, GlassTiles, Glitch, Glow, Godrays, Grayscale, Grid, GridDistortion, Group, Halftone, HexGrid, HueShift, ImageTexture, Invert, Kaleidoscope, LensFlare, LinearBlur, LinearGradient, Liquify, Mirror, MultiPointGradient, Neon, Paper, Perspective, Pixelate, Plasma, PolarCoordinates, Polygon, Posterize, Preview, ProgressiveBlur, RadialGradient, RectangularCoordinates, Ring, Ripples, RoundedRect, Saturation, Shader, Sharpness, Shatter, SimplexNoise, SineWave, Solarize, SolidColor, Spherize, Spiral, Star, Strands, Stretch, Stripes, StudioBackground, Swirl, TiltShift, Tint, Trapezoid, Tritone, Truchet, Twirl, VHS, Vesica, Vibrance, VideoTexture, Vignette, Voronoi, WaveDistortion, Weave, WebcamTexture, ZoomBlur, generatePresetCode };
21784
+ export { AngularBlur, Ascii, Aurora, Beam, Blob, Blur, BrightnessContrast, Bulge, CRTScreen, ChannelBlur, Checkerboard, ChromaFlow, ChromaticAberration, Circle, ConcentricSpin, ConicGradient, ContourLines, Crescent, Cross, Crystal, CursorRipples, CursorTrail, DOMTexture, DiamondGradient, DiffuseBlur, Dither, DotGrid, DropShadow, Duotone, Ellipse, Emboss, FallingLines, FilmGrain, FloatingParticles, FlowField, Flower, FlowingGradient, Fog, Form3D, Glass, GlassTiles, Glitch, Glow, Godrays, Grayscale, Grid, GridDistortion, Group, Halftone, HexGrid, HueShift, ImageTexture, Invert, Kaleidoscope, LensFlare, LinearBlur, LinearGradient, Liquify, Mirror, MultiPointGradient, Neon, Paper, Perspective, Pixelate, Plasma, PolarCoordinates, Polygon, Posterize, Preview, ProgressiveBlur, RadialGradient, RectangularCoordinates, Ring, Ripples, RoundedRect, Saturation, Shader, Sharpness, Shatter, SimplexNoise, SineWave, Smoke, SmokeFill, Solarize, SolidColor, Spherize, Spiral, Star, Strands, Stretch, Stripes, StudioBackground, Swirl, TiltShift, Tint, Trapezoid, Tritone, Truchet, Twirl, VHS, Vesica, Vibrance, VideoTexture, Vignette, Voronoi, WaveDistortion, Weave, WebcamTexture, ZoomBlur, generatePresetCode };