shaders 2.3.50 → 2.3.52
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.
- package/dist/core/Aurora-BDnL1XdK.js +233 -0
- package/dist/core/StudioBackground-Ci26l_Xb.js +337 -0
- package/dist/core/registry.js +142 -138
- package/dist/core/shaderRegistry.d.ts.map +1 -1
- package/dist/core/shaders/Aurora/index.d.ts +99 -0
- package/dist/core/shaders/Aurora/index.d.ts.map +1 -0
- package/dist/core/shaders/Aurora/index.js +5 -0
- package/dist/core/shaders/Beam/index.js +1 -1
- package/dist/core/shaders/Blob/index.js +1 -1
- package/dist/core/shaders/Blur/index.js +1 -1
- package/dist/core/shaders/BrightnessContrast/index.js +1 -1
- package/dist/core/shaders/Bulge/index.js +1 -1
- package/dist/core/shaders/CRTScreen/index.js +1 -1
- package/dist/core/shaders/ChannelBlur/index.js +1 -1
- package/dist/core/shaders/Checkerboard/index.js +1 -1
- package/dist/core/shaders/ChromaFlow/index.js +1 -1
- package/dist/core/shaders/ChromaticAberration/index.js +1 -1
- package/dist/core/shaders/Circle/index.js +1 -1
- package/dist/core/shaders/ConcentricSpin/index.js +1 -1
- package/dist/core/shaders/ContourLines/index.js +1 -1
- package/dist/core/shaders/CursorTrail/index.js +1 -1
- package/dist/core/shaders/DiffuseBlur/index.js +1 -1
- package/dist/core/shaders/Dither/index.js +1 -1
- package/dist/core/shaders/DotGrid/index.js +1 -1
- package/dist/core/shaders/Duotone/index.js +1 -1
- package/dist/core/shaders/FilmGrain/index.js +1 -1
- package/dist/core/shaders/FloatingParticles/index.js +1 -1
- package/dist/core/shaders/FlowField/index.js +1 -1
- package/dist/core/shaders/GlassTiles/index.js +1 -1
- package/dist/core/shaders/Glitch/index.js +1 -1
- package/dist/core/shaders/Glow/index.js +1 -1
- package/dist/core/shaders/Godrays/index.js +1 -1
- package/dist/core/shaders/Grayscale/index.js +1 -1
- package/dist/core/shaders/Grid/index.js +1 -1
- package/dist/core/shaders/GridDistortion/index.js +1 -1
- package/dist/core/shaders/Group/index.js +1 -1
- package/dist/core/shaders/Halftone/index.js +1 -1
- package/dist/core/shaders/HueShift/index.js +1 -1
- package/dist/core/shaders/ImageTexture/index.js +1 -1
- package/dist/core/shaders/Invert/index.js +1 -1
- package/dist/core/shaders/Kaleidoscope/index.js +1 -1
- package/dist/core/shaders/LensFlare/index.js +1 -1
- package/dist/core/shaders/LinearBlur/index.js +1 -1
- package/dist/core/shaders/LinearGradient/index.js +1 -1
- package/dist/core/shaders/Liquify/index.js +1 -1
- package/dist/core/shaders/Mirror/index.js +1 -1
- package/dist/core/shaders/Perspective/index.js +1 -1
- package/dist/core/shaders/Pixelate/index.js +1 -1
- package/dist/core/shaders/Plasma/index.js +1 -1
- package/dist/core/shaders/PolarCoordinates/index.js +1 -1
- package/dist/core/shaders/Posterize/index.js +1 -1
- package/dist/core/shaders/ProgressiveBlur/index.js +1 -1
- package/dist/core/shaders/RadialGradient/index.js +1 -1
- package/dist/core/shaders/RectangularCoordinates/index.js +1 -1
- package/dist/core/shaders/Ripples/index.js +1 -1
- package/dist/core/shaders/Saturation/index.js +1 -1
- package/dist/core/shaders/Sharpness/index.js +1 -1
- package/dist/core/shaders/Shatter/index.js +1 -1
- package/dist/core/shaders/SimplexNoise/index.js +1 -1
- package/dist/core/shaders/SineWave/index.js +1 -1
- package/dist/core/shaders/SolidColor/index.js +1 -1
- package/dist/core/shaders/Spherize/index.js +1 -1
- package/dist/core/shaders/Spiral/index.js +1 -1
- package/dist/core/shaders/Strands/index.js +1 -1
- package/dist/core/shaders/Stretch/index.js +1 -1
- package/dist/core/shaders/Stripes/index.js +1 -1
- package/dist/core/shaders/StudioBackground/index.d.ts +141 -0
- package/dist/core/shaders/StudioBackground/index.d.ts.map +1 -0
- package/dist/core/shaders/StudioBackground/index.js +4 -0
- package/dist/core/shaders/Swirl/index.js +1 -1
- package/dist/core/shaders/TiltShift/index.js +1 -1
- package/dist/core/shaders/Tint/index.js +1 -1
- package/dist/core/shaders/Tritone/index.js +1 -1
- package/dist/core/shaders/Twirl/index.js +1 -1
- package/dist/core/shaders/Vibrance/index.js +1 -1
- package/dist/core/shaders/VideoTexture/index.js +1 -1
- package/dist/core/shaders/WaveDistortion/index.js +1 -1
- package/dist/core/shaders/WebcamTexture/index.js +1 -1
- package/dist/core/shaders/ZoomBlur/index.js +1 -1
- package/dist/react/Aurora.js +164 -0
- package/dist/react/StudioBackground.js +164 -0
- package/dist/react/components/Aurora.d.ts +31 -0
- package/dist/react/components/Aurora.d.ts.map +1 -0
- package/dist/react/components/StudioBackground.d.ts +31 -0
- package/dist/react/components/StudioBackground.d.ts.map +1 -0
- package/dist/react/index.d.ts +2 -0
- package/dist/react/index.d.ts.map +1 -1
- package/dist/react/index.js +3 -1
- package/dist/react/utils/generatePresetCode.d.ts.map +1 -1
- package/dist/react/utils/generatePresetCode.js +48 -0
- package/dist/registry.js +1148 -370
- package/dist/solid/components/Aurora.d.ts +28 -0
- package/dist/solid/components/Aurora.d.ts.map +1 -0
- package/dist/solid/components/Aurora.js +168 -0
- package/dist/solid/components/StudioBackground.d.ts +28 -0
- package/dist/solid/components/StudioBackground.d.ts.map +1 -0
- package/dist/solid/components/StudioBackground.js +168 -0
- package/dist/solid/index.d.ts +2 -0
- package/dist/solid/index.d.ts.map +1 -1
- package/dist/solid/index.js +144 -140
- package/dist/solid/utils/generatePresetCode.d.ts.map +1 -1
- package/dist/solid/utils/generatePresetCode.js +48 -0
- package/dist/svelte/components/Aurora.svelte.d.ts +19 -0
- package/dist/svelte/components/StudioBackground.svelte.d.ts +19 -0
- package/dist/svelte/{generatePresetCode-Co-oSFXj.js → generatePresetCode-DXODN9t6.js} +48 -0
- package/dist/svelte/index.d.ts +2 -0
- package/dist/svelte/index.js +541 -281
- package/dist/svelte/utils/generatePresetCode.js +1 -1
- package/dist/vue/Aurora.js +3 -0
- package/dist/vue/Aurora.vue_vue_type_script_setup_true_lang.js +156 -0
- package/dist/vue/StudioBackground.js +3 -0
- package/dist/vue/StudioBackground.vue_vue_type_script_setup_true_lang.js +162 -0
- package/dist/vue/components/Aurora.vue.d.ts +54 -0
- package/dist/vue/components/Aurora.vue.d.ts.map +1 -0
- package/dist/vue/components/StudioBackground.vue.d.ts +54 -0
- package/dist/vue/components/StudioBackground.vue.d.ts.map +1 -0
- package/dist/vue/index.d.ts +2 -0
- package/dist/vue/index.d.ts.map +1 -1
- package/dist/vue/index.js +3 -1
- package/dist/vue/utils/generatePresetCode.d.ts.map +1 -1
- package/dist/vue/utils/generatePresetCode.js +48 -0
- package/package.json +17 -1
- /package/dist/core/{Beam-BBbjVQDP.js → Beam-CyRoRQEj.js} +0 -0
- /package/dist/core/{Blob-DeD9KRj-.js → Blob-BgN4aVOR.js} +0 -0
- /package/dist/core/{Blur-Brqgsz7y.js → Blur-NNElJwzj.js} +0 -0
- /package/dist/core/{BrightnessContrast-DSePKfxC.js → BrightnessContrast-FdkKMaQQ.js} +0 -0
- /package/dist/core/{Bulge-D2OwcL23.js → Bulge-Ca9hW7y4.js} +0 -0
- /package/dist/core/{CRTScreen-D6qh6DnD.js → CRTScreen-BHKDJ9_0.js} +0 -0
- /package/dist/core/{ChannelBlur-BKo9uGaB.js → ChannelBlur-A0r5Gx_y.js} +0 -0
- /package/dist/core/{Checkerboard-ChbG4nPC.js → Checkerboard-XJh_tV6B.js} +0 -0
- /package/dist/core/{ChromaFlow-DyqU1igx.js → ChromaFlow-Cc647Knw.js} +0 -0
- /package/dist/core/{ChromaticAberration-9nlFN2h0.js → ChromaticAberration-CYvju_kr.js} +0 -0
- /package/dist/core/{Circle-DSQ_9vPx.js → Circle-C9DYXDnD.js} +0 -0
- /package/dist/core/{ConcentricSpin-CLTGx_sN.js → ConcentricSpin-CnuAW_6I.js} +0 -0
- /package/dist/core/{ContourLines-Dc5J7iw5.js → ContourLines-DJ0R9q6Y.js} +0 -0
- /package/dist/core/{CursorTrail-COnyRZH9.js → CursorTrail-DpegyvgZ.js} +0 -0
- /package/dist/core/{DiffuseBlur-DcV8M7hN.js → DiffuseBlur-BXcJHOEK.js} +0 -0
- /package/dist/core/{Dither-C-w0ugGX.js → Dither-BKUz66yF.js} +0 -0
- /package/dist/core/{DotGrid-wXnfcjrM.js → DotGrid-CQ3Bqk7F.js} +0 -0
- /package/dist/core/{Duotone-B8dYgrFR.js → Duotone-BW1JYEPc.js} +0 -0
- /package/dist/core/{FilmGrain-D_6m7GJ4.js → FilmGrain-GEWzNIxN.js} +0 -0
- /package/dist/core/{FloatingParticles-YuuXeICf.js → FloatingParticles--9Vfk8l7.js} +0 -0
- /package/dist/core/{FlowField-Dx2eqOcU.js → FlowField-cpaUwFHC.js} +0 -0
- /package/dist/core/{GlassTiles-hnt2pUQN.js → GlassTiles-BdeSNj7g.js} +0 -0
- /package/dist/core/{Glitch-DfPXeSlL.js → Glitch-CROTuIoh.js} +0 -0
- /package/dist/core/{Glow-CQv_dRPj.js → Glow-DQDMXgcr.js} +0 -0
- /package/dist/core/{Godrays-B_-HliEA.js → Godrays-ByIS3bRa.js} +0 -0
- /package/dist/core/{Grayscale-DRFXhxr4.js → Grayscale-DpKuVrqO.js} +0 -0
- /package/dist/core/{Grid-DKSUwEIe.js → Grid-CkcYMWZi.js} +0 -0
- /package/dist/core/{GridDistortion-DahXljLX.js → GridDistortion-CATS8be1.js} +0 -0
- /package/dist/core/{Group-r9gMBd5y.js → Group-DqEcpVau.js} +0 -0
- /package/dist/core/{Halftone-ZVjwkjaQ.js → Halftone-DPnEJWAR.js} +0 -0
- /package/dist/core/{HueShift-gZlNBwNE.js → HueShift-BuAL_IUD.js} +0 -0
- /package/dist/core/{ImageTexture-DuXMku_O.js → ImageTexture-BxUmKJDM.js} +0 -0
- /package/dist/core/{Invert-gUjZNHF3.js → Invert-CnrYMYHq.js} +0 -0
- /package/dist/core/{Kaleidoscope-COKZ0BDb.js → Kaleidoscope-w7bcRTGG.js} +0 -0
- /package/dist/core/{LensFlare-D6jy4M7G.js → LensFlare-D42C5m1g.js} +0 -0
- /package/dist/core/{LinearBlur-CArDQIhs.js → LinearBlur-PB7AuAdN.js} +0 -0
- /package/dist/core/{LinearGradient-BkB_3gVV.js → LinearGradient-xd6zdc9k.js} +0 -0
- /package/dist/core/{Liquify-BrIB9ajS.js → Liquify-BfUbY9Aa.js} +0 -0
- /package/dist/core/{Mirror-BRPYfVAr.js → Mirror-CBuDbabq.js} +0 -0
- /package/dist/core/{Perspective-CglPLWTZ.js → Perspective-BWEoTtAq.js} +0 -0
- /package/dist/core/{Pixelate-CwnuDc5L.js → Pixelate-C1kcXBSy.js} +0 -0
- /package/dist/core/{Plasma-CuW-GOI_.js → Plasma-BaKvTyBi.js} +0 -0
- /package/dist/core/{PolarCoordinates-9AFXKnSC.js → PolarCoordinates-tXYdB1hR.js} +0 -0
- /package/dist/core/{Posterize-DU2yrydV.js → Posterize-D4f1xM4m.js} +0 -0
- /package/dist/core/{ProgressiveBlur-BXv2mob_.js → ProgressiveBlur-CmBI0c7e.js} +0 -0
- /package/dist/core/{RadialGradient-Dd21Be-_.js → RadialGradient-BOWu2cE6.js} +0 -0
- /package/dist/core/{RectangularCoordinates-DAOGnX2p.js → RectangularCoordinates-C2KYwree.js} +0 -0
- /package/dist/core/{Ripples-Nk5is8WX.js → Ripples-C3rm4Nv6.js} +0 -0
- /package/dist/core/{Saturation-KoiVB92Y.js → Saturation-Bw3ToVIJ.js} +0 -0
- /package/dist/core/{Sharpness-CK-zaDVc.js → Sharpness-Dm4dZVlk.js} +0 -0
- /package/dist/core/{Shatter-EEzkIXGb.js → Shatter-C5oF85Mn.js} +0 -0
- /package/dist/core/{SimplexNoise-DKov4Yho.js → SimplexNoise-CzJ9JuBO.js} +0 -0
- /package/dist/core/{SineWave-Cy0wWKUU.js → SineWave-DMogWzg5.js} +0 -0
- /package/dist/core/{SolidColor-P4OKglCC.js → SolidColor-CmqDLEvX.js} +0 -0
- /package/dist/core/{Spherize-BLEvqakM.js → Spherize-BmA6-b8n.js} +0 -0
- /package/dist/core/{Spiral-DXuKs26n.js → Spiral-DmYzx8BO.js} +0 -0
- /package/dist/core/{Strands-DsdASoV4.js → Strands-CmEblLfF.js} +0 -0
- /package/dist/core/{Stretch-By8f2wmJ.js → Stretch-szy_xiYc.js} +0 -0
- /package/dist/core/{Stripes-D8HSlP1H.js → Stripes-Bze5bkdm.js} +0 -0
- /package/dist/core/{Swirl-DO8dNtED.js → Swirl-BUKxPesY.js} +0 -0
- /package/dist/core/{TiltShift-4QnOmvZ7.js → TiltShift-YxZeQ5Et.js} +0 -0
- /package/dist/core/{Tint-Qc-4l2re.js → Tint-Bss3hfZG.js} +0 -0
- /package/dist/core/{Tritone-COUPuEp_.js → Tritone-CVr6_qy3.js} +0 -0
- /package/dist/core/{Twirl-Se1glQAi.js → Twirl-CKwGdb3_.js} +0 -0
- /package/dist/core/{Vibrance-CUTMlggU.js → Vibrance-BiW7HP94.js} +0 -0
- /package/dist/core/{VideoTexture-DsvlYXHz.js → VideoTexture-CH9n_1hI.js} +0 -0
- /package/dist/core/{WaveDistortion-D75I7wpE.js → WaveDistortion-BYmLNaT1.js} +0 -0
- /package/dist/core/{WebcamTexture-Cj0_V3MP.js → WebcamTexture-wlrwZXeq.js} +0 -0
- /package/dist/core/{ZoomBlur-Cq6lhjH5.js → ZoomBlur-BtGAMd_0.js} +0 -0
package/dist/svelte/index.js
CHANGED
|
@@ -1,82 +1,84 @@
|
|
|
1
|
-
import { n as generatePresetCode } from "./generatePresetCode-
|
|
1
|
+
import { n as generatePresetCode } from "./generatePresetCode-DXODN9t6.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";
|
|
5
5
|
import { createUniformsMap, shaderRenderer } from "../core/index.js";
|
|
6
6
|
import { componentDefinition } from "../core/shaders/AngularBlur/index.js";
|
|
7
7
|
import { componentDefinition as componentDefinition$1 } from "../core/shaders/Ascii/index.js";
|
|
8
|
-
import { componentDefinition as componentDefinition$2 } from "../core/shaders/
|
|
9
|
-
import { componentDefinition as componentDefinition$3 } from "../core/shaders/
|
|
10
|
-
import { componentDefinition as componentDefinition$4 } from "../core/shaders/
|
|
11
|
-
import { componentDefinition as componentDefinition$5 } from "../core/shaders/
|
|
12
|
-
import { componentDefinition as componentDefinition$6 } from "../core/shaders/
|
|
13
|
-
import { componentDefinition as componentDefinition$7 } from "../core/shaders/
|
|
14
|
-
import { componentDefinition as componentDefinition$8 } from "../core/shaders/
|
|
15
|
-
import { componentDefinition as componentDefinition$9 } from "../core/shaders/
|
|
16
|
-
import { componentDefinition as componentDefinition$10 } from "../core/shaders/
|
|
17
|
-
import { componentDefinition as componentDefinition$11 } from "../core/shaders/
|
|
18
|
-
import { componentDefinition as componentDefinition$12 } from "../core/shaders/
|
|
19
|
-
import { componentDefinition as componentDefinition$13 } from "../core/shaders/
|
|
20
|
-
import { componentDefinition as componentDefinition$14 } from "../core/shaders/
|
|
21
|
-
import { componentDefinition as componentDefinition$15 } from "../core/shaders/
|
|
22
|
-
import { componentDefinition as componentDefinition$16 } from "../core/shaders/
|
|
23
|
-
import { componentDefinition as componentDefinition$17 } from "../core/shaders/
|
|
24
|
-
import { componentDefinition as componentDefinition$18 } from "../core/shaders/
|
|
25
|
-
import { componentDefinition as componentDefinition$19 } from "../core/shaders/
|
|
26
|
-
import { componentDefinition as componentDefinition$20 } from "../core/shaders/
|
|
27
|
-
import { componentDefinition as componentDefinition$21 } from "../core/shaders/
|
|
28
|
-
import { componentDefinition as componentDefinition$22 } from "../core/shaders/
|
|
29
|
-
import { componentDefinition as componentDefinition$23 } from "../core/shaders/
|
|
30
|
-
import { componentDefinition as componentDefinition$24 } from "../core/shaders/
|
|
31
|
-
import { componentDefinition as componentDefinition$25 } from "../core/shaders/
|
|
32
|
-
import { componentDefinition as componentDefinition$26 } from "../core/shaders/
|
|
33
|
-
import { componentDefinition as componentDefinition$27 } from "../core/shaders/
|
|
34
|
-
import { componentDefinition as componentDefinition$28 } from "../core/shaders/
|
|
35
|
-
import { componentDefinition as componentDefinition$29 } from "../core/shaders/
|
|
36
|
-
import { componentDefinition as componentDefinition$30 } from "../core/shaders/
|
|
37
|
-
import { componentDefinition as componentDefinition$31 } from "../core/shaders/
|
|
38
|
-
import { componentDefinition as componentDefinition$32 } from "../core/shaders/
|
|
39
|
-
import { componentDefinition as componentDefinition$33 } from "../core/shaders/
|
|
40
|
-
import { componentDefinition as componentDefinition$34 } from "../core/shaders/
|
|
41
|
-
import { componentDefinition as componentDefinition$35 } from "../core/shaders/
|
|
42
|
-
import { componentDefinition as componentDefinition$36 } from "../core/shaders/
|
|
43
|
-
import { componentDefinition as componentDefinition$37 } from "../core/shaders/
|
|
44
|
-
import { componentDefinition as componentDefinition$38 } from "../core/shaders/
|
|
45
|
-
import { componentDefinition as componentDefinition$39 } from "../core/shaders/
|
|
46
|
-
import { componentDefinition as componentDefinition$40 } from "../core/shaders/
|
|
47
|
-
import { componentDefinition as componentDefinition$41 } from "../core/shaders/
|
|
48
|
-
import { componentDefinition as componentDefinition$42 } from "../core/shaders/
|
|
49
|
-
import { componentDefinition as componentDefinition$43 } from "../core/shaders/
|
|
50
|
-
import { componentDefinition as componentDefinition$44 } from "../core/shaders/
|
|
51
|
-
import { componentDefinition as componentDefinition$45 } from "../core/shaders/
|
|
52
|
-
import { componentDefinition as componentDefinition$46 } from "../core/shaders/
|
|
53
|
-
import { componentDefinition as componentDefinition$47 } from "../core/shaders/
|
|
54
|
-
import { componentDefinition as componentDefinition$48 } from "../core/shaders/
|
|
55
|
-
import { componentDefinition as componentDefinition$49 } from "../core/shaders/
|
|
56
|
-
import { componentDefinition as componentDefinition$50 } from "../core/shaders/
|
|
57
|
-
import { componentDefinition as componentDefinition$51 } from "../core/shaders/
|
|
58
|
-
import { componentDefinition as componentDefinition$52 } from "../core/shaders/
|
|
59
|
-
import { componentDefinition as componentDefinition$53 } from "../core/shaders/
|
|
60
|
-
import { componentDefinition as componentDefinition$54 } from "../core/shaders/
|
|
61
|
-
import { componentDefinition as componentDefinition$55 } from "../core/shaders/
|
|
62
|
-
import { componentDefinition as componentDefinition$56 } from "../core/shaders/
|
|
63
|
-
import { componentDefinition as componentDefinition$57 } from "../core/shaders/
|
|
64
|
-
import { componentDefinition as componentDefinition$58 } from "../core/shaders/
|
|
65
|
-
import { componentDefinition as componentDefinition$59 } from "../core/shaders/
|
|
66
|
-
import { componentDefinition as componentDefinition$60 } from "../core/shaders/
|
|
67
|
-
import { componentDefinition as componentDefinition$61 } from "../core/shaders/
|
|
68
|
-
import { componentDefinition as componentDefinition$62 } from "../core/shaders/
|
|
69
|
-
import { componentDefinition as componentDefinition$63 } from "../core/shaders/
|
|
70
|
-
import { componentDefinition as componentDefinition$64 } from "../core/shaders/
|
|
71
|
-
import { componentDefinition as componentDefinition$65 } from "../core/shaders/
|
|
72
|
-
import { componentDefinition as componentDefinition$66 } from "../core/shaders/
|
|
73
|
-
import { componentDefinition as componentDefinition$67 } from "../core/shaders/
|
|
74
|
-
import { componentDefinition as componentDefinition$68 } from "../core/shaders/
|
|
75
|
-
import { componentDefinition as componentDefinition$69 } from "../core/shaders/
|
|
76
|
-
import { componentDefinition as componentDefinition$70 } from "../core/shaders/
|
|
8
|
+
import { componentDefinition as componentDefinition$2 } from "../core/shaders/Aurora/index.js";
|
|
9
|
+
import { componentDefinition as componentDefinition$3 } from "../core/shaders/Beam/index.js";
|
|
10
|
+
import { componentDefinition as componentDefinition$4 } from "../core/shaders/Blob/index.js";
|
|
11
|
+
import { componentDefinition as componentDefinition$5 } from "../core/shaders/Blur/index.js";
|
|
12
|
+
import { componentDefinition as componentDefinition$6 } from "../core/shaders/BrightnessContrast/index.js";
|
|
13
|
+
import { componentDefinition as componentDefinition$7 } from "../core/shaders/Bulge/index.js";
|
|
14
|
+
import { componentDefinition as componentDefinition$8 } from "../core/shaders/CRTScreen/index.js";
|
|
15
|
+
import { componentDefinition as componentDefinition$9 } from "../core/shaders/ChannelBlur/index.js";
|
|
16
|
+
import { componentDefinition as componentDefinition$10 } from "../core/shaders/Checkerboard/index.js";
|
|
17
|
+
import { componentDefinition as componentDefinition$11 } from "../core/shaders/ChromaFlow/index.js";
|
|
18
|
+
import { componentDefinition as componentDefinition$12 } from "../core/shaders/ChromaticAberration/index.js";
|
|
19
|
+
import { componentDefinition as componentDefinition$13 } from "../core/shaders/Circle/index.js";
|
|
20
|
+
import { componentDefinition as componentDefinition$14 } from "../core/shaders/ConcentricSpin/index.js";
|
|
21
|
+
import { componentDefinition as componentDefinition$15 } from "../core/shaders/ContourLines/index.js";
|
|
22
|
+
import { componentDefinition as componentDefinition$16 } from "../core/shaders/CursorTrail/index.js";
|
|
23
|
+
import { componentDefinition as componentDefinition$17 } from "../core/shaders/DiffuseBlur/index.js";
|
|
24
|
+
import { componentDefinition as componentDefinition$18 } from "../core/shaders/Dither/index.js";
|
|
25
|
+
import { componentDefinition as componentDefinition$19 } from "../core/shaders/DotGrid/index.js";
|
|
26
|
+
import { componentDefinition as componentDefinition$20 } from "../core/shaders/Duotone/index.js";
|
|
27
|
+
import { componentDefinition as componentDefinition$21 } from "../core/shaders/FilmGrain/index.js";
|
|
28
|
+
import { componentDefinition as componentDefinition$22 } from "../core/shaders/FloatingParticles/index.js";
|
|
29
|
+
import { componentDefinition as componentDefinition$23 } from "../core/shaders/FlowField/index.js";
|
|
30
|
+
import { componentDefinition as componentDefinition$24 } from "../core/shaders/GlassTiles/index.js";
|
|
31
|
+
import { componentDefinition as componentDefinition$25 } from "../core/shaders/Glitch/index.js";
|
|
32
|
+
import { componentDefinition as componentDefinition$26 } from "../core/shaders/Glow/index.js";
|
|
33
|
+
import { componentDefinition as componentDefinition$27 } from "../core/shaders/Godrays/index.js";
|
|
34
|
+
import { componentDefinition as componentDefinition$28 } from "../core/shaders/Grayscale/index.js";
|
|
35
|
+
import { componentDefinition as componentDefinition$29 } from "../core/shaders/Grid/index.js";
|
|
36
|
+
import { componentDefinition as componentDefinition$30 } from "../core/shaders/GridDistortion/index.js";
|
|
37
|
+
import { componentDefinition as componentDefinition$31 } from "../core/shaders/Group/index.js";
|
|
38
|
+
import { componentDefinition as componentDefinition$32 } from "../core/shaders/Halftone/index.js";
|
|
39
|
+
import { componentDefinition as componentDefinition$33 } from "../core/shaders/HueShift/index.js";
|
|
40
|
+
import { componentDefinition as componentDefinition$34 } from "../core/shaders/ImageTexture/index.js";
|
|
41
|
+
import { componentDefinition as componentDefinition$35 } from "../core/shaders/Invert/index.js";
|
|
42
|
+
import { componentDefinition as componentDefinition$36 } from "../core/shaders/Kaleidoscope/index.js";
|
|
43
|
+
import { componentDefinition as componentDefinition$37 } from "../core/shaders/LensFlare/index.js";
|
|
44
|
+
import { componentDefinition as componentDefinition$38 } from "../core/shaders/LinearBlur/index.js";
|
|
45
|
+
import { componentDefinition as componentDefinition$39 } from "../core/shaders/LinearGradient/index.js";
|
|
46
|
+
import { componentDefinition as componentDefinition$40 } from "../core/shaders/Liquify/index.js";
|
|
47
|
+
import { componentDefinition as componentDefinition$41 } from "../core/shaders/Mirror/index.js";
|
|
48
|
+
import { componentDefinition as componentDefinition$42 } from "../core/shaders/Perspective/index.js";
|
|
49
|
+
import { componentDefinition as componentDefinition$43 } from "../core/shaders/Pixelate/index.js";
|
|
50
|
+
import { componentDefinition as componentDefinition$44 } from "../core/shaders/Plasma/index.js";
|
|
51
|
+
import { componentDefinition as componentDefinition$45 } from "../core/shaders/PolarCoordinates/index.js";
|
|
52
|
+
import { componentDefinition as componentDefinition$46 } from "../core/shaders/Posterize/index.js";
|
|
53
|
+
import { componentDefinition as componentDefinition$47 } from "../core/shaders/ProgressiveBlur/index.js";
|
|
54
|
+
import { componentDefinition as componentDefinition$48 } from "../core/shaders/RadialGradient/index.js";
|
|
55
|
+
import { componentDefinition as componentDefinition$49 } from "../core/shaders/RectangularCoordinates/index.js";
|
|
56
|
+
import { componentDefinition as componentDefinition$50 } from "../core/shaders/Ripples/index.js";
|
|
57
|
+
import { componentDefinition as componentDefinition$51 } from "../core/shaders/Saturation/index.js";
|
|
58
|
+
import { componentDefinition as componentDefinition$52 } from "../core/shaders/Sharpness/index.js";
|
|
59
|
+
import { componentDefinition as componentDefinition$53 } from "../core/shaders/Shatter/index.js";
|
|
60
|
+
import { componentDefinition as componentDefinition$54 } from "../core/shaders/SimplexNoise/index.js";
|
|
61
|
+
import { componentDefinition as componentDefinition$55 } from "../core/shaders/SineWave/index.js";
|
|
62
|
+
import { componentDefinition as componentDefinition$56 } from "../core/shaders/SolidColor/index.js";
|
|
63
|
+
import { componentDefinition as componentDefinition$57 } from "../core/shaders/Spherize/index.js";
|
|
64
|
+
import { componentDefinition as componentDefinition$58 } from "../core/shaders/Spiral/index.js";
|
|
65
|
+
import { componentDefinition as componentDefinition$59 } from "../core/shaders/Strands/index.js";
|
|
66
|
+
import { componentDefinition as componentDefinition$60 } from "../core/shaders/Stretch/index.js";
|
|
67
|
+
import { componentDefinition as componentDefinition$61 } from "../core/shaders/Stripes/index.js";
|
|
68
|
+
import { componentDefinition as componentDefinition$62 } from "../core/shaders/StudioBackground/index.js";
|
|
69
|
+
import { componentDefinition as componentDefinition$63 } from "../core/shaders/Swirl/index.js";
|
|
70
|
+
import { componentDefinition as componentDefinition$64 } from "../core/shaders/TiltShift/index.js";
|
|
71
|
+
import { componentDefinition as componentDefinition$65 } from "../core/shaders/Tint/index.js";
|
|
72
|
+
import { componentDefinition as componentDefinition$66 } from "../core/shaders/Tritone/index.js";
|
|
73
|
+
import { componentDefinition as componentDefinition$67 } from "../core/shaders/Twirl/index.js";
|
|
74
|
+
import { componentDefinition as componentDefinition$68 } from "../core/shaders/Vibrance/index.js";
|
|
75
|
+
import { componentDefinition as componentDefinition$69 } from "../core/shaders/VideoTexture/index.js";
|
|
76
|
+
import { componentDefinition as componentDefinition$70 } from "../core/shaders/WaveDistortion/index.js";
|
|
77
|
+
import { componentDefinition as componentDefinition$71 } from "../core/shaders/WebcamTexture/index.js";
|
|
78
|
+
import { componentDefinition as componentDefinition$72 } from "../core/shaders/ZoomBlur/index.js";
|
|
77
79
|
import { vec4 } from "three/tsl";
|
|
78
80
|
import { TelemetryCollector, isExternalUser, shouldCollectTelemetry } from "../core/telemetry/index.js";
|
|
79
|
-
var root$
|
|
81
|
+
var root$73 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
80
82
|
function AngularBlur($$anchor, $$props) {
|
|
81
83
|
$.push($$props, true);
|
|
82
84
|
const DEFAULT_TRANSFORM = {
|
|
@@ -196,7 +198,7 @@ function AngularBlur($$anchor, $$props) {
|
|
|
196
198
|
$.set(isRegistered, false);
|
|
197
199
|
parentRegister(instanceId, null, null, null, null);
|
|
198
200
|
});
|
|
199
|
-
var span = root$
|
|
201
|
+
var span = root$73();
|
|
200
202
|
var node = $.child(span);
|
|
201
203
|
children?.(node);
|
|
202
204
|
$.reset(span);
|
|
@@ -205,7 +207,7 @@ function AngularBlur($$anchor, $$props) {
|
|
|
205
207
|
$.append($$anchor, span);
|
|
206
208
|
$.pop();
|
|
207
209
|
}
|
|
208
|
-
var root$
|
|
210
|
+
var root$72 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
209
211
|
function Ascii($$anchor, $$props) {
|
|
210
212
|
$.push($$props, true);
|
|
211
213
|
const DEFAULT_TRANSFORM = {
|
|
@@ -325,7 +327,7 @@ function Ascii($$anchor, $$props) {
|
|
|
325
327
|
$.set(isRegistered, false);
|
|
326
328
|
parentRegister(instanceId, null, null, null, null);
|
|
327
329
|
});
|
|
328
|
-
var span = root$
|
|
330
|
+
var span = root$72();
|
|
329
331
|
var node = $.child(span);
|
|
330
332
|
children?.(node);
|
|
331
333
|
$.reset(span);
|
|
@@ -334,8 +336,8 @@ function Ascii($$anchor, $$props) {
|
|
|
334
336
|
$.append($$anchor, span);
|
|
335
337
|
$.pop();
|
|
336
338
|
}
|
|
337
|
-
var root$
|
|
338
|
-
function
|
|
339
|
+
var root$71 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
340
|
+
function Aurora($$anchor, $$props) {
|
|
339
341
|
$.push($$props, true);
|
|
340
342
|
const DEFAULT_TRANSFORM = {
|
|
341
343
|
offsetX: 0,
|
|
@@ -454,7 +456,7 @@ function Beam($$anchor, $$props) {
|
|
|
454
456
|
$.set(isRegistered, false);
|
|
455
457
|
parentRegister(instanceId, null, null, null, null);
|
|
456
458
|
});
|
|
457
|
-
var span = root$
|
|
459
|
+
var span = root$71();
|
|
458
460
|
var node = $.child(span);
|
|
459
461
|
children?.(node);
|
|
460
462
|
$.reset(span);
|
|
@@ -463,8 +465,8 @@ function Beam($$anchor, $$props) {
|
|
|
463
465
|
$.append($$anchor, span);
|
|
464
466
|
$.pop();
|
|
465
467
|
}
|
|
466
|
-
var root$
|
|
467
|
-
function
|
|
468
|
+
var root$70 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
469
|
+
function Beam($$anchor, $$props) {
|
|
468
470
|
$.push($$props, true);
|
|
469
471
|
const DEFAULT_TRANSFORM = {
|
|
470
472
|
offsetX: 0,
|
|
@@ -583,7 +585,7 @@ function Blob($$anchor, $$props) {
|
|
|
583
585
|
$.set(isRegistered, false);
|
|
584
586
|
parentRegister(instanceId, null, null, null, null);
|
|
585
587
|
});
|
|
586
|
-
var span = root$
|
|
588
|
+
var span = root$70();
|
|
587
589
|
var node = $.child(span);
|
|
588
590
|
children?.(node);
|
|
589
591
|
$.reset(span);
|
|
@@ -592,8 +594,8 @@ function Blob($$anchor, $$props) {
|
|
|
592
594
|
$.append($$anchor, span);
|
|
593
595
|
$.pop();
|
|
594
596
|
}
|
|
595
|
-
var root$
|
|
596
|
-
function
|
|
597
|
+
var root$69 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
598
|
+
function Blob($$anchor, $$props) {
|
|
597
599
|
$.push($$props, true);
|
|
598
600
|
const DEFAULT_TRANSFORM = {
|
|
599
601
|
offsetX: 0,
|
|
@@ -712,7 +714,7 @@ function Blur($$anchor, $$props) {
|
|
|
712
714
|
$.set(isRegistered, false);
|
|
713
715
|
parentRegister(instanceId, null, null, null, null);
|
|
714
716
|
});
|
|
715
|
-
var span = root$
|
|
717
|
+
var span = root$69();
|
|
716
718
|
var node = $.child(span);
|
|
717
719
|
children?.(node);
|
|
718
720
|
$.reset(span);
|
|
@@ -721,8 +723,8 @@ function Blur($$anchor, $$props) {
|
|
|
721
723
|
$.append($$anchor, span);
|
|
722
724
|
$.pop();
|
|
723
725
|
}
|
|
724
|
-
var root$
|
|
725
|
-
function
|
|
726
|
+
var root$68 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
727
|
+
function Blur($$anchor, $$props) {
|
|
726
728
|
$.push($$props, true);
|
|
727
729
|
const DEFAULT_TRANSFORM = {
|
|
728
730
|
offsetX: 0,
|
|
@@ -841,7 +843,7 @@ function BrightnessContrast($$anchor, $$props) {
|
|
|
841
843
|
$.set(isRegistered, false);
|
|
842
844
|
parentRegister(instanceId, null, null, null, null);
|
|
843
845
|
});
|
|
844
|
-
var span = root$
|
|
846
|
+
var span = root$68();
|
|
845
847
|
var node = $.child(span);
|
|
846
848
|
children?.(node);
|
|
847
849
|
$.reset(span);
|
|
@@ -850,8 +852,8 @@ function BrightnessContrast($$anchor, $$props) {
|
|
|
850
852
|
$.append($$anchor, span);
|
|
851
853
|
$.pop();
|
|
852
854
|
}
|
|
853
|
-
var root$
|
|
854
|
-
function
|
|
855
|
+
var root$67 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
856
|
+
function BrightnessContrast($$anchor, $$props) {
|
|
855
857
|
$.push($$props, true);
|
|
856
858
|
const DEFAULT_TRANSFORM = {
|
|
857
859
|
offsetX: 0,
|
|
@@ -970,7 +972,7 @@ function Bulge($$anchor, $$props) {
|
|
|
970
972
|
$.set(isRegistered, false);
|
|
971
973
|
parentRegister(instanceId, null, null, null, null);
|
|
972
974
|
});
|
|
973
|
-
var span = root$
|
|
975
|
+
var span = root$67();
|
|
974
976
|
var node = $.child(span);
|
|
975
977
|
children?.(node);
|
|
976
978
|
$.reset(span);
|
|
@@ -979,8 +981,8 @@ function Bulge($$anchor, $$props) {
|
|
|
979
981
|
$.append($$anchor, span);
|
|
980
982
|
$.pop();
|
|
981
983
|
}
|
|
982
|
-
var root$
|
|
983
|
-
function
|
|
984
|
+
var root$66 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
985
|
+
function Bulge($$anchor, $$props) {
|
|
984
986
|
$.push($$props, true);
|
|
985
987
|
const DEFAULT_TRANSFORM = {
|
|
986
988
|
offsetX: 0,
|
|
@@ -1099,7 +1101,7 @@ function CRTScreen($$anchor, $$props) {
|
|
|
1099
1101
|
$.set(isRegistered, false);
|
|
1100
1102
|
parentRegister(instanceId, null, null, null, null);
|
|
1101
1103
|
});
|
|
1102
|
-
var span = root$
|
|
1104
|
+
var span = root$66();
|
|
1103
1105
|
var node = $.child(span);
|
|
1104
1106
|
children?.(node);
|
|
1105
1107
|
$.reset(span);
|
|
@@ -1108,8 +1110,8 @@ function CRTScreen($$anchor, $$props) {
|
|
|
1108
1110
|
$.append($$anchor, span);
|
|
1109
1111
|
$.pop();
|
|
1110
1112
|
}
|
|
1111
|
-
var root$
|
|
1112
|
-
function
|
|
1113
|
+
var root$65 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
1114
|
+
function CRTScreen($$anchor, $$props) {
|
|
1113
1115
|
$.push($$props, true);
|
|
1114
1116
|
const DEFAULT_TRANSFORM = {
|
|
1115
1117
|
offsetX: 0,
|
|
@@ -1228,7 +1230,7 @@ function ChannelBlur($$anchor, $$props) {
|
|
|
1228
1230
|
$.set(isRegistered, false);
|
|
1229
1231
|
parentRegister(instanceId, null, null, null, null);
|
|
1230
1232
|
});
|
|
1231
|
-
var span = root$
|
|
1233
|
+
var span = root$65();
|
|
1232
1234
|
var node = $.child(span);
|
|
1233
1235
|
children?.(node);
|
|
1234
1236
|
$.reset(span);
|
|
@@ -1237,8 +1239,8 @@ function ChannelBlur($$anchor, $$props) {
|
|
|
1237
1239
|
$.append($$anchor, span);
|
|
1238
1240
|
$.pop();
|
|
1239
1241
|
}
|
|
1240
|
-
var root$
|
|
1241
|
-
function
|
|
1242
|
+
var root$64 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
1243
|
+
function ChannelBlur($$anchor, $$props) {
|
|
1242
1244
|
$.push($$props, true);
|
|
1243
1245
|
const DEFAULT_TRANSFORM = {
|
|
1244
1246
|
offsetX: 0,
|
|
@@ -1357,7 +1359,7 @@ function Checkerboard($$anchor, $$props) {
|
|
|
1357
1359
|
$.set(isRegistered, false);
|
|
1358
1360
|
parentRegister(instanceId, null, null, null, null);
|
|
1359
1361
|
});
|
|
1360
|
-
var span = root$
|
|
1362
|
+
var span = root$64();
|
|
1361
1363
|
var node = $.child(span);
|
|
1362
1364
|
children?.(node);
|
|
1363
1365
|
$.reset(span);
|
|
@@ -1366,8 +1368,8 @@ function Checkerboard($$anchor, $$props) {
|
|
|
1366
1368
|
$.append($$anchor, span);
|
|
1367
1369
|
$.pop();
|
|
1368
1370
|
}
|
|
1369
|
-
var root$
|
|
1370
|
-
function
|
|
1371
|
+
var root$63 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
1372
|
+
function Checkerboard($$anchor, $$props) {
|
|
1371
1373
|
$.push($$props, true);
|
|
1372
1374
|
const DEFAULT_TRANSFORM = {
|
|
1373
1375
|
offsetX: 0,
|
|
@@ -1486,7 +1488,7 @@ function ChromaFlow($$anchor, $$props) {
|
|
|
1486
1488
|
$.set(isRegistered, false);
|
|
1487
1489
|
parentRegister(instanceId, null, null, null, null);
|
|
1488
1490
|
});
|
|
1489
|
-
var span = root$
|
|
1491
|
+
var span = root$63();
|
|
1490
1492
|
var node = $.child(span);
|
|
1491
1493
|
children?.(node);
|
|
1492
1494
|
$.reset(span);
|
|
@@ -1495,8 +1497,8 @@ function ChromaFlow($$anchor, $$props) {
|
|
|
1495
1497
|
$.append($$anchor, span);
|
|
1496
1498
|
$.pop();
|
|
1497
1499
|
}
|
|
1498
|
-
var root$
|
|
1499
|
-
function
|
|
1500
|
+
var root$62 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
1501
|
+
function ChromaFlow($$anchor, $$props) {
|
|
1500
1502
|
$.push($$props, true);
|
|
1501
1503
|
const DEFAULT_TRANSFORM = {
|
|
1502
1504
|
offsetX: 0,
|
|
@@ -1615,7 +1617,7 @@ function ChromaticAberration($$anchor, $$props) {
|
|
|
1615
1617
|
$.set(isRegistered, false);
|
|
1616
1618
|
parentRegister(instanceId, null, null, null, null);
|
|
1617
1619
|
});
|
|
1618
|
-
var span = root$
|
|
1620
|
+
var span = root$62();
|
|
1619
1621
|
var node = $.child(span);
|
|
1620
1622
|
children?.(node);
|
|
1621
1623
|
$.reset(span);
|
|
@@ -1624,8 +1626,8 @@ function ChromaticAberration($$anchor, $$props) {
|
|
|
1624
1626
|
$.append($$anchor, span);
|
|
1625
1627
|
$.pop();
|
|
1626
1628
|
}
|
|
1627
|
-
var root$
|
|
1628
|
-
function
|
|
1629
|
+
var root$61 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
1630
|
+
function ChromaticAberration($$anchor, $$props) {
|
|
1629
1631
|
$.push($$props, true);
|
|
1630
1632
|
const DEFAULT_TRANSFORM = {
|
|
1631
1633
|
offsetX: 0,
|
|
@@ -1744,7 +1746,7 @@ function Circle($$anchor, $$props) {
|
|
|
1744
1746
|
$.set(isRegistered, false);
|
|
1745
1747
|
parentRegister(instanceId, null, null, null, null);
|
|
1746
1748
|
});
|
|
1747
|
-
var span = root$
|
|
1749
|
+
var span = root$61();
|
|
1748
1750
|
var node = $.child(span);
|
|
1749
1751
|
children?.(node);
|
|
1750
1752
|
$.reset(span);
|
|
@@ -1753,8 +1755,8 @@ function Circle($$anchor, $$props) {
|
|
|
1753
1755
|
$.append($$anchor, span);
|
|
1754
1756
|
$.pop();
|
|
1755
1757
|
}
|
|
1756
|
-
var root$
|
|
1757
|
-
function
|
|
1758
|
+
var root$60 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
1759
|
+
function Circle($$anchor, $$props) {
|
|
1758
1760
|
$.push($$props, true);
|
|
1759
1761
|
const DEFAULT_TRANSFORM = {
|
|
1760
1762
|
offsetX: 0,
|
|
@@ -1873,7 +1875,7 @@ function ConcentricSpin($$anchor, $$props) {
|
|
|
1873
1875
|
$.set(isRegistered, false);
|
|
1874
1876
|
parentRegister(instanceId, null, null, null, null);
|
|
1875
1877
|
});
|
|
1876
|
-
var span = root$
|
|
1878
|
+
var span = root$60();
|
|
1877
1879
|
var node = $.child(span);
|
|
1878
1880
|
children?.(node);
|
|
1879
1881
|
$.reset(span);
|
|
@@ -1882,8 +1884,8 @@ function ConcentricSpin($$anchor, $$props) {
|
|
|
1882
1884
|
$.append($$anchor, span);
|
|
1883
1885
|
$.pop();
|
|
1884
1886
|
}
|
|
1885
|
-
var root$
|
|
1886
|
-
function
|
|
1887
|
+
var root$59 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
1888
|
+
function ConcentricSpin($$anchor, $$props) {
|
|
1887
1889
|
$.push($$props, true);
|
|
1888
1890
|
const DEFAULT_TRANSFORM = {
|
|
1889
1891
|
offsetX: 0,
|
|
@@ -2002,7 +2004,7 @@ function ContourLines($$anchor, $$props) {
|
|
|
2002
2004
|
$.set(isRegistered, false);
|
|
2003
2005
|
parentRegister(instanceId, null, null, null, null);
|
|
2004
2006
|
});
|
|
2005
|
-
var span = root$
|
|
2007
|
+
var span = root$59();
|
|
2006
2008
|
var node = $.child(span);
|
|
2007
2009
|
children?.(node);
|
|
2008
2010
|
$.reset(span);
|
|
@@ -2011,8 +2013,8 @@ function ContourLines($$anchor, $$props) {
|
|
|
2011
2013
|
$.append($$anchor, span);
|
|
2012
2014
|
$.pop();
|
|
2013
2015
|
}
|
|
2014
|
-
var root$
|
|
2015
|
-
function
|
|
2016
|
+
var root$58 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
2017
|
+
function ContourLines($$anchor, $$props) {
|
|
2016
2018
|
$.push($$props, true);
|
|
2017
2019
|
const DEFAULT_TRANSFORM = {
|
|
2018
2020
|
offsetX: 0,
|
|
@@ -2131,7 +2133,7 @@ function CursorTrail($$anchor, $$props) {
|
|
|
2131
2133
|
$.set(isRegistered, false);
|
|
2132
2134
|
parentRegister(instanceId, null, null, null, null);
|
|
2133
2135
|
});
|
|
2134
|
-
var span = root$
|
|
2136
|
+
var span = root$58();
|
|
2135
2137
|
var node = $.child(span);
|
|
2136
2138
|
children?.(node);
|
|
2137
2139
|
$.reset(span);
|
|
@@ -2140,8 +2142,8 @@ function CursorTrail($$anchor, $$props) {
|
|
|
2140
2142
|
$.append($$anchor, span);
|
|
2141
2143
|
$.pop();
|
|
2142
2144
|
}
|
|
2143
|
-
var root$
|
|
2144
|
-
function
|
|
2145
|
+
var root$57 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
2146
|
+
function CursorTrail($$anchor, $$props) {
|
|
2145
2147
|
$.push($$props, true);
|
|
2146
2148
|
const DEFAULT_TRANSFORM = {
|
|
2147
2149
|
offsetX: 0,
|
|
@@ -2260,7 +2262,7 @@ function DiffuseBlur($$anchor, $$props) {
|
|
|
2260
2262
|
$.set(isRegistered, false);
|
|
2261
2263
|
parentRegister(instanceId, null, null, null, null);
|
|
2262
2264
|
});
|
|
2263
|
-
var span = root$
|
|
2265
|
+
var span = root$57();
|
|
2264
2266
|
var node = $.child(span);
|
|
2265
2267
|
children?.(node);
|
|
2266
2268
|
$.reset(span);
|
|
@@ -2269,8 +2271,8 @@ function DiffuseBlur($$anchor, $$props) {
|
|
|
2269
2271
|
$.append($$anchor, span);
|
|
2270
2272
|
$.pop();
|
|
2271
2273
|
}
|
|
2272
|
-
var root$
|
|
2273
|
-
function
|
|
2274
|
+
var root$56 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
2275
|
+
function DiffuseBlur($$anchor, $$props) {
|
|
2274
2276
|
$.push($$props, true);
|
|
2275
2277
|
const DEFAULT_TRANSFORM = {
|
|
2276
2278
|
offsetX: 0,
|
|
@@ -2389,7 +2391,7 @@ function Dither($$anchor, $$props) {
|
|
|
2389
2391
|
$.set(isRegistered, false);
|
|
2390
2392
|
parentRegister(instanceId, null, null, null, null);
|
|
2391
2393
|
});
|
|
2392
|
-
var span = root$
|
|
2394
|
+
var span = root$56();
|
|
2393
2395
|
var node = $.child(span);
|
|
2394
2396
|
children?.(node);
|
|
2395
2397
|
$.reset(span);
|
|
@@ -2398,8 +2400,8 @@ function Dither($$anchor, $$props) {
|
|
|
2398
2400
|
$.append($$anchor, span);
|
|
2399
2401
|
$.pop();
|
|
2400
2402
|
}
|
|
2401
|
-
var root$
|
|
2402
|
-
function
|
|
2403
|
+
var root$55 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
2404
|
+
function Dither($$anchor, $$props) {
|
|
2403
2405
|
$.push($$props, true);
|
|
2404
2406
|
const DEFAULT_TRANSFORM = {
|
|
2405
2407
|
offsetX: 0,
|
|
@@ -2518,7 +2520,7 @@ function DotGrid($$anchor, $$props) {
|
|
|
2518
2520
|
$.set(isRegistered, false);
|
|
2519
2521
|
parentRegister(instanceId, null, null, null, null);
|
|
2520
2522
|
});
|
|
2521
|
-
var span = root$
|
|
2523
|
+
var span = root$55();
|
|
2522
2524
|
var node = $.child(span);
|
|
2523
2525
|
children?.(node);
|
|
2524
2526
|
$.reset(span);
|
|
@@ -2527,8 +2529,8 @@ function DotGrid($$anchor, $$props) {
|
|
|
2527
2529
|
$.append($$anchor, span);
|
|
2528
2530
|
$.pop();
|
|
2529
2531
|
}
|
|
2530
|
-
var root$
|
|
2531
|
-
function
|
|
2532
|
+
var root$54 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
2533
|
+
function DotGrid($$anchor, $$props) {
|
|
2532
2534
|
$.push($$props, true);
|
|
2533
2535
|
const DEFAULT_TRANSFORM = {
|
|
2534
2536
|
offsetX: 0,
|
|
@@ -2647,7 +2649,7 @@ function Duotone($$anchor, $$props) {
|
|
|
2647
2649
|
$.set(isRegistered, false);
|
|
2648
2650
|
parentRegister(instanceId, null, null, null, null);
|
|
2649
2651
|
});
|
|
2650
|
-
var span = root$
|
|
2652
|
+
var span = root$54();
|
|
2651
2653
|
var node = $.child(span);
|
|
2652
2654
|
children?.(node);
|
|
2653
2655
|
$.reset(span);
|
|
@@ -2656,8 +2658,8 @@ function Duotone($$anchor, $$props) {
|
|
|
2656
2658
|
$.append($$anchor, span);
|
|
2657
2659
|
$.pop();
|
|
2658
2660
|
}
|
|
2659
|
-
var root$
|
|
2660
|
-
function
|
|
2661
|
+
var root$53 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
2662
|
+
function Duotone($$anchor, $$props) {
|
|
2661
2663
|
$.push($$props, true);
|
|
2662
2664
|
const DEFAULT_TRANSFORM = {
|
|
2663
2665
|
offsetX: 0,
|
|
@@ -2776,7 +2778,7 @@ function FilmGrain($$anchor, $$props) {
|
|
|
2776
2778
|
$.set(isRegistered, false);
|
|
2777
2779
|
parentRegister(instanceId, null, null, null, null);
|
|
2778
2780
|
});
|
|
2779
|
-
var span = root$
|
|
2781
|
+
var span = root$53();
|
|
2780
2782
|
var node = $.child(span);
|
|
2781
2783
|
children?.(node);
|
|
2782
2784
|
$.reset(span);
|
|
@@ -2785,8 +2787,8 @@ function FilmGrain($$anchor, $$props) {
|
|
|
2785
2787
|
$.append($$anchor, span);
|
|
2786
2788
|
$.pop();
|
|
2787
2789
|
}
|
|
2788
|
-
var root$
|
|
2789
|
-
function
|
|
2790
|
+
var root$52 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
2791
|
+
function FilmGrain($$anchor, $$props) {
|
|
2790
2792
|
$.push($$props, true);
|
|
2791
2793
|
const DEFAULT_TRANSFORM = {
|
|
2792
2794
|
offsetX: 0,
|
|
@@ -2905,7 +2907,7 @@ function FloatingParticles($$anchor, $$props) {
|
|
|
2905
2907
|
$.set(isRegistered, false);
|
|
2906
2908
|
parentRegister(instanceId, null, null, null, null);
|
|
2907
2909
|
});
|
|
2908
|
-
var span = root$
|
|
2910
|
+
var span = root$52();
|
|
2909
2911
|
var node = $.child(span);
|
|
2910
2912
|
children?.(node);
|
|
2911
2913
|
$.reset(span);
|
|
@@ -2914,8 +2916,8 @@ function FloatingParticles($$anchor, $$props) {
|
|
|
2914
2916
|
$.append($$anchor, span);
|
|
2915
2917
|
$.pop();
|
|
2916
2918
|
}
|
|
2917
|
-
var root$
|
|
2918
|
-
function
|
|
2919
|
+
var root$51 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
2920
|
+
function FloatingParticles($$anchor, $$props) {
|
|
2919
2921
|
$.push($$props, true);
|
|
2920
2922
|
const DEFAULT_TRANSFORM = {
|
|
2921
2923
|
offsetX: 0,
|
|
@@ -3034,7 +3036,7 @@ function FlowField($$anchor, $$props) {
|
|
|
3034
3036
|
$.set(isRegistered, false);
|
|
3035
3037
|
parentRegister(instanceId, null, null, null, null);
|
|
3036
3038
|
});
|
|
3037
|
-
var span = root$
|
|
3039
|
+
var span = root$51();
|
|
3038
3040
|
var node = $.child(span);
|
|
3039
3041
|
children?.(node);
|
|
3040
3042
|
$.reset(span);
|
|
@@ -3043,8 +3045,8 @@ function FlowField($$anchor, $$props) {
|
|
|
3043
3045
|
$.append($$anchor, span);
|
|
3044
3046
|
$.pop();
|
|
3045
3047
|
}
|
|
3046
|
-
var root$
|
|
3047
|
-
function
|
|
3048
|
+
var root$50 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
3049
|
+
function FlowField($$anchor, $$props) {
|
|
3048
3050
|
$.push($$props, true);
|
|
3049
3051
|
const DEFAULT_TRANSFORM = {
|
|
3050
3052
|
offsetX: 0,
|
|
@@ -3163,7 +3165,7 @@ function GlassTiles($$anchor, $$props) {
|
|
|
3163
3165
|
$.set(isRegistered, false);
|
|
3164
3166
|
parentRegister(instanceId, null, null, null, null);
|
|
3165
3167
|
});
|
|
3166
|
-
var span = root$
|
|
3168
|
+
var span = root$50();
|
|
3167
3169
|
var node = $.child(span);
|
|
3168
3170
|
children?.(node);
|
|
3169
3171
|
$.reset(span);
|
|
@@ -3172,8 +3174,8 @@ function GlassTiles($$anchor, $$props) {
|
|
|
3172
3174
|
$.append($$anchor, span);
|
|
3173
3175
|
$.pop();
|
|
3174
3176
|
}
|
|
3175
|
-
var root$
|
|
3176
|
-
function
|
|
3177
|
+
var root$49 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
3178
|
+
function GlassTiles($$anchor, $$props) {
|
|
3177
3179
|
$.push($$props, true);
|
|
3178
3180
|
const DEFAULT_TRANSFORM = {
|
|
3179
3181
|
offsetX: 0,
|
|
@@ -3292,7 +3294,7 @@ function Glitch($$anchor, $$props) {
|
|
|
3292
3294
|
$.set(isRegistered, false);
|
|
3293
3295
|
parentRegister(instanceId, null, null, null, null);
|
|
3294
3296
|
});
|
|
3295
|
-
var span = root$
|
|
3297
|
+
var span = root$49();
|
|
3296
3298
|
var node = $.child(span);
|
|
3297
3299
|
children?.(node);
|
|
3298
3300
|
$.reset(span);
|
|
@@ -3301,8 +3303,8 @@ function Glitch($$anchor, $$props) {
|
|
|
3301
3303
|
$.append($$anchor, span);
|
|
3302
3304
|
$.pop();
|
|
3303
3305
|
}
|
|
3304
|
-
var root$
|
|
3305
|
-
function
|
|
3306
|
+
var root$48 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
3307
|
+
function Glitch($$anchor, $$props) {
|
|
3306
3308
|
$.push($$props, true);
|
|
3307
3309
|
const DEFAULT_TRANSFORM = {
|
|
3308
3310
|
offsetX: 0,
|
|
@@ -3421,7 +3423,7 @@ function Glow($$anchor, $$props) {
|
|
|
3421
3423
|
$.set(isRegistered, false);
|
|
3422
3424
|
parentRegister(instanceId, null, null, null, null);
|
|
3423
3425
|
});
|
|
3424
|
-
var span = root$
|
|
3426
|
+
var span = root$48();
|
|
3425
3427
|
var node = $.child(span);
|
|
3426
3428
|
children?.(node);
|
|
3427
3429
|
$.reset(span);
|
|
@@ -3430,8 +3432,8 @@ function Glow($$anchor, $$props) {
|
|
|
3430
3432
|
$.append($$anchor, span);
|
|
3431
3433
|
$.pop();
|
|
3432
3434
|
}
|
|
3433
|
-
var root$
|
|
3434
|
-
function
|
|
3435
|
+
var root$47 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
3436
|
+
function Glow($$anchor, $$props) {
|
|
3435
3437
|
$.push($$props, true);
|
|
3436
3438
|
const DEFAULT_TRANSFORM = {
|
|
3437
3439
|
offsetX: 0,
|
|
@@ -3550,7 +3552,7 @@ function Godrays($$anchor, $$props) {
|
|
|
3550
3552
|
$.set(isRegistered, false);
|
|
3551
3553
|
parentRegister(instanceId, null, null, null, null);
|
|
3552
3554
|
});
|
|
3553
|
-
var span = root$
|
|
3555
|
+
var span = root$47();
|
|
3554
3556
|
var node = $.child(span);
|
|
3555
3557
|
children?.(node);
|
|
3556
3558
|
$.reset(span);
|
|
@@ -3559,8 +3561,8 @@ function Godrays($$anchor, $$props) {
|
|
|
3559
3561
|
$.append($$anchor, span);
|
|
3560
3562
|
$.pop();
|
|
3561
3563
|
}
|
|
3562
|
-
var root$
|
|
3563
|
-
function
|
|
3564
|
+
var root$46 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
3565
|
+
function Godrays($$anchor, $$props) {
|
|
3564
3566
|
$.push($$props, true);
|
|
3565
3567
|
const DEFAULT_TRANSFORM = {
|
|
3566
3568
|
offsetX: 0,
|
|
@@ -3679,7 +3681,7 @@ function Grayscale($$anchor, $$props) {
|
|
|
3679
3681
|
$.set(isRegistered, false);
|
|
3680
3682
|
parentRegister(instanceId, null, null, null, null);
|
|
3681
3683
|
});
|
|
3682
|
-
var span = root$
|
|
3684
|
+
var span = root$46();
|
|
3683
3685
|
var node = $.child(span);
|
|
3684
3686
|
children?.(node);
|
|
3685
3687
|
$.reset(span);
|
|
@@ -3688,8 +3690,8 @@ function Grayscale($$anchor, $$props) {
|
|
|
3688
3690
|
$.append($$anchor, span);
|
|
3689
3691
|
$.pop();
|
|
3690
3692
|
}
|
|
3691
|
-
var root$
|
|
3692
|
-
function
|
|
3693
|
+
var root$45 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
3694
|
+
function Grayscale($$anchor, $$props) {
|
|
3693
3695
|
$.push($$props, true);
|
|
3694
3696
|
const DEFAULT_TRANSFORM = {
|
|
3695
3697
|
offsetX: 0,
|
|
@@ -3808,7 +3810,7 @@ function Grid($$anchor, $$props) {
|
|
|
3808
3810
|
$.set(isRegistered, false);
|
|
3809
3811
|
parentRegister(instanceId, null, null, null, null);
|
|
3810
3812
|
});
|
|
3811
|
-
var span = root$
|
|
3813
|
+
var span = root$45();
|
|
3812
3814
|
var node = $.child(span);
|
|
3813
3815
|
children?.(node);
|
|
3814
3816
|
$.reset(span);
|
|
@@ -3817,8 +3819,8 @@ function Grid($$anchor, $$props) {
|
|
|
3817
3819
|
$.append($$anchor, span);
|
|
3818
3820
|
$.pop();
|
|
3819
3821
|
}
|
|
3820
|
-
var root$
|
|
3821
|
-
function
|
|
3822
|
+
var root$44 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
3823
|
+
function Grid($$anchor, $$props) {
|
|
3822
3824
|
$.push($$props, true);
|
|
3823
3825
|
const DEFAULT_TRANSFORM = {
|
|
3824
3826
|
offsetX: 0,
|
|
@@ -3937,7 +3939,7 @@ function GridDistortion($$anchor, $$props) {
|
|
|
3937
3939
|
$.set(isRegistered, false);
|
|
3938
3940
|
parentRegister(instanceId, null, null, null, null);
|
|
3939
3941
|
});
|
|
3940
|
-
var span = root$
|
|
3942
|
+
var span = root$44();
|
|
3941
3943
|
var node = $.child(span);
|
|
3942
3944
|
children?.(node);
|
|
3943
3945
|
$.reset(span);
|
|
@@ -3946,8 +3948,8 @@ function GridDistortion($$anchor, $$props) {
|
|
|
3946
3948
|
$.append($$anchor, span);
|
|
3947
3949
|
$.pop();
|
|
3948
3950
|
}
|
|
3949
|
-
var root$
|
|
3950
|
-
function
|
|
3951
|
+
var root$43 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
3952
|
+
function GridDistortion($$anchor, $$props) {
|
|
3951
3953
|
$.push($$props, true);
|
|
3952
3954
|
const DEFAULT_TRANSFORM = {
|
|
3953
3955
|
offsetX: 0,
|
|
@@ -4066,7 +4068,7 @@ function Group($$anchor, $$props) {
|
|
|
4066
4068
|
$.set(isRegistered, false);
|
|
4067
4069
|
parentRegister(instanceId, null, null, null, null);
|
|
4068
4070
|
});
|
|
4069
|
-
var span = root$
|
|
4071
|
+
var span = root$43();
|
|
4070
4072
|
var node = $.child(span);
|
|
4071
4073
|
children?.(node);
|
|
4072
4074
|
$.reset(span);
|
|
@@ -4075,8 +4077,8 @@ function Group($$anchor, $$props) {
|
|
|
4075
4077
|
$.append($$anchor, span);
|
|
4076
4078
|
$.pop();
|
|
4077
4079
|
}
|
|
4078
|
-
var root$
|
|
4079
|
-
function
|
|
4080
|
+
var root$42 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
4081
|
+
function Group($$anchor, $$props) {
|
|
4080
4082
|
$.push($$props, true);
|
|
4081
4083
|
const DEFAULT_TRANSFORM = {
|
|
4082
4084
|
offsetX: 0,
|
|
@@ -4195,7 +4197,7 @@ function Halftone($$anchor, $$props) {
|
|
|
4195
4197
|
$.set(isRegistered, false);
|
|
4196
4198
|
parentRegister(instanceId, null, null, null, null);
|
|
4197
4199
|
});
|
|
4198
|
-
var span = root$
|
|
4200
|
+
var span = root$42();
|
|
4199
4201
|
var node = $.child(span);
|
|
4200
4202
|
children?.(node);
|
|
4201
4203
|
$.reset(span);
|
|
@@ -4204,8 +4206,8 @@ function Halftone($$anchor, $$props) {
|
|
|
4204
4206
|
$.append($$anchor, span);
|
|
4205
4207
|
$.pop();
|
|
4206
4208
|
}
|
|
4207
|
-
var root$
|
|
4208
|
-
function
|
|
4209
|
+
var root$41 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
4210
|
+
function Halftone($$anchor, $$props) {
|
|
4209
4211
|
$.push($$props, true);
|
|
4210
4212
|
const DEFAULT_TRANSFORM = {
|
|
4211
4213
|
offsetX: 0,
|
|
@@ -4324,7 +4326,7 @@ function HueShift($$anchor, $$props) {
|
|
|
4324
4326
|
$.set(isRegistered, false);
|
|
4325
4327
|
parentRegister(instanceId, null, null, null, null);
|
|
4326
4328
|
});
|
|
4327
|
-
var span = root$
|
|
4329
|
+
var span = root$41();
|
|
4328
4330
|
var node = $.child(span);
|
|
4329
4331
|
children?.(node);
|
|
4330
4332
|
$.reset(span);
|
|
@@ -4333,8 +4335,8 @@ function HueShift($$anchor, $$props) {
|
|
|
4333
4335
|
$.append($$anchor, span);
|
|
4334
4336
|
$.pop();
|
|
4335
4337
|
}
|
|
4336
|
-
var root$
|
|
4337
|
-
function
|
|
4338
|
+
var root$40 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
4339
|
+
function HueShift($$anchor, $$props) {
|
|
4338
4340
|
$.push($$props, true);
|
|
4339
4341
|
const DEFAULT_TRANSFORM = {
|
|
4340
4342
|
offsetX: 0,
|
|
@@ -4453,7 +4455,7 @@ function ImageTexture($$anchor, $$props) {
|
|
|
4453
4455
|
$.set(isRegistered, false);
|
|
4454
4456
|
parentRegister(instanceId, null, null, null, null);
|
|
4455
4457
|
});
|
|
4456
|
-
var span = root$
|
|
4458
|
+
var span = root$40();
|
|
4457
4459
|
var node = $.child(span);
|
|
4458
4460
|
children?.(node);
|
|
4459
4461
|
$.reset(span);
|
|
@@ -4462,8 +4464,8 @@ function ImageTexture($$anchor, $$props) {
|
|
|
4462
4464
|
$.append($$anchor, span);
|
|
4463
4465
|
$.pop();
|
|
4464
4466
|
}
|
|
4465
|
-
var root$
|
|
4466
|
-
function
|
|
4467
|
+
var root$39 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
4468
|
+
function ImageTexture($$anchor, $$props) {
|
|
4467
4469
|
$.push($$props, true);
|
|
4468
4470
|
const DEFAULT_TRANSFORM = {
|
|
4469
4471
|
offsetX: 0,
|
|
@@ -4582,7 +4584,7 @@ function Invert($$anchor, $$props) {
|
|
|
4582
4584
|
$.set(isRegistered, false);
|
|
4583
4585
|
parentRegister(instanceId, null, null, null, null);
|
|
4584
4586
|
});
|
|
4585
|
-
var span = root$
|
|
4587
|
+
var span = root$39();
|
|
4586
4588
|
var node = $.child(span);
|
|
4587
4589
|
children?.(node);
|
|
4588
4590
|
$.reset(span);
|
|
@@ -4591,8 +4593,8 @@ function Invert($$anchor, $$props) {
|
|
|
4591
4593
|
$.append($$anchor, span);
|
|
4592
4594
|
$.pop();
|
|
4593
4595
|
}
|
|
4594
|
-
var root$
|
|
4595
|
-
function
|
|
4596
|
+
var root$38 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
4597
|
+
function Invert($$anchor, $$props) {
|
|
4596
4598
|
$.push($$props, true);
|
|
4597
4599
|
const DEFAULT_TRANSFORM = {
|
|
4598
4600
|
offsetX: 0,
|
|
@@ -4711,7 +4713,7 @@ function Kaleidoscope($$anchor, $$props) {
|
|
|
4711
4713
|
$.set(isRegistered, false);
|
|
4712
4714
|
parentRegister(instanceId, null, null, null, null);
|
|
4713
4715
|
});
|
|
4714
|
-
var span = root$
|
|
4716
|
+
var span = root$38();
|
|
4715
4717
|
var node = $.child(span);
|
|
4716
4718
|
children?.(node);
|
|
4717
4719
|
$.reset(span);
|
|
@@ -4720,8 +4722,8 @@ function Kaleidoscope($$anchor, $$props) {
|
|
|
4720
4722
|
$.append($$anchor, span);
|
|
4721
4723
|
$.pop();
|
|
4722
4724
|
}
|
|
4723
|
-
var root$
|
|
4724
|
-
function
|
|
4725
|
+
var root$37 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
4726
|
+
function Kaleidoscope($$anchor, $$props) {
|
|
4725
4727
|
$.push($$props, true);
|
|
4726
4728
|
const DEFAULT_TRANSFORM = {
|
|
4727
4729
|
offsetX: 0,
|
|
@@ -4840,7 +4842,7 @@ function LensFlare($$anchor, $$props) {
|
|
|
4840
4842
|
$.set(isRegistered, false);
|
|
4841
4843
|
parentRegister(instanceId, null, null, null, null);
|
|
4842
4844
|
});
|
|
4843
|
-
var span = root$
|
|
4845
|
+
var span = root$37();
|
|
4844
4846
|
var node = $.child(span);
|
|
4845
4847
|
children?.(node);
|
|
4846
4848
|
$.reset(span);
|
|
@@ -4849,8 +4851,8 @@ function LensFlare($$anchor, $$props) {
|
|
|
4849
4851
|
$.append($$anchor, span);
|
|
4850
4852
|
$.pop();
|
|
4851
4853
|
}
|
|
4852
|
-
var root$
|
|
4853
|
-
function
|
|
4854
|
+
var root$36 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
4855
|
+
function LensFlare($$anchor, $$props) {
|
|
4854
4856
|
$.push($$props, true);
|
|
4855
4857
|
const DEFAULT_TRANSFORM = {
|
|
4856
4858
|
offsetX: 0,
|
|
@@ -4969,7 +4971,7 @@ function LinearBlur($$anchor, $$props) {
|
|
|
4969
4971
|
$.set(isRegistered, false);
|
|
4970
4972
|
parentRegister(instanceId, null, null, null, null);
|
|
4971
4973
|
});
|
|
4972
|
-
var span = root$
|
|
4974
|
+
var span = root$36();
|
|
4973
4975
|
var node = $.child(span);
|
|
4974
4976
|
children?.(node);
|
|
4975
4977
|
$.reset(span);
|
|
@@ -4978,8 +4980,8 @@ function LinearBlur($$anchor, $$props) {
|
|
|
4978
4980
|
$.append($$anchor, span);
|
|
4979
4981
|
$.pop();
|
|
4980
4982
|
}
|
|
4981
|
-
var root$
|
|
4982
|
-
function
|
|
4983
|
+
var root$35 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
4984
|
+
function LinearBlur($$anchor, $$props) {
|
|
4983
4985
|
$.push($$props, true);
|
|
4984
4986
|
const DEFAULT_TRANSFORM = {
|
|
4985
4987
|
offsetX: 0,
|
|
@@ -5098,7 +5100,7 @@ function LinearGradient($$anchor, $$props) {
|
|
|
5098
5100
|
$.set(isRegistered, false);
|
|
5099
5101
|
parentRegister(instanceId, null, null, null, null);
|
|
5100
5102
|
});
|
|
5101
|
-
var span = root$
|
|
5103
|
+
var span = root$35();
|
|
5102
5104
|
var node = $.child(span);
|
|
5103
5105
|
children?.(node);
|
|
5104
5106
|
$.reset(span);
|
|
@@ -5107,8 +5109,8 @@ function LinearGradient($$anchor, $$props) {
|
|
|
5107
5109
|
$.append($$anchor, span);
|
|
5108
5110
|
$.pop();
|
|
5109
5111
|
}
|
|
5110
|
-
var root$
|
|
5111
|
-
function
|
|
5112
|
+
var root$34 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
5113
|
+
function LinearGradient($$anchor, $$props) {
|
|
5112
5114
|
$.push($$props, true);
|
|
5113
5115
|
const DEFAULT_TRANSFORM = {
|
|
5114
5116
|
offsetX: 0,
|
|
@@ -5227,7 +5229,7 @@ function Liquify($$anchor, $$props) {
|
|
|
5227
5229
|
$.set(isRegistered, false);
|
|
5228
5230
|
parentRegister(instanceId, null, null, null, null);
|
|
5229
5231
|
});
|
|
5230
|
-
var span = root$
|
|
5232
|
+
var span = root$34();
|
|
5231
5233
|
var node = $.child(span);
|
|
5232
5234
|
children?.(node);
|
|
5233
5235
|
$.reset(span);
|
|
@@ -5236,8 +5238,8 @@ function Liquify($$anchor, $$props) {
|
|
|
5236
5238
|
$.append($$anchor, span);
|
|
5237
5239
|
$.pop();
|
|
5238
5240
|
}
|
|
5239
|
-
var root$
|
|
5240
|
-
function
|
|
5241
|
+
var root$33 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
5242
|
+
function Liquify($$anchor, $$props) {
|
|
5241
5243
|
$.push($$props, true);
|
|
5242
5244
|
const DEFAULT_TRANSFORM = {
|
|
5243
5245
|
offsetX: 0,
|
|
@@ -5356,7 +5358,7 @@ function Mirror($$anchor, $$props) {
|
|
|
5356
5358
|
$.set(isRegistered, false);
|
|
5357
5359
|
parentRegister(instanceId, null, null, null, null);
|
|
5358
5360
|
});
|
|
5359
|
-
var span = root$
|
|
5361
|
+
var span = root$33();
|
|
5360
5362
|
var node = $.child(span);
|
|
5361
5363
|
children?.(node);
|
|
5362
5364
|
$.reset(span);
|
|
@@ -5365,8 +5367,8 @@ function Mirror($$anchor, $$props) {
|
|
|
5365
5367
|
$.append($$anchor, span);
|
|
5366
5368
|
$.pop();
|
|
5367
5369
|
}
|
|
5368
|
-
var root$
|
|
5369
|
-
function
|
|
5370
|
+
var root$32 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
5371
|
+
function Mirror($$anchor, $$props) {
|
|
5370
5372
|
$.push($$props, true);
|
|
5371
5373
|
const DEFAULT_TRANSFORM = {
|
|
5372
5374
|
offsetX: 0,
|
|
@@ -5485,7 +5487,7 @@ function Perspective($$anchor, $$props) {
|
|
|
5485
5487
|
$.set(isRegistered, false);
|
|
5486
5488
|
parentRegister(instanceId, null, null, null, null);
|
|
5487
5489
|
});
|
|
5488
|
-
var span = root$
|
|
5490
|
+
var span = root$32();
|
|
5489
5491
|
var node = $.child(span);
|
|
5490
5492
|
children?.(node);
|
|
5491
5493
|
$.reset(span);
|
|
@@ -5494,8 +5496,8 @@ function Perspective($$anchor, $$props) {
|
|
|
5494
5496
|
$.append($$anchor, span);
|
|
5495
5497
|
$.pop();
|
|
5496
5498
|
}
|
|
5497
|
-
var root$
|
|
5498
|
-
function
|
|
5499
|
+
var root$31 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
5500
|
+
function Perspective($$anchor, $$props) {
|
|
5499
5501
|
$.push($$props, true);
|
|
5500
5502
|
const DEFAULT_TRANSFORM = {
|
|
5501
5503
|
offsetX: 0,
|
|
@@ -5614,7 +5616,7 @@ function Pixelate($$anchor, $$props) {
|
|
|
5614
5616
|
$.set(isRegistered, false);
|
|
5615
5617
|
parentRegister(instanceId, null, null, null, null);
|
|
5616
5618
|
});
|
|
5617
|
-
var span = root$
|
|
5619
|
+
var span = root$31();
|
|
5618
5620
|
var node = $.child(span);
|
|
5619
5621
|
children?.(node);
|
|
5620
5622
|
$.reset(span);
|
|
@@ -5623,8 +5625,8 @@ function Pixelate($$anchor, $$props) {
|
|
|
5623
5625
|
$.append($$anchor, span);
|
|
5624
5626
|
$.pop();
|
|
5625
5627
|
}
|
|
5626
|
-
var root$
|
|
5627
|
-
function
|
|
5628
|
+
var root$30 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
5629
|
+
function Pixelate($$anchor, $$props) {
|
|
5628
5630
|
$.push($$props, true);
|
|
5629
5631
|
const DEFAULT_TRANSFORM = {
|
|
5630
5632
|
offsetX: 0,
|
|
@@ -5743,7 +5745,7 @@ function Plasma($$anchor, $$props) {
|
|
|
5743
5745
|
$.set(isRegistered, false);
|
|
5744
5746
|
parentRegister(instanceId, null, null, null, null);
|
|
5745
5747
|
});
|
|
5746
|
-
var span = root$
|
|
5748
|
+
var span = root$30();
|
|
5747
5749
|
var node = $.child(span);
|
|
5748
5750
|
children?.(node);
|
|
5749
5751
|
$.reset(span);
|
|
@@ -5752,8 +5754,8 @@ function Plasma($$anchor, $$props) {
|
|
|
5752
5754
|
$.append($$anchor, span);
|
|
5753
5755
|
$.pop();
|
|
5754
5756
|
}
|
|
5755
|
-
var root$
|
|
5756
|
-
function
|
|
5757
|
+
var root$29 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
5758
|
+
function Plasma($$anchor, $$props) {
|
|
5757
5759
|
$.push($$props, true);
|
|
5758
5760
|
const DEFAULT_TRANSFORM = {
|
|
5759
5761
|
offsetX: 0,
|
|
@@ -5872,7 +5874,7 @@ function PolarCoordinates($$anchor, $$props) {
|
|
|
5872
5874
|
$.set(isRegistered, false);
|
|
5873
5875
|
parentRegister(instanceId, null, null, null, null);
|
|
5874
5876
|
});
|
|
5875
|
-
var span = root$
|
|
5877
|
+
var span = root$29();
|
|
5876
5878
|
var node = $.child(span);
|
|
5877
5879
|
children?.(node);
|
|
5878
5880
|
$.reset(span);
|
|
@@ -5881,8 +5883,8 @@ function PolarCoordinates($$anchor, $$props) {
|
|
|
5881
5883
|
$.append($$anchor, span);
|
|
5882
5884
|
$.pop();
|
|
5883
5885
|
}
|
|
5884
|
-
var root$
|
|
5885
|
-
function
|
|
5886
|
+
var root$28 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
5887
|
+
function PolarCoordinates($$anchor, $$props) {
|
|
5886
5888
|
$.push($$props, true);
|
|
5887
5889
|
const DEFAULT_TRANSFORM = {
|
|
5888
5890
|
offsetX: 0,
|
|
@@ -6001,7 +6003,7 @@ function Posterize($$anchor, $$props) {
|
|
|
6001
6003
|
$.set(isRegistered, false);
|
|
6002
6004
|
parentRegister(instanceId, null, null, null, null);
|
|
6003
6005
|
});
|
|
6004
|
-
var span = root$
|
|
6006
|
+
var span = root$28();
|
|
6005
6007
|
var node = $.child(span);
|
|
6006
6008
|
children?.(node);
|
|
6007
6009
|
$.reset(span);
|
|
@@ -6010,8 +6012,8 @@ function Posterize($$anchor, $$props) {
|
|
|
6010
6012
|
$.append($$anchor, span);
|
|
6011
6013
|
$.pop();
|
|
6012
6014
|
}
|
|
6013
|
-
var root$
|
|
6014
|
-
function
|
|
6015
|
+
var root$27 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
6016
|
+
function Posterize($$anchor, $$props) {
|
|
6015
6017
|
$.push($$props, true);
|
|
6016
6018
|
const DEFAULT_TRANSFORM = {
|
|
6017
6019
|
offsetX: 0,
|
|
@@ -6130,7 +6132,7 @@ function ProgressiveBlur($$anchor, $$props) {
|
|
|
6130
6132
|
$.set(isRegistered, false);
|
|
6131
6133
|
parentRegister(instanceId, null, null, null, null);
|
|
6132
6134
|
});
|
|
6133
|
-
var span = root$
|
|
6135
|
+
var span = root$27();
|
|
6134
6136
|
var node = $.child(span);
|
|
6135
6137
|
children?.(node);
|
|
6136
6138
|
$.reset(span);
|
|
@@ -6139,8 +6141,8 @@ function ProgressiveBlur($$anchor, $$props) {
|
|
|
6139
6141
|
$.append($$anchor, span);
|
|
6140
6142
|
$.pop();
|
|
6141
6143
|
}
|
|
6142
|
-
var root$
|
|
6143
|
-
function
|
|
6144
|
+
var root$26 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
6145
|
+
function ProgressiveBlur($$anchor, $$props) {
|
|
6144
6146
|
$.push($$props, true);
|
|
6145
6147
|
const DEFAULT_TRANSFORM = {
|
|
6146
6148
|
offsetX: 0,
|
|
@@ -6259,7 +6261,7 @@ function RadialGradient($$anchor, $$props) {
|
|
|
6259
6261
|
$.set(isRegistered, false);
|
|
6260
6262
|
parentRegister(instanceId, null, null, null, null);
|
|
6261
6263
|
});
|
|
6262
|
-
var span = root$
|
|
6264
|
+
var span = root$26();
|
|
6263
6265
|
var node = $.child(span);
|
|
6264
6266
|
children?.(node);
|
|
6265
6267
|
$.reset(span);
|
|
@@ -6268,8 +6270,8 @@ function RadialGradient($$anchor, $$props) {
|
|
|
6268
6270
|
$.append($$anchor, span);
|
|
6269
6271
|
$.pop();
|
|
6270
6272
|
}
|
|
6271
|
-
var root$
|
|
6272
|
-
function
|
|
6273
|
+
var root$25 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
6274
|
+
function RadialGradient($$anchor, $$props) {
|
|
6273
6275
|
$.push($$props, true);
|
|
6274
6276
|
const DEFAULT_TRANSFORM = {
|
|
6275
6277
|
offsetX: 0,
|
|
@@ -6388,7 +6390,7 @@ function RectangularCoordinates($$anchor, $$props) {
|
|
|
6388
6390
|
$.set(isRegistered, false);
|
|
6389
6391
|
parentRegister(instanceId, null, null, null, null);
|
|
6390
6392
|
});
|
|
6391
|
-
var span = root$
|
|
6393
|
+
var span = root$25();
|
|
6392
6394
|
var node = $.child(span);
|
|
6393
6395
|
children?.(node);
|
|
6394
6396
|
$.reset(span);
|
|
@@ -6397,8 +6399,8 @@ function RectangularCoordinates($$anchor, $$props) {
|
|
|
6397
6399
|
$.append($$anchor, span);
|
|
6398
6400
|
$.pop();
|
|
6399
6401
|
}
|
|
6400
|
-
var root$
|
|
6401
|
-
function
|
|
6402
|
+
var root$24 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
6403
|
+
function RectangularCoordinates($$anchor, $$props) {
|
|
6402
6404
|
$.push($$props, true);
|
|
6403
6405
|
const DEFAULT_TRANSFORM = {
|
|
6404
6406
|
offsetX: 0,
|
|
@@ -6517,7 +6519,7 @@ function Ripples($$anchor, $$props) {
|
|
|
6517
6519
|
$.set(isRegistered, false);
|
|
6518
6520
|
parentRegister(instanceId, null, null, null, null);
|
|
6519
6521
|
});
|
|
6520
|
-
var span = root$
|
|
6522
|
+
var span = root$24();
|
|
6521
6523
|
var node = $.child(span);
|
|
6522
6524
|
children?.(node);
|
|
6523
6525
|
$.reset(span);
|
|
@@ -6526,8 +6528,8 @@ function Ripples($$anchor, $$props) {
|
|
|
6526
6528
|
$.append($$anchor, span);
|
|
6527
6529
|
$.pop();
|
|
6528
6530
|
}
|
|
6529
|
-
var root$
|
|
6530
|
-
function
|
|
6531
|
+
var root$23 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
6532
|
+
function Ripples($$anchor, $$props) {
|
|
6531
6533
|
$.push($$props, true);
|
|
6532
6534
|
const DEFAULT_TRANSFORM = {
|
|
6533
6535
|
offsetX: 0,
|
|
@@ -6646,7 +6648,7 @@ function Saturation($$anchor, $$props) {
|
|
|
6646
6648
|
$.set(isRegistered, false);
|
|
6647
6649
|
parentRegister(instanceId, null, null, null, null);
|
|
6648
6650
|
});
|
|
6649
|
-
var span = root$
|
|
6651
|
+
var span = root$23();
|
|
6650
6652
|
var node = $.child(span);
|
|
6651
6653
|
children?.(node);
|
|
6652
6654
|
$.reset(span);
|
|
@@ -6655,8 +6657,8 @@ function Saturation($$anchor, $$props) {
|
|
|
6655
6657
|
$.append($$anchor, span);
|
|
6656
6658
|
$.pop();
|
|
6657
6659
|
}
|
|
6658
|
-
var root$
|
|
6659
|
-
function
|
|
6660
|
+
var root$22 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
6661
|
+
function Saturation($$anchor, $$props) {
|
|
6660
6662
|
$.push($$props, true);
|
|
6661
6663
|
const DEFAULT_TRANSFORM = {
|
|
6662
6664
|
offsetX: 0,
|
|
@@ -6775,7 +6777,7 @@ function Sharpness($$anchor, $$props) {
|
|
|
6775
6777
|
$.set(isRegistered, false);
|
|
6776
6778
|
parentRegister(instanceId, null, null, null, null);
|
|
6777
6779
|
});
|
|
6778
|
-
var span = root$
|
|
6780
|
+
var span = root$22();
|
|
6779
6781
|
var node = $.child(span);
|
|
6780
6782
|
children?.(node);
|
|
6781
6783
|
$.reset(span);
|
|
@@ -6784,8 +6786,8 @@ function Sharpness($$anchor, $$props) {
|
|
|
6784
6786
|
$.append($$anchor, span);
|
|
6785
6787
|
$.pop();
|
|
6786
6788
|
}
|
|
6787
|
-
var root$
|
|
6788
|
-
function
|
|
6789
|
+
var root$21 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
6790
|
+
function Sharpness($$anchor, $$props) {
|
|
6789
6791
|
$.push($$props, true);
|
|
6790
6792
|
const DEFAULT_TRANSFORM = {
|
|
6791
6793
|
offsetX: 0,
|
|
@@ -6904,7 +6906,7 @@ function Shatter($$anchor, $$props) {
|
|
|
6904
6906
|
$.set(isRegistered, false);
|
|
6905
6907
|
parentRegister(instanceId, null, null, null, null);
|
|
6906
6908
|
});
|
|
6907
|
-
var span = root$
|
|
6909
|
+
var span = root$21();
|
|
6908
6910
|
var node = $.child(span);
|
|
6909
6911
|
children?.(node);
|
|
6910
6912
|
$.reset(span);
|
|
@@ -6913,8 +6915,8 @@ function Shatter($$anchor, $$props) {
|
|
|
6913
6915
|
$.append($$anchor, span);
|
|
6914
6916
|
$.pop();
|
|
6915
6917
|
}
|
|
6916
|
-
var root$
|
|
6917
|
-
function
|
|
6918
|
+
var root$20 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
6919
|
+
function Shatter($$anchor, $$props) {
|
|
6918
6920
|
$.push($$props, true);
|
|
6919
6921
|
const DEFAULT_TRANSFORM = {
|
|
6920
6922
|
offsetX: 0,
|
|
@@ -7033,7 +7035,7 @@ function SimplexNoise($$anchor, $$props) {
|
|
|
7033
7035
|
$.set(isRegistered, false);
|
|
7034
7036
|
parentRegister(instanceId, null, null, null, null);
|
|
7035
7037
|
});
|
|
7036
|
-
var span = root$
|
|
7038
|
+
var span = root$20();
|
|
7037
7039
|
var node = $.child(span);
|
|
7038
7040
|
children?.(node);
|
|
7039
7041
|
$.reset(span);
|
|
@@ -7042,8 +7044,8 @@ function SimplexNoise($$anchor, $$props) {
|
|
|
7042
7044
|
$.append($$anchor, span);
|
|
7043
7045
|
$.pop();
|
|
7044
7046
|
}
|
|
7045
|
-
var root$
|
|
7046
|
-
function
|
|
7047
|
+
var root$19 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
7048
|
+
function SimplexNoise($$anchor, $$props) {
|
|
7047
7049
|
$.push($$props, true);
|
|
7048
7050
|
const DEFAULT_TRANSFORM = {
|
|
7049
7051
|
offsetX: 0,
|
|
@@ -7162,7 +7164,7 @@ function SineWave($$anchor, $$props) {
|
|
|
7162
7164
|
$.set(isRegistered, false);
|
|
7163
7165
|
parentRegister(instanceId, null, null, null, null);
|
|
7164
7166
|
});
|
|
7165
|
-
var span = root$
|
|
7167
|
+
var span = root$19();
|
|
7166
7168
|
var node = $.child(span);
|
|
7167
7169
|
children?.(node);
|
|
7168
7170
|
$.reset(span);
|
|
@@ -7171,8 +7173,8 @@ function SineWave($$anchor, $$props) {
|
|
|
7171
7173
|
$.append($$anchor, span);
|
|
7172
7174
|
$.pop();
|
|
7173
7175
|
}
|
|
7174
|
-
var root$
|
|
7175
|
-
function
|
|
7176
|
+
var root$18 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
7177
|
+
function SineWave($$anchor, $$props) {
|
|
7176
7178
|
$.push($$props, true);
|
|
7177
7179
|
const DEFAULT_TRANSFORM = {
|
|
7178
7180
|
offsetX: 0,
|
|
@@ -7291,7 +7293,7 @@ function SolidColor($$anchor, $$props) {
|
|
|
7291
7293
|
$.set(isRegistered, false);
|
|
7292
7294
|
parentRegister(instanceId, null, null, null, null);
|
|
7293
7295
|
});
|
|
7294
|
-
var span = root$
|
|
7296
|
+
var span = root$18();
|
|
7295
7297
|
var node = $.child(span);
|
|
7296
7298
|
children?.(node);
|
|
7297
7299
|
$.reset(span);
|
|
@@ -7300,8 +7302,8 @@ function SolidColor($$anchor, $$props) {
|
|
|
7300
7302
|
$.append($$anchor, span);
|
|
7301
7303
|
$.pop();
|
|
7302
7304
|
}
|
|
7303
|
-
var root$
|
|
7304
|
-
function
|
|
7305
|
+
var root$17 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
7306
|
+
function SolidColor($$anchor, $$props) {
|
|
7305
7307
|
$.push($$props, true);
|
|
7306
7308
|
const DEFAULT_TRANSFORM = {
|
|
7307
7309
|
offsetX: 0,
|
|
@@ -7420,7 +7422,7 @@ function Spherize($$anchor, $$props) {
|
|
|
7420
7422
|
$.set(isRegistered, false);
|
|
7421
7423
|
parentRegister(instanceId, null, null, null, null);
|
|
7422
7424
|
});
|
|
7423
|
-
var span = root$
|
|
7425
|
+
var span = root$17();
|
|
7424
7426
|
var node = $.child(span);
|
|
7425
7427
|
children?.(node);
|
|
7426
7428
|
$.reset(span);
|
|
@@ -7429,8 +7431,8 @@ function Spherize($$anchor, $$props) {
|
|
|
7429
7431
|
$.append($$anchor, span);
|
|
7430
7432
|
$.pop();
|
|
7431
7433
|
}
|
|
7432
|
-
var root$
|
|
7433
|
-
function
|
|
7434
|
+
var root$16 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
7435
|
+
function Spherize($$anchor, $$props) {
|
|
7434
7436
|
$.push($$props, true);
|
|
7435
7437
|
const DEFAULT_TRANSFORM = {
|
|
7436
7438
|
offsetX: 0,
|
|
@@ -7549,7 +7551,7 @@ function Spiral($$anchor, $$props) {
|
|
|
7549
7551
|
$.set(isRegistered, false);
|
|
7550
7552
|
parentRegister(instanceId, null, null, null, null);
|
|
7551
7553
|
});
|
|
7552
|
-
var span = root$
|
|
7554
|
+
var span = root$16();
|
|
7553
7555
|
var node = $.child(span);
|
|
7554
7556
|
children?.(node);
|
|
7555
7557
|
$.reset(span);
|
|
@@ -7558,8 +7560,8 @@ function Spiral($$anchor, $$props) {
|
|
|
7558
7560
|
$.append($$anchor, span);
|
|
7559
7561
|
$.pop();
|
|
7560
7562
|
}
|
|
7561
|
-
var root$
|
|
7562
|
-
function
|
|
7563
|
+
var root$15 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
7564
|
+
function Spiral($$anchor, $$props) {
|
|
7563
7565
|
$.push($$props, true);
|
|
7564
7566
|
const DEFAULT_TRANSFORM = {
|
|
7565
7567
|
offsetX: 0,
|
|
@@ -7678,7 +7680,7 @@ function Strands($$anchor, $$props) {
|
|
|
7678
7680
|
$.set(isRegistered, false);
|
|
7679
7681
|
parentRegister(instanceId, null, null, null, null);
|
|
7680
7682
|
});
|
|
7681
|
-
var span = root$
|
|
7683
|
+
var span = root$15();
|
|
7682
7684
|
var node = $.child(span);
|
|
7683
7685
|
children?.(node);
|
|
7684
7686
|
$.reset(span);
|
|
@@ -7687,8 +7689,8 @@ function Strands($$anchor, $$props) {
|
|
|
7687
7689
|
$.append($$anchor, span);
|
|
7688
7690
|
$.pop();
|
|
7689
7691
|
}
|
|
7690
|
-
var root$
|
|
7691
|
-
function
|
|
7692
|
+
var root$14 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
7693
|
+
function Strands($$anchor, $$props) {
|
|
7692
7694
|
$.push($$props, true);
|
|
7693
7695
|
const DEFAULT_TRANSFORM = {
|
|
7694
7696
|
offsetX: 0,
|
|
@@ -7807,7 +7809,7 @@ function Stretch($$anchor, $$props) {
|
|
|
7807
7809
|
$.set(isRegistered, false);
|
|
7808
7810
|
parentRegister(instanceId, null, null, null, null);
|
|
7809
7811
|
});
|
|
7810
|
-
var span = root$
|
|
7812
|
+
var span = root$14();
|
|
7811
7813
|
var node = $.child(span);
|
|
7812
7814
|
children?.(node);
|
|
7813
7815
|
$.reset(span);
|
|
@@ -7816,8 +7818,8 @@ function Stretch($$anchor, $$props) {
|
|
|
7816
7818
|
$.append($$anchor, span);
|
|
7817
7819
|
$.pop();
|
|
7818
7820
|
}
|
|
7819
|
-
var root$
|
|
7820
|
-
function
|
|
7821
|
+
var root$13 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
7822
|
+
function Stretch($$anchor, $$props) {
|
|
7821
7823
|
$.push($$props, true);
|
|
7822
7824
|
const DEFAULT_TRANSFORM = {
|
|
7823
7825
|
offsetX: 0,
|
|
@@ -7936,7 +7938,7 @@ function Stripes($$anchor, $$props) {
|
|
|
7936
7938
|
$.set(isRegistered, false);
|
|
7937
7939
|
parentRegister(instanceId, null, null, null, null);
|
|
7938
7940
|
});
|
|
7939
|
-
var span = root$
|
|
7941
|
+
var span = root$13();
|
|
7940
7942
|
var node = $.child(span);
|
|
7941
7943
|
children?.(node);
|
|
7942
7944
|
$.reset(span);
|
|
@@ -7945,8 +7947,8 @@ function Stripes($$anchor, $$props) {
|
|
|
7945
7947
|
$.append($$anchor, span);
|
|
7946
7948
|
$.pop();
|
|
7947
7949
|
}
|
|
7948
|
-
var root$
|
|
7949
|
-
function
|
|
7950
|
+
var root$12 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
7951
|
+
function Stripes($$anchor, $$props) {
|
|
7950
7952
|
$.push($$props, true);
|
|
7951
7953
|
const DEFAULT_TRANSFORM = {
|
|
7952
7954
|
offsetX: 0,
|
|
@@ -8065,7 +8067,7 @@ function Swirl($$anchor, $$props) {
|
|
|
8065
8067
|
$.set(isRegistered, false);
|
|
8066
8068
|
parentRegister(instanceId, null, null, null, null);
|
|
8067
8069
|
});
|
|
8068
|
-
var span = root$
|
|
8070
|
+
var span = root$12();
|
|
8069
8071
|
var node = $.child(span);
|
|
8070
8072
|
children?.(node);
|
|
8071
8073
|
$.reset(span);
|
|
@@ -8074,8 +8076,8 @@ function Swirl($$anchor, $$props) {
|
|
|
8074
8076
|
$.append($$anchor, span);
|
|
8075
8077
|
$.pop();
|
|
8076
8078
|
}
|
|
8077
|
-
var root$
|
|
8078
|
-
function
|
|
8079
|
+
var root$11 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
8080
|
+
function StudioBackground($$anchor, $$props) {
|
|
8079
8081
|
$.push($$props, true);
|
|
8080
8082
|
const DEFAULT_TRANSFORM = {
|
|
8081
8083
|
offsetX: 0,
|
|
@@ -8194,7 +8196,7 @@ function TiltShift($$anchor, $$props) {
|
|
|
8194
8196
|
$.set(isRegistered, false);
|
|
8195
8197
|
parentRegister(instanceId, null, null, null, null);
|
|
8196
8198
|
});
|
|
8197
|
-
var span = root$
|
|
8199
|
+
var span = root$11();
|
|
8198
8200
|
var node = $.child(span);
|
|
8199
8201
|
children?.(node);
|
|
8200
8202
|
$.reset(span);
|
|
@@ -8203,8 +8205,8 @@ function TiltShift($$anchor, $$props) {
|
|
|
8203
8205
|
$.append($$anchor, span);
|
|
8204
8206
|
$.pop();
|
|
8205
8207
|
}
|
|
8206
|
-
var root$
|
|
8207
|
-
function
|
|
8208
|
+
var root$10 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
8209
|
+
function Swirl($$anchor, $$props) {
|
|
8208
8210
|
$.push($$props, true);
|
|
8209
8211
|
const DEFAULT_TRANSFORM = {
|
|
8210
8212
|
offsetX: 0,
|
|
@@ -8323,7 +8325,7 @@ function Tint($$anchor, $$props) {
|
|
|
8323
8325
|
$.set(isRegistered, false);
|
|
8324
8326
|
parentRegister(instanceId, null, null, null, null);
|
|
8325
8327
|
});
|
|
8326
|
-
var span = root$
|
|
8328
|
+
var span = root$10();
|
|
8327
8329
|
var node = $.child(span);
|
|
8328
8330
|
children?.(node);
|
|
8329
8331
|
$.reset(span);
|
|
@@ -8332,8 +8334,8 @@ function Tint($$anchor, $$props) {
|
|
|
8332
8334
|
$.append($$anchor, span);
|
|
8333
8335
|
$.pop();
|
|
8334
8336
|
}
|
|
8335
|
-
var root$
|
|
8336
|
-
function
|
|
8337
|
+
var root$9 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
8338
|
+
function TiltShift($$anchor, $$props) {
|
|
8337
8339
|
$.push($$props, true);
|
|
8338
8340
|
const DEFAULT_TRANSFORM = {
|
|
8339
8341
|
offsetX: 0,
|
|
@@ -8452,7 +8454,7 @@ function Tritone($$anchor, $$props) {
|
|
|
8452
8454
|
$.set(isRegistered, false);
|
|
8453
8455
|
parentRegister(instanceId, null, null, null, null);
|
|
8454
8456
|
});
|
|
8455
|
-
var span = root$
|
|
8457
|
+
var span = root$9();
|
|
8456
8458
|
var node = $.child(span);
|
|
8457
8459
|
children?.(node);
|
|
8458
8460
|
$.reset(span);
|
|
@@ -8461,8 +8463,8 @@ function Tritone($$anchor, $$props) {
|
|
|
8461
8463
|
$.append($$anchor, span);
|
|
8462
8464
|
$.pop();
|
|
8463
8465
|
}
|
|
8464
|
-
var root$
|
|
8465
|
-
function
|
|
8466
|
+
var root$8 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
8467
|
+
function Tint($$anchor, $$props) {
|
|
8466
8468
|
$.push($$props, true);
|
|
8467
8469
|
const DEFAULT_TRANSFORM = {
|
|
8468
8470
|
offsetX: 0,
|
|
@@ -8581,7 +8583,7 @@ function Twirl($$anchor, $$props) {
|
|
|
8581
8583
|
$.set(isRegistered, false);
|
|
8582
8584
|
parentRegister(instanceId, null, null, null, null);
|
|
8583
8585
|
});
|
|
8584
|
-
var span = root$
|
|
8586
|
+
var span = root$8();
|
|
8585
8587
|
var node = $.child(span);
|
|
8586
8588
|
children?.(node);
|
|
8587
8589
|
$.reset(span);
|
|
@@ -8590,8 +8592,8 @@ function Twirl($$anchor, $$props) {
|
|
|
8590
8592
|
$.append($$anchor, span);
|
|
8591
8593
|
$.pop();
|
|
8592
8594
|
}
|
|
8593
|
-
var root$
|
|
8594
|
-
function
|
|
8595
|
+
var root$7 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
8596
|
+
function Tritone($$anchor, $$props) {
|
|
8595
8597
|
$.push($$props, true);
|
|
8596
8598
|
const DEFAULT_TRANSFORM = {
|
|
8597
8599
|
offsetX: 0,
|
|
@@ -8710,7 +8712,7 @@ function Vibrance($$anchor, $$props) {
|
|
|
8710
8712
|
$.set(isRegistered, false);
|
|
8711
8713
|
parentRegister(instanceId, null, null, null, null);
|
|
8712
8714
|
});
|
|
8713
|
-
var span = root$
|
|
8715
|
+
var span = root$7();
|
|
8714
8716
|
var node = $.child(span);
|
|
8715
8717
|
children?.(node);
|
|
8716
8718
|
$.reset(span);
|
|
@@ -8719,8 +8721,8 @@ function Vibrance($$anchor, $$props) {
|
|
|
8719
8721
|
$.append($$anchor, span);
|
|
8720
8722
|
$.pop();
|
|
8721
8723
|
}
|
|
8722
|
-
var root$
|
|
8723
|
-
function
|
|
8724
|
+
var root$6 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
8725
|
+
function Twirl($$anchor, $$props) {
|
|
8724
8726
|
$.push($$props, true);
|
|
8725
8727
|
const DEFAULT_TRANSFORM = {
|
|
8726
8728
|
offsetX: 0,
|
|
@@ -8839,7 +8841,7 @@ function VideoTexture($$anchor, $$props) {
|
|
|
8839
8841
|
$.set(isRegistered, false);
|
|
8840
8842
|
parentRegister(instanceId, null, null, null, null);
|
|
8841
8843
|
});
|
|
8842
|
-
var span = root$
|
|
8844
|
+
var span = root$6();
|
|
8843
8845
|
var node = $.child(span);
|
|
8844
8846
|
children?.(node);
|
|
8845
8847
|
$.reset(span);
|
|
@@ -8848,8 +8850,8 @@ function VideoTexture($$anchor, $$props) {
|
|
|
8848
8850
|
$.append($$anchor, span);
|
|
8849
8851
|
$.pop();
|
|
8850
8852
|
}
|
|
8851
|
-
var root$
|
|
8852
|
-
function
|
|
8853
|
+
var root$5 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
8854
|
+
function Vibrance($$anchor, $$props) {
|
|
8853
8855
|
$.push($$props, true);
|
|
8854
8856
|
const DEFAULT_TRANSFORM = {
|
|
8855
8857
|
offsetX: 0,
|
|
@@ -8968,7 +8970,7 @@ function WaveDistortion($$anchor, $$props) {
|
|
|
8968
8970
|
$.set(isRegistered, false);
|
|
8969
8971
|
parentRegister(instanceId, null, null, null, null);
|
|
8970
8972
|
});
|
|
8971
|
-
var span = root$
|
|
8973
|
+
var span = root$5();
|
|
8972
8974
|
var node = $.child(span);
|
|
8973
8975
|
children?.(node);
|
|
8974
8976
|
$.reset(span);
|
|
@@ -8977,8 +8979,8 @@ function WaveDistortion($$anchor, $$props) {
|
|
|
8977
8979
|
$.append($$anchor, span);
|
|
8978
8980
|
$.pop();
|
|
8979
8981
|
}
|
|
8980
|
-
var root$
|
|
8981
|
-
function
|
|
8982
|
+
var root$4 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
8983
|
+
function VideoTexture($$anchor, $$props) {
|
|
8982
8984
|
$.push($$props, true);
|
|
8983
8985
|
const DEFAULT_TRANSFORM = {
|
|
8984
8986
|
offsetX: 0,
|
|
@@ -9097,7 +9099,7 @@ function WebcamTexture($$anchor, $$props) {
|
|
|
9097
9099
|
$.set(isRegistered, false);
|
|
9098
9100
|
parentRegister(instanceId, null, null, null, null);
|
|
9099
9101
|
});
|
|
9100
|
-
var span = root$
|
|
9102
|
+
var span = root$4();
|
|
9101
9103
|
var node = $.child(span);
|
|
9102
9104
|
children?.(node);
|
|
9103
9105
|
$.reset(span);
|
|
@@ -9106,8 +9108,8 @@ function WebcamTexture($$anchor, $$props) {
|
|
|
9106
9108
|
$.append($$anchor, span);
|
|
9107
9109
|
$.pop();
|
|
9108
9110
|
}
|
|
9109
|
-
var root$
|
|
9110
|
-
function
|
|
9111
|
+
var root$3 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
9112
|
+
function WaveDistortion($$anchor, $$props) {
|
|
9111
9113
|
$.push($$props, true);
|
|
9112
9114
|
const DEFAULT_TRANSFORM = {
|
|
9113
9115
|
offsetX: 0,
|
|
@@ -9226,6 +9228,264 @@ function ZoomBlur($$anchor, $$props) {
|
|
|
9226
9228
|
$.set(isRegistered, false);
|
|
9227
9229
|
parentRegister(instanceId, null, null, null, null);
|
|
9228
9230
|
});
|
|
9231
|
+
var span = root$3();
|
|
9232
|
+
var node = $.child(span);
|
|
9233
|
+
children?.(node);
|
|
9234
|
+
$.reset(span);
|
|
9235
|
+
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
9236
|
+
$.template_effect(() => $.set_attribute(span, "data-shader-id", instanceId));
|
|
9237
|
+
$.append($$anchor, span);
|
|
9238
|
+
$.pop();
|
|
9239
|
+
}
|
|
9240
|
+
var root$2 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
9241
|
+
function WebcamTexture($$anchor, $$props) {
|
|
9242
|
+
$.push($$props, true);
|
|
9243
|
+
const DEFAULT_TRANSFORM = {
|
|
9244
|
+
offsetX: 0,
|
|
9245
|
+
offsetY: 0,
|
|
9246
|
+
rotation: 0,
|
|
9247
|
+
scale: 1,
|
|
9248
|
+
anchorX: .5,
|
|
9249
|
+
anchorY: .5,
|
|
9250
|
+
edges: "transparent"
|
|
9251
|
+
};
|
|
9252
|
+
const componentDefaults = {
|
|
9253
|
+
blendMode: "normal",
|
|
9254
|
+
visible: true,
|
|
9255
|
+
...Object.entries(componentDefinition$71.props).reduce((acc, [key, config]) => {
|
|
9256
|
+
acc[key] = config.default;
|
|
9257
|
+
return acc;
|
|
9258
|
+
}, {})
|
|
9259
|
+
};
|
|
9260
|
+
const props = $.rest_props($$props, [
|
|
9261
|
+
"$$slots",
|
|
9262
|
+
"$$events",
|
|
9263
|
+
"$$legacy"
|
|
9264
|
+
]);
|
|
9265
|
+
const blendMode = $$props.blendMode ?? componentDefaults.blendMode;
|
|
9266
|
+
const opacity = $$props.opacity;
|
|
9267
|
+
const visible = $$props.visible ?? componentDefaults.visible;
|
|
9268
|
+
const id = $$props.id;
|
|
9269
|
+
const maskSource = $$props.maskSource;
|
|
9270
|
+
const maskType = $$props.maskType;
|
|
9271
|
+
const renderOrder = $$props.renderOrder;
|
|
9272
|
+
const { children } = props;
|
|
9273
|
+
const effectiveTransform = $.derived(() => ({
|
|
9274
|
+
...DEFAULT_TRANSFORM,
|
|
9275
|
+
...$$props.transform
|
|
9276
|
+
}));
|
|
9277
|
+
const parentId = getContext("shaderParentId");
|
|
9278
|
+
if (parentId === void 0) throw new Error("Shader components must be used inside an <Shader> component or another shader component");
|
|
9279
|
+
const instanceId = id || Math.random().toString(36).substring(2, 10);
|
|
9280
|
+
setContext("shaderParentId", instanceId);
|
|
9281
|
+
const shaderReadyProps = $.derived(() => {
|
|
9282
|
+
let baseProps = { ...componentDefaults };
|
|
9283
|
+
for (const key in props) if (key !== "blendMode" && key !== "opacity" && key !== "visible" && key !== "id" && key !== "maskSource" && key !== "maskType" && key !== "renderOrder" && key !== "transform" && key !== "children") {
|
|
9284
|
+
const propValue = props[key];
|
|
9285
|
+
const defaultValue = componentDefaults[key];
|
|
9286
|
+
if (propValue !== void 0 && propValue !== defaultValue) baseProps[key] = propValue;
|
|
9287
|
+
}
|
|
9288
|
+
return baseProps;
|
|
9289
|
+
});
|
|
9290
|
+
const uniforms = createUniformsMap(componentDefinition$71, $.get(shaderReadyProps), instanceId);
|
|
9291
|
+
const parentRegister = getContext("shaderNodeRegister");
|
|
9292
|
+
if (parentRegister === void 0) throw new Error("Shader components must be used inside an <Shader> component or another shader component");
|
|
9293
|
+
const parentUniformUpdate = getContext("shaderUniformUpdate");
|
|
9294
|
+
if (parentUniformUpdate === void 0) throw new Error("Shader components require shaderUniformUpdate from parent");
|
|
9295
|
+
const parentMetadataUpdate = getContext("shaderMetadataUpdate");
|
|
9296
|
+
if (parentMetadataUpdate === void 0) throw new Error("Shader components require shaderMetadataUpdate from parent");
|
|
9297
|
+
let orderMarker;
|
|
9298
|
+
let detectedRenderOrder = void 0;
|
|
9299
|
+
let isRegistered = $.state(false);
|
|
9300
|
+
Object.entries(uniforms).forEach(([propName, { uniform, transform }]) => {
|
|
9301
|
+
$.user_effect(() => {
|
|
9302
|
+
if (!$.get(isRegistered)) return;
|
|
9303
|
+
if (uniform && uniform.value !== void 0) {
|
|
9304
|
+
const newValue = props[propName];
|
|
9305
|
+
if (newValue !== void 0) parentUniformUpdate(instanceId, propName, newValue);
|
|
9306
|
+
}
|
|
9307
|
+
});
|
|
9308
|
+
});
|
|
9309
|
+
$.user_effect(() => {
|
|
9310
|
+
if (!$.get(isRegistered)) return;
|
|
9311
|
+
parentMetadataUpdate(instanceId, {
|
|
9312
|
+
blendMode,
|
|
9313
|
+
opacity,
|
|
9314
|
+
visible: visible === false ? false : true,
|
|
9315
|
+
id,
|
|
9316
|
+
mask: maskSource ? {
|
|
9317
|
+
source: maskSource,
|
|
9318
|
+
type: maskType || "alpha"
|
|
9319
|
+
} : void 0,
|
|
9320
|
+
renderOrder: renderOrder ?? detectedRenderOrder,
|
|
9321
|
+
transform: $.get(effectiveTransform)
|
|
9322
|
+
});
|
|
9323
|
+
});
|
|
9324
|
+
onMount(() => {
|
|
9325
|
+
if (componentDefinition$71 && typeof componentDefinition$71.fragmentNode === "function") {
|
|
9326
|
+
parentRegister(instanceId, componentDefinition$71.fragmentNode, parentId, {
|
|
9327
|
+
blendMode,
|
|
9328
|
+
opacity,
|
|
9329
|
+
visible: visible !== false ? true : false,
|
|
9330
|
+
id,
|
|
9331
|
+
mask: maskSource ? {
|
|
9332
|
+
source: maskSource,
|
|
9333
|
+
type: maskType || "alpha"
|
|
9334
|
+
} : void 0,
|
|
9335
|
+
renderOrder: renderOrder ?? detectedRenderOrder,
|
|
9336
|
+
transform: $.get(effectiveTransform)
|
|
9337
|
+
}, uniforms);
|
|
9338
|
+
$.set(isRegistered, true);
|
|
9339
|
+
if (renderOrder === void 0 && orderMarker) {
|
|
9340
|
+
const parent = orderMarker.parentElement;
|
|
9341
|
+
if (parent) {
|
|
9342
|
+
const siblings = parent.querySelectorAll(":scope > [data-shader-id]");
|
|
9343
|
+
const position = Array.from(siblings).indexOf(orderMarker);
|
|
9344
|
+
if (position >= 0) {
|
|
9345
|
+
detectedRenderOrder = position;
|
|
9346
|
+
parentMetadataUpdate(instanceId, { renderOrder: position });
|
|
9347
|
+
}
|
|
9348
|
+
}
|
|
9349
|
+
}
|
|
9350
|
+
} else console.error("componentDefinition.fragmentNode is not a function:", {
|
|
9351
|
+
componentDefinition: componentDefinition$71,
|
|
9352
|
+
fragmentNode: componentDefinition$71?.fragmentNode,
|
|
9353
|
+
type: typeof componentDefinition$71?.fragmentNode
|
|
9354
|
+
});
|
|
9355
|
+
});
|
|
9356
|
+
onDestroy(() => {
|
|
9357
|
+
$.set(isRegistered, false);
|
|
9358
|
+
parentRegister(instanceId, null, null, null, null);
|
|
9359
|
+
});
|
|
9360
|
+
var span = root$2();
|
|
9361
|
+
var node = $.child(span);
|
|
9362
|
+
children?.(node);
|
|
9363
|
+
$.reset(span);
|
|
9364
|
+
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
9365
|
+
$.template_effect(() => $.set_attribute(span, "data-shader-id", instanceId));
|
|
9366
|
+
$.append($$anchor, span);
|
|
9367
|
+
$.pop();
|
|
9368
|
+
}
|
|
9369
|
+
var root$1 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
9370
|
+
function ZoomBlur($$anchor, $$props) {
|
|
9371
|
+
$.push($$props, true);
|
|
9372
|
+
const DEFAULT_TRANSFORM = {
|
|
9373
|
+
offsetX: 0,
|
|
9374
|
+
offsetY: 0,
|
|
9375
|
+
rotation: 0,
|
|
9376
|
+
scale: 1,
|
|
9377
|
+
anchorX: .5,
|
|
9378
|
+
anchorY: .5,
|
|
9379
|
+
edges: "transparent"
|
|
9380
|
+
};
|
|
9381
|
+
const componentDefaults = {
|
|
9382
|
+
blendMode: "normal",
|
|
9383
|
+
visible: true,
|
|
9384
|
+
...Object.entries(componentDefinition$72.props).reduce((acc, [key, config]) => {
|
|
9385
|
+
acc[key] = config.default;
|
|
9386
|
+
return acc;
|
|
9387
|
+
}, {})
|
|
9388
|
+
};
|
|
9389
|
+
const props = $.rest_props($$props, [
|
|
9390
|
+
"$$slots",
|
|
9391
|
+
"$$events",
|
|
9392
|
+
"$$legacy"
|
|
9393
|
+
]);
|
|
9394
|
+
const blendMode = $$props.blendMode ?? componentDefaults.blendMode;
|
|
9395
|
+
const opacity = $$props.opacity;
|
|
9396
|
+
const visible = $$props.visible ?? componentDefaults.visible;
|
|
9397
|
+
const id = $$props.id;
|
|
9398
|
+
const maskSource = $$props.maskSource;
|
|
9399
|
+
const maskType = $$props.maskType;
|
|
9400
|
+
const renderOrder = $$props.renderOrder;
|
|
9401
|
+
const { children } = props;
|
|
9402
|
+
const effectiveTransform = $.derived(() => ({
|
|
9403
|
+
...DEFAULT_TRANSFORM,
|
|
9404
|
+
...$$props.transform
|
|
9405
|
+
}));
|
|
9406
|
+
const parentId = getContext("shaderParentId");
|
|
9407
|
+
if (parentId === void 0) throw new Error("Shader components must be used inside an <Shader> component or another shader component");
|
|
9408
|
+
const instanceId = id || Math.random().toString(36).substring(2, 10);
|
|
9409
|
+
setContext("shaderParentId", instanceId);
|
|
9410
|
+
const shaderReadyProps = $.derived(() => {
|
|
9411
|
+
let baseProps = { ...componentDefaults };
|
|
9412
|
+
for (const key in props) if (key !== "blendMode" && key !== "opacity" && key !== "visible" && key !== "id" && key !== "maskSource" && key !== "maskType" && key !== "renderOrder" && key !== "transform" && key !== "children") {
|
|
9413
|
+
const propValue = props[key];
|
|
9414
|
+
const defaultValue = componentDefaults[key];
|
|
9415
|
+
if (propValue !== void 0 && propValue !== defaultValue) baseProps[key] = propValue;
|
|
9416
|
+
}
|
|
9417
|
+
return baseProps;
|
|
9418
|
+
});
|
|
9419
|
+
const uniforms = createUniformsMap(componentDefinition$72, $.get(shaderReadyProps), instanceId);
|
|
9420
|
+
const parentRegister = getContext("shaderNodeRegister");
|
|
9421
|
+
if (parentRegister === void 0) throw new Error("Shader components must be used inside an <Shader> component or another shader component");
|
|
9422
|
+
const parentUniformUpdate = getContext("shaderUniformUpdate");
|
|
9423
|
+
if (parentUniformUpdate === void 0) throw new Error("Shader components require shaderUniformUpdate from parent");
|
|
9424
|
+
const parentMetadataUpdate = getContext("shaderMetadataUpdate");
|
|
9425
|
+
if (parentMetadataUpdate === void 0) throw new Error("Shader components require shaderMetadataUpdate from parent");
|
|
9426
|
+
let orderMarker;
|
|
9427
|
+
let detectedRenderOrder = void 0;
|
|
9428
|
+
let isRegistered = $.state(false);
|
|
9429
|
+
Object.entries(uniforms).forEach(([propName, { uniform, transform }]) => {
|
|
9430
|
+
$.user_effect(() => {
|
|
9431
|
+
if (!$.get(isRegistered)) return;
|
|
9432
|
+
if (uniform && uniform.value !== void 0) {
|
|
9433
|
+
const newValue = props[propName];
|
|
9434
|
+
if (newValue !== void 0) parentUniformUpdate(instanceId, propName, newValue);
|
|
9435
|
+
}
|
|
9436
|
+
});
|
|
9437
|
+
});
|
|
9438
|
+
$.user_effect(() => {
|
|
9439
|
+
if (!$.get(isRegistered)) return;
|
|
9440
|
+
parentMetadataUpdate(instanceId, {
|
|
9441
|
+
blendMode,
|
|
9442
|
+
opacity,
|
|
9443
|
+
visible: visible === false ? false : true,
|
|
9444
|
+
id,
|
|
9445
|
+
mask: maskSource ? {
|
|
9446
|
+
source: maskSource,
|
|
9447
|
+
type: maskType || "alpha"
|
|
9448
|
+
} : void 0,
|
|
9449
|
+
renderOrder: renderOrder ?? detectedRenderOrder,
|
|
9450
|
+
transform: $.get(effectiveTransform)
|
|
9451
|
+
});
|
|
9452
|
+
});
|
|
9453
|
+
onMount(() => {
|
|
9454
|
+
if (componentDefinition$72 && typeof componentDefinition$72.fragmentNode === "function") {
|
|
9455
|
+
parentRegister(instanceId, componentDefinition$72.fragmentNode, parentId, {
|
|
9456
|
+
blendMode,
|
|
9457
|
+
opacity,
|
|
9458
|
+
visible: visible !== false ? true : false,
|
|
9459
|
+
id,
|
|
9460
|
+
mask: maskSource ? {
|
|
9461
|
+
source: maskSource,
|
|
9462
|
+
type: maskType || "alpha"
|
|
9463
|
+
} : void 0,
|
|
9464
|
+
renderOrder: renderOrder ?? detectedRenderOrder,
|
|
9465
|
+
transform: $.get(effectiveTransform)
|
|
9466
|
+
}, uniforms);
|
|
9467
|
+
$.set(isRegistered, true);
|
|
9468
|
+
if (renderOrder === void 0 && orderMarker) {
|
|
9469
|
+
const parent = orderMarker.parentElement;
|
|
9470
|
+
if (parent) {
|
|
9471
|
+
const siblings = parent.querySelectorAll(":scope > [data-shader-id]");
|
|
9472
|
+
const position = Array.from(siblings).indexOf(orderMarker);
|
|
9473
|
+
if (position >= 0) {
|
|
9474
|
+
detectedRenderOrder = position;
|
|
9475
|
+
parentMetadataUpdate(instanceId, { renderOrder: position });
|
|
9476
|
+
}
|
|
9477
|
+
}
|
|
9478
|
+
}
|
|
9479
|
+
} else console.error("componentDefinition.fragmentNode is not a function:", {
|
|
9480
|
+
componentDefinition: componentDefinition$72,
|
|
9481
|
+
fragmentNode: componentDefinition$72?.fragmentNode,
|
|
9482
|
+
type: typeof componentDefinition$72?.fragmentNode
|
|
9483
|
+
});
|
|
9484
|
+
});
|
|
9485
|
+
onDestroy(() => {
|
|
9486
|
+
$.set(isRegistered, false);
|
|
9487
|
+
parentRegister(instanceId, null, null, null, null);
|
|
9488
|
+
});
|
|
9229
9489
|
var span = root$1();
|
|
9230
9490
|
var node = $.child(span);
|
|
9231
9491
|
children?.(node);
|
|
@@ -9367,4 +9627,4 @@ function Shader($$anchor, $$props) {
|
|
|
9367
9627
|
$.append($$anchor, div);
|
|
9368
9628
|
$.pop();
|
|
9369
9629
|
}
|
|
9370
|
-
export { AngularBlur, Ascii, Beam, Blob, Blur, BrightnessContrast, Bulge, CRTScreen, ChannelBlur, Checkerboard, ChromaFlow, ChromaticAberration, Circle, ConcentricSpin, ContourLines, CursorTrail, DiffuseBlur, Dither, DotGrid, Duotone, FilmGrain, FloatingParticles, FlowField, GlassTiles, Glitch, Glow, Godrays, Grayscale, Grid, GridDistortion, Group, Halftone, HueShift, ImageTexture, Invert, Kaleidoscope, LensFlare, LinearBlur, LinearGradient, Liquify, Mirror, Perspective, Pixelate, Plasma, PolarCoordinates, Posterize, ProgressiveBlur, RadialGradient, RectangularCoordinates, Ripples, Saturation, Shader, Sharpness, Shatter, SimplexNoise, SineWave, SolidColor, Spherize, Spiral, Strands, Stretch, Stripes, Swirl, TiltShift, Tint, Tritone, Twirl, Vibrance, VideoTexture, WaveDistortion, WebcamTexture, ZoomBlur, generatePresetCode };
|
|
9630
|
+
export { AngularBlur, Ascii, Aurora, Beam, Blob, Blur, BrightnessContrast, Bulge, CRTScreen, ChannelBlur, Checkerboard, ChromaFlow, ChromaticAberration, Circle, ConcentricSpin, ContourLines, CursorTrail, DiffuseBlur, Dither, DotGrid, Duotone, FilmGrain, FloatingParticles, FlowField, GlassTiles, Glitch, Glow, Godrays, Grayscale, Grid, GridDistortion, Group, Halftone, HueShift, ImageTexture, Invert, Kaleidoscope, LensFlare, LinearBlur, LinearGradient, Liquify, Mirror, Perspective, Pixelate, Plasma, PolarCoordinates, Posterize, ProgressiveBlur, RadialGradient, RectangularCoordinates, Ripples, Saturation, Shader, Sharpness, Shatter, SimplexNoise, SineWave, SolidColor, Spherize, Spiral, Strands, Stretch, Stripes, StudioBackground, Swirl, TiltShift, Tint, Tritone, Twirl, Vibrance, VideoTexture, WaveDistortion, WebcamTexture, ZoomBlur, generatePresetCode };
|