shaders 2.3.51 → 2.3.53
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/CursorRipples-Dn_rE8nA.js +177 -0
- package/dist/core/registry.js +144 -140
- 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/CursorRipples/index.d.ts +42 -0
- package/dist/core/shaders/CursorRipples/index.d.ts.map +1 -0
- package/dist/core/shaders/CursorRipples/index.js +4 -0
- 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.js +1 -1
- 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/CursorRipples.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/CursorRipples.d.ts +31 -0
- package/dist/react/components/CursorRipples.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 +31 -0
- package/dist/registry.js +499 -0
- 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/CursorRipples.d.ts +28 -0
- package/dist/solid/components/CursorRipples.d.ts.map +1 -0
- package/dist/solid/components/CursorRipples.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 +146 -142
- package/dist/solid/utils/generatePresetCode.d.ts.map +1 -1
- package/dist/solid/utils/generatePresetCode.js +31 -0
- package/dist/svelte/components/Aurora.svelte.d.ts +19 -0
- package/dist/svelte/components/CursorRipples.svelte.d.ts +19 -0
- package/dist/svelte/{generatePresetCode-TDa1I3YR.js → generatePresetCode-DN-iUvZN.js} +31 -0
- package/dist/svelte/index.d.ts +2 -0
- package/dist/svelte/index.js +545 -285
- 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/CursorRipples.js +3 -0
- package/dist/vue/CursorRipples.vue_vue_type_script_setup_true_lang.js +148 -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/CursorRipples.vue.d.ts +54 -0
- package/dist/vue/components/CursorRipples.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 +31 -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-DD4YxAqo.js} +0 -0
- /package/dist/core/{DiffuseBlur-DcV8M7hN.js → DiffuseBlur-GlibDd8O.js} +0 -0
- /package/dist/core/{Dither-C-w0ugGX.js → Dither-BOWyA2dp.js} +0 -0
- /package/dist/core/{DotGrid-wXnfcjrM.js → DotGrid-Cm-wz6WU.js} +0 -0
- /package/dist/core/{Duotone-B8dYgrFR.js → Duotone-C8mRw_1e.js} +0 -0
- /package/dist/core/{FilmGrain-D_6m7GJ4.js → FilmGrain-BzD2zoUK.js} +0 -0
- /package/dist/core/{FloatingParticles-YuuXeICf.js → FloatingParticles-GkVY1twT.js} +0 -0
- /package/dist/core/{FlowField-Dx2eqOcU.js → FlowField-S_LXjhaN.js} +0 -0
- /package/dist/core/{GlassTiles-hnt2pUQN.js → GlassTiles--hbefQlc.js} +0 -0
- /package/dist/core/{Glitch-DfPXeSlL.js → Glitch-lbgQYebN.js} +0 -0
- /package/dist/core/{Glow-CQv_dRPj.js → Glow-DM9zbhbr.js} +0 -0
- /package/dist/core/{Godrays-B_-HliEA.js → Godrays-DVo1ikUR.js} +0 -0
- /package/dist/core/{Grayscale-DRFXhxr4.js → Grayscale-CRYK8foe.js} +0 -0
- /package/dist/core/{Grid-DKSUwEIe.js → Grid-BmYSb6Ur.js} +0 -0
- /package/dist/core/{GridDistortion-DahXljLX.js → GridDistortion-PNU8pi2I.js} +0 -0
- /package/dist/core/{Group-r9gMBd5y.js → Group-D-QMn-Co.js} +0 -0
- /package/dist/core/{Halftone-ZVjwkjaQ.js → Halftone-BlY2LuT8.js} +0 -0
- /package/dist/core/{HueShift-gZlNBwNE.js → HueShift-p4t6HfqE.js} +0 -0
- /package/dist/core/{ImageTexture-DuXMku_O.js → ImageTexture-BAOtuVAy.js} +0 -0
- /package/dist/core/{Invert-gUjZNHF3.js → Invert-oYct5uwC.js} +0 -0
- /package/dist/core/{Kaleidoscope-COKZ0BDb.js → Kaleidoscope-BXKsOJl2.js} +0 -0
- /package/dist/core/{LensFlare-D6jy4M7G.js → LensFlare-BWl8PWjv.js} +0 -0
- /package/dist/core/{LinearBlur-CArDQIhs.js → LinearBlur-gV1sIMuQ.js} +0 -0
- /package/dist/core/{LinearGradient-BkB_3gVV.js → LinearGradient-C5kz9RSs.js} +0 -0
- /package/dist/core/{Liquify-BrIB9ajS.js → Liquify-CtUvuV0S.js} +0 -0
- /package/dist/core/{Mirror-BRPYfVAr.js → Mirror-C3Bn9m7T.js} +0 -0
- /package/dist/core/{Perspective-CglPLWTZ.js → Perspective-NsMXVWAS.js} +0 -0
- /package/dist/core/{Pixelate-CwnuDc5L.js → Pixelate-C-LbtIjf.js} +0 -0
- /package/dist/core/{Plasma-CuW-GOI_.js → Plasma-Dr516u2H.js} +0 -0
- /package/dist/core/{PolarCoordinates-9AFXKnSC.js → PolarCoordinates-HVxz9oX-.js} +0 -0
- /package/dist/core/{Posterize-DU2yrydV.js → Posterize-DbPe3f5d.js} +0 -0
- /package/dist/core/{ProgressiveBlur-BXv2mob_.js → ProgressiveBlur-Cf2pKf8U.js} +0 -0
- /package/dist/core/{RadialGradient-Dd21Be-_.js → RadialGradient-Bel2cjwV.js} +0 -0
- /package/dist/core/{RectangularCoordinates-DAOGnX2p.js → RectangularCoordinates-BfeH7Mp6.js} +0 -0
- /package/dist/core/{Ripples-Nk5is8WX.js → Ripples-DBqbjqb_.js} +0 -0
- /package/dist/core/{Saturation-KoiVB92Y.js → Saturation-4L5KnzYg.js} +0 -0
- /package/dist/core/{Sharpness-CK-zaDVc.js → Sharpness-C5h9h3NY.js} +0 -0
- /package/dist/core/{Shatter-EEzkIXGb.js → Shatter-BDTHZrbz.js} +0 -0
- /package/dist/core/{SimplexNoise-DKov4Yho.js → SimplexNoise-DU-QPbwp.js} +0 -0
- /package/dist/core/{SineWave-Cy0wWKUU.js → SineWave-CsoVJf9C.js} +0 -0
- /package/dist/core/{SolidColor-P4OKglCC.js → SolidColor-BOK2t0JT.js} +0 -0
- /package/dist/core/{Spherize-BLEvqakM.js → Spherize-BxUTtFAg.js} +0 -0
- /package/dist/core/{Spiral-DXuKs26n.js → Spiral-DVURsiiQ.js} +0 -0
- /package/dist/core/{Strands-DsdASoV4.js → Strands-C2l4JaUt.js} +0 -0
- /package/dist/core/{Stretch-By8f2wmJ.js → Stretch-uSJDtqi2.js} +0 -0
- /package/dist/core/{Stripes-D8HSlP1H.js → Stripes-IFl3of9w.js} +0 -0
- /package/dist/core/{StudioBackground-CFjfBnWp.js → StudioBackground-DbBGv5fk.js} +0 -0
- /package/dist/core/{Swirl-BIFGxHL0.js → Swirl-C16tmwEg.js} +0 -0
- /package/dist/core/{TiltShift-CLMFkzBs.js → TiltShift-C5t3YMVT.js} +0 -0
- /package/dist/core/{Tint-NQjiXLGu.js → Tint-VTnDmiKF.js} +0 -0
- /package/dist/core/{Tritone-67eoddBF.js → Tritone-v6z_O967.js} +0 -0
- /package/dist/core/{Twirl-ZaYAMqmq.js → Twirl-BWpsT8iI.js} +0 -0
- /package/dist/core/{Vibrance-DbSUuK_4.js → Vibrance-C_DSuzwf.js} +0 -0
- /package/dist/core/{VideoTexture-lHzoN3G9.js → VideoTexture-OrpXuUNQ.js} +0 -0
- /package/dist/core/{WaveDistortion-CB6xTndT.js → WaveDistortion-BAxVvc8B.js} +0 -0
- /package/dist/core/{WebcamTexture-BJUvpMmV.js → WebcamTexture-D2CHXtkO.js} +0 -0
- /package/dist/core/{ZoomBlur-BCClC8fw.js → ZoomBlur-D--sEenn.js} +0 -0
package/dist/svelte/index.js
CHANGED
|
@@ -1,83 +1,85 @@
|
|
|
1
|
-
import { n as generatePresetCode } from "./generatePresetCode-
|
|
1
|
+
import { n as generatePresetCode } from "./generatePresetCode-DN-iUvZN.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/
|
|
77
|
-
import { componentDefinition as componentDefinition$71 } 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/CursorRipples/index.js";
|
|
23
|
+
import { componentDefinition as componentDefinition$17 } from "../core/shaders/CursorTrail/index.js";
|
|
24
|
+
import { componentDefinition as componentDefinition$18 } from "../core/shaders/DiffuseBlur/index.js";
|
|
25
|
+
import { componentDefinition as componentDefinition$19 } from "../core/shaders/Dither/index.js";
|
|
26
|
+
import { componentDefinition as componentDefinition$20 } from "../core/shaders/DotGrid/index.js";
|
|
27
|
+
import { componentDefinition as componentDefinition$21 } from "../core/shaders/Duotone/index.js";
|
|
28
|
+
import { componentDefinition as componentDefinition$22 } from "../core/shaders/FilmGrain/index.js";
|
|
29
|
+
import { componentDefinition as componentDefinition$23 } from "../core/shaders/FloatingParticles/index.js";
|
|
30
|
+
import { componentDefinition as componentDefinition$24 } from "../core/shaders/FlowField/index.js";
|
|
31
|
+
import { componentDefinition as componentDefinition$25 } from "../core/shaders/GlassTiles/index.js";
|
|
32
|
+
import { componentDefinition as componentDefinition$26 } from "../core/shaders/Glitch/index.js";
|
|
33
|
+
import { componentDefinition as componentDefinition$27 } from "../core/shaders/Glow/index.js";
|
|
34
|
+
import { componentDefinition as componentDefinition$28 } from "../core/shaders/Godrays/index.js";
|
|
35
|
+
import { componentDefinition as componentDefinition$29 } from "../core/shaders/Grayscale/index.js";
|
|
36
|
+
import { componentDefinition as componentDefinition$30 } from "../core/shaders/Grid/index.js";
|
|
37
|
+
import { componentDefinition as componentDefinition$31 } from "../core/shaders/GridDistortion/index.js";
|
|
38
|
+
import { componentDefinition as componentDefinition$32 } from "../core/shaders/Group/index.js";
|
|
39
|
+
import { componentDefinition as componentDefinition$33 } from "../core/shaders/Halftone/index.js";
|
|
40
|
+
import { componentDefinition as componentDefinition$34 } from "../core/shaders/HueShift/index.js";
|
|
41
|
+
import { componentDefinition as componentDefinition$35 } from "../core/shaders/ImageTexture/index.js";
|
|
42
|
+
import { componentDefinition as componentDefinition$36 } from "../core/shaders/Invert/index.js";
|
|
43
|
+
import { componentDefinition as componentDefinition$37 } from "../core/shaders/Kaleidoscope/index.js";
|
|
44
|
+
import { componentDefinition as componentDefinition$38 } from "../core/shaders/LensFlare/index.js";
|
|
45
|
+
import { componentDefinition as componentDefinition$39 } from "../core/shaders/LinearBlur/index.js";
|
|
46
|
+
import { componentDefinition as componentDefinition$40 } from "../core/shaders/LinearGradient/index.js";
|
|
47
|
+
import { componentDefinition as componentDefinition$41 } from "../core/shaders/Liquify/index.js";
|
|
48
|
+
import { componentDefinition as componentDefinition$42 } from "../core/shaders/Mirror/index.js";
|
|
49
|
+
import { componentDefinition as componentDefinition$43 } from "../core/shaders/Perspective/index.js";
|
|
50
|
+
import { componentDefinition as componentDefinition$44 } from "../core/shaders/Pixelate/index.js";
|
|
51
|
+
import { componentDefinition as componentDefinition$45 } from "../core/shaders/Plasma/index.js";
|
|
52
|
+
import { componentDefinition as componentDefinition$46 } from "../core/shaders/PolarCoordinates/index.js";
|
|
53
|
+
import { componentDefinition as componentDefinition$47 } from "../core/shaders/Posterize/index.js";
|
|
54
|
+
import { componentDefinition as componentDefinition$48 } from "../core/shaders/ProgressiveBlur/index.js";
|
|
55
|
+
import { componentDefinition as componentDefinition$49 } from "../core/shaders/RadialGradient/index.js";
|
|
56
|
+
import { componentDefinition as componentDefinition$50 } from "../core/shaders/RectangularCoordinates/index.js";
|
|
57
|
+
import { componentDefinition as componentDefinition$51 } from "../core/shaders/Ripples/index.js";
|
|
58
|
+
import { componentDefinition as componentDefinition$52 } from "../core/shaders/Saturation/index.js";
|
|
59
|
+
import { componentDefinition as componentDefinition$53 } from "../core/shaders/Sharpness/index.js";
|
|
60
|
+
import { componentDefinition as componentDefinition$54 } from "../core/shaders/Shatter/index.js";
|
|
61
|
+
import { componentDefinition as componentDefinition$55 } from "../core/shaders/SimplexNoise/index.js";
|
|
62
|
+
import { componentDefinition as componentDefinition$56 } from "../core/shaders/SineWave/index.js";
|
|
63
|
+
import { componentDefinition as componentDefinition$57 } from "../core/shaders/SolidColor/index.js";
|
|
64
|
+
import { componentDefinition as componentDefinition$58 } from "../core/shaders/Spherize/index.js";
|
|
65
|
+
import { componentDefinition as componentDefinition$59 } from "../core/shaders/Spiral/index.js";
|
|
66
|
+
import { componentDefinition as componentDefinition$60 } from "../core/shaders/Strands/index.js";
|
|
67
|
+
import { componentDefinition as componentDefinition$61 } from "../core/shaders/Stretch/index.js";
|
|
68
|
+
import { componentDefinition as componentDefinition$62 } from "../core/shaders/Stripes/index.js";
|
|
69
|
+
import { componentDefinition as componentDefinition$63 } from "../core/shaders/StudioBackground/index.js";
|
|
70
|
+
import { componentDefinition as componentDefinition$64 } from "../core/shaders/Swirl/index.js";
|
|
71
|
+
import { componentDefinition as componentDefinition$65 } from "../core/shaders/TiltShift/index.js";
|
|
72
|
+
import { componentDefinition as componentDefinition$66 } from "../core/shaders/Tint/index.js";
|
|
73
|
+
import { componentDefinition as componentDefinition$67 } from "../core/shaders/Tritone/index.js";
|
|
74
|
+
import { componentDefinition as componentDefinition$68 } from "../core/shaders/Twirl/index.js";
|
|
75
|
+
import { componentDefinition as componentDefinition$69 } from "../core/shaders/Vibrance/index.js";
|
|
76
|
+
import { componentDefinition as componentDefinition$70 } from "../core/shaders/VideoTexture/index.js";
|
|
77
|
+
import { componentDefinition as componentDefinition$71 } from "../core/shaders/WaveDistortion/index.js";
|
|
78
|
+
import { componentDefinition as componentDefinition$72 } from "../core/shaders/WebcamTexture/index.js";
|
|
79
|
+
import { componentDefinition as componentDefinition$73 } from "../core/shaders/ZoomBlur/index.js";
|
|
78
80
|
import { vec4 } from "three/tsl";
|
|
79
81
|
import { TelemetryCollector, isExternalUser, shouldCollectTelemetry } from "../core/telemetry/index.js";
|
|
80
|
-
var root$
|
|
82
|
+
var root$74 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
81
83
|
function AngularBlur($$anchor, $$props) {
|
|
82
84
|
$.push($$props, true);
|
|
83
85
|
const DEFAULT_TRANSFORM = {
|
|
@@ -197,7 +199,7 @@ function AngularBlur($$anchor, $$props) {
|
|
|
197
199
|
$.set(isRegistered, false);
|
|
198
200
|
parentRegister(instanceId, null, null, null, null);
|
|
199
201
|
});
|
|
200
|
-
var span = root$
|
|
202
|
+
var span = root$74();
|
|
201
203
|
var node = $.child(span);
|
|
202
204
|
children?.(node);
|
|
203
205
|
$.reset(span);
|
|
@@ -206,7 +208,7 @@ function AngularBlur($$anchor, $$props) {
|
|
|
206
208
|
$.append($$anchor, span);
|
|
207
209
|
$.pop();
|
|
208
210
|
}
|
|
209
|
-
var root$
|
|
211
|
+
var root$73 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
210
212
|
function Ascii($$anchor, $$props) {
|
|
211
213
|
$.push($$props, true);
|
|
212
214
|
const DEFAULT_TRANSFORM = {
|
|
@@ -326,7 +328,7 @@ function Ascii($$anchor, $$props) {
|
|
|
326
328
|
$.set(isRegistered, false);
|
|
327
329
|
parentRegister(instanceId, null, null, null, null);
|
|
328
330
|
});
|
|
329
|
-
var span = root$
|
|
331
|
+
var span = root$73();
|
|
330
332
|
var node = $.child(span);
|
|
331
333
|
children?.(node);
|
|
332
334
|
$.reset(span);
|
|
@@ -335,8 +337,8 @@ function Ascii($$anchor, $$props) {
|
|
|
335
337
|
$.append($$anchor, span);
|
|
336
338
|
$.pop();
|
|
337
339
|
}
|
|
338
|
-
var root$
|
|
339
|
-
function
|
|
340
|
+
var root$72 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
341
|
+
function Aurora($$anchor, $$props) {
|
|
340
342
|
$.push($$props, true);
|
|
341
343
|
const DEFAULT_TRANSFORM = {
|
|
342
344
|
offsetX: 0,
|
|
@@ -455,7 +457,7 @@ function Beam($$anchor, $$props) {
|
|
|
455
457
|
$.set(isRegistered, false);
|
|
456
458
|
parentRegister(instanceId, null, null, null, null);
|
|
457
459
|
});
|
|
458
|
-
var span = root$
|
|
460
|
+
var span = root$72();
|
|
459
461
|
var node = $.child(span);
|
|
460
462
|
children?.(node);
|
|
461
463
|
$.reset(span);
|
|
@@ -464,8 +466,8 @@ function Beam($$anchor, $$props) {
|
|
|
464
466
|
$.append($$anchor, span);
|
|
465
467
|
$.pop();
|
|
466
468
|
}
|
|
467
|
-
var root$
|
|
468
|
-
function
|
|
469
|
+
var root$71 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
470
|
+
function Beam($$anchor, $$props) {
|
|
469
471
|
$.push($$props, true);
|
|
470
472
|
const DEFAULT_TRANSFORM = {
|
|
471
473
|
offsetX: 0,
|
|
@@ -584,7 +586,7 @@ function Blob($$anchor, $$props) {
|
|
|
584
586
|
$.set(isRegistered, false);
|
|
585
587
|
parentRegister(instanceId, null, null, null, null);
|
|
586
588
|
});
|
|
587
|
-
var span = root$
|
|
589
|
+
var span = root$71();
|
|
588
590
|
var node = $.child(span);
|
|
589
591
|
children?.(node);
|
|
590
592
|
$.reset(span);
|
|
@@ -593,8 +595,8 @@ function Blob($$anchor, $$props) {
|
|
|
593
595
|
$.append($$anchor, span);
|
|
594
596
|
$.pop();
|
|
595
597
|
}
|
|
596
|
-
var root$
|
|
597
|
-
function
|
|
598
|
+
var root$70 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
599
|
+
function Blob($$anchor, $$props) {
|
|
598
600
|
$.push($$props, true);
|
|
599
601
|
const DEFAULT_TRANSFORM = {
|
|
600
602
|
offsetX: 0,
|
|
@@ -713,7 +715,7 @@ function Blur($$anchor, $$props) {
|
|
|
713
715
|
$.set(isRegistered, false);
|
|
714
716
|
parentRegister(instanceId, null, null, null, null);
|
|
715
717
|
});
|
|
716
|
-
var span = root$
|
|
718
|
+
var span = root$70();
|
|
717
719
|
var node = $.child(span);
|
|
718
720
|
children?.(node);
|
|
719
721
|
$.reset(span);
|
|
@@ -722,8 +724,8 @@ function Blur($$anchor, $$props) {
|
|
|
722
724
|
$.append($$anchor, span);
|
|
723
725
|
$.pop();
|
|
724
726
|
}
|
|
725
|
-
var root$
|
|
726
|
-
function
|
|
727
|
+
var root$69 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
728
|
+
function Blur($$anchor, $$props) {
|
|
727
729
|
$.push($$props, true);
|
|
728
730
|
const DEFAULT_TRANSFORM = {
|
|
729
731
|
offsetX: 0,
|
|
@@ -842,7 +844,7 @@ function BrightnessContrast($$anchor, $$props) {
|
|
|
842
844
|
$.set(isRegistered, false);
|
|
843
845
|
parentRegister(instanceId, null, null, null, null);
|
|
844
846
|
});
|
|
845
|
-
var span = root$
|
|
847
|
+
var span = root$69();
|
|
846
848
|
var node = $.child(span);
|
|
847
849
|
children?.(node);
|
|
848
850
|
$.reset(span);
|
|
@@ -851,8 +853,8 @@ function BrightnessContrast($$anchor, $$props) {
|
|
|
851
853
|
$.append($$anchor, span);
|
|
852
854
|
$.pop();
|
|
853
855
|
}
|
|
854
|
-
var root$
|
|
855
|
-
function
|
|
856
|
+
var root$68 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
857
|
+
function BrightnessContrast($$anchor, $$props) {
|
|
856
858
|
$.push($$props, true);
|
|
857
859
|
const DEFAULT_TRANSFORM = {
|
|
858
860
|
offsetX: 0,
|
|
@@ -971,7 +973,7 @@ function Bulge($$anchor, $$props) {
|
|
|
971
973
|
$.set(isRegistered, false);
|
|
972
974
|
parentRegister(instanceId, null, null, null, null);
|
|
973
975
|
});
|
|
974
|
-
var span = root$
|
|
976
|
+
var span = root$68();
|
|
975
977
|
var node = $.child(span);
|
|
976
978
|
children?.(node);
|
|
977
979
|
$.reset(span);
|
|
@@ -980,8 +982,8 @@ function Bulge($$anchor, $$props) {
|
|
|
980
982
|
$.append($$anchor, span);
|
|
981
983
|
$.pop();
|
|
982
984
|
}
|
|
983
|
-
var root$
|
|
984
|
-
function
|
|
985
|
+
var root$67 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
986
|
+
function Bulge($$anchor, $$props) {
|
|
985
987
|
$.push($$props, true);
|
|
986
988
|
const DEFAULT_TRANSFORM = {
|
|
987
989
|
offsetX: 0,
|
|
@@ -1100,7 +1102,7 @@ function CRTScreen($$anchor, $$props) {
|
|
|
1100
1102
|
$.set(isRegistered, false);
|
|
1101
1103
|
parentRegister(instanceId, null, null, null, null);
|
|
1102
1104
|
});
|
|
1103
|
-
var span = root$
|
|
1105
|
+
var span = root$67();
|
|
1104
1106
|
var node = $.child(span);
|
|
1105
1107
|
children?.(node);
|
|
1106
1108
|
$.reset(span);
|
|
@@ -1109,8 +1111,8 @@ function CRTScreen($$anchor, $$props) {
|
|
|
1109
1111
|
$.append($$anchor, span);
|
|
1110
1112
|
$.pop();
|
|
1111
1113
|
}
|
|
1112
|
-
var root$
|
|
1113
|
-
function
|
|
1114
|
+
var root$66 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
1115
|
+
function CRTScreen($$anchor, $$props) {
|
|
1114
1116
|
$.push($$props, true);
|
|
1115
1117
|
const DEFAULT_TRANSFORM = {
|
|
1116
1118
|
offsetX: 0,
|
|
@@ -1229,7 +1231,7 @@ function ChannelBlur($$anchor, $$props) {
|
|
|
1229
1231
|
$.set(isRegistered, false);
|
|
1230
1232
|
parentRegister(instanceId, null, null, null, null);
|
|
1231
1233
|
});
|
|
1232
|
-
var span = root$
|
|
1234
|
+
var span = root$66();
|
|
1233
1235
|
var node = $.child(span);
|
|
1234
1236
|
children?.(node);
|
|
1235
1237
|
$.reset(span);
|
|
@@ -1238,8 +1240,8 @@ function ChannelBlur($$anchor, $$props) {
|
|
|
1238
1240
|
$.append($$anchor, span);
|
|
1239
1241
|
$.pop();
|
|
1240
1242
|
}
|
|
1241
|
-
var root$
|
|
1242
|
-
function
|
|
1243
|
+
var root$65 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
1244
|
+
function ChannelBlur($$anchor, $$props) {
|
|
1243
1245
|
$.push($$props, true);
|
|
1244
1246
|
const DEFAULT_TRANSFORM = {
|
|
1245
1247
|
offsetX: 0,
|
|
@@ -1358,7 +1360,7 @@ function Checkerboard($$anchor, $$props) {
|
|
|
1358
1360
|
$.set(isRegistered, false);
|
|
1359
1361
|
parentRegister(instanceId, null, null, null, null);
|
|
1360
1362
|
});
|
|
1361
|
-
var span = root$
|
|
1363
|
+
var span = root$65();
|
|
1362
1364
|
var node = $.child(span);
|
|
1363
1365
|
children?.(node);
|
|
1364
1366
|
$.reset(span);
|
|
@@ -1367,8 +1369,8 @@ function Checkerboard($$anchor, $$props) {
|
|
|
1367
1369
|
$.append($$anchor, span);
|
|
1368
1370
|
$.pop();
|
|
1369
1371
|
}
|
|
1370
|
-
var root$
|
|
1371
|
-
function
|
|
1372
|
+
var root$64 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
1373
|
+
function Checkerboard($$anchor, $$props) {
|
|
1372
1374
|
$.push($$props, true);
|
|
1373
1375
|
const DEFAULT_TRANSFORM = {
|
|
1374
1376
|
offsetX: 0,
|
|
@@ -1487,7 +1489,7 @@ function ChromaFlow($$anchor, $$props) {
|
|
|
1487
1489
|
$.set(isRegistered, false);
|
|
1488
1490
|
parentRegister(instanceId, null, null, null, null);
|
|
1489
1491
|
});
|
|
1490
|
-
var span = root$
|
|
1492
|
+
var span = root$64();
|
|
1491
1493
|
var node = $.child(span);
|
|
1492
1494
|
children?.(node);
|
|
1493
1495
|
$.reset(span);
|
|
@@ -1496,8 +1498,8 @@ function ChromaFlow($$anchor, $$props) {
|
|
|
1496
1498
|
$.append($$anchor, span);
|
|
1497
1499
|
$.pop();
|
|
1498
1500
|
}
|
|
1499
|
-
var root$
|
|
1500
|
-
function
|
|
1501
|
+
var root$63 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
1502
|
+
function ChromaFlow($$anchor, $$props) {
|
|
1501
1503
|
$.push($$props, true);
|
|
1502
1504
|
const DEFAULT_TRANSFORM = {
|
|
1503
1505
|
offsetX: 0,
|
|
@@ -1616,7 +1618,7 @@ function ChromaticAberration($$anchor, $$props) {
|
|
|
1616
1618
|
$.set(isRegistered, false);
|
|
1617
1619
|
parentRegister(instanceId, null, null, null, null);
|
|
1618
1620
|
});
|
|
1619
|
-
var span = root$
|
|
1621
|
+
var span = root$63();
|
|
1620
1622
|
var node = $.child(span);
|
|
1621
1623
|
children?.(node);
|
|
1622
1624
|
$.reset(span);
|
|
@@ -1625,8 +1627,8 @@ function ChromaticAberration($$anchor, $$props) {
|
|
|
1625
1627
|
$.append($$anchor, span);
|
|
1626
1628
|
$.pop();
|
|
1627
1629
|
}
|
|
1628
|
-
var root$
|
|
1629
|
-
function
|
|
1630
|
+
var root$62 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
1631
|
+
function ChromaticAberration($$anchor, $$props) {
|
|
1630
1632
|
$.push($$props, true);
|
|
1631
1633
|
const DEFAULT_TRANSFORM = {
|
|
1632
1634
|
offsetX: 0,
|
|
@@ -1745,7 +1747,7 @@ function Circle($$anchor, $$props) {
|
|
|
1745
1747
|
$.set(isRegistered, false);
|
|
1746
1748
|
parentRegister(instanceId, null, null, null, null);
|
|
1747
1749
|
});
|
|
1748
|
-
var span = root$
|
|
1750
|
+
var span = root$62();
|
|
1749
1751
|
var node = $.child(span);
|
|
1750
1752
|
children?.(node);
|
|
1751
1753
|
$.reset(span);
|
|
@@ -1754,8 +1756,8 @@ function Circle($$anchor, $$props) {
|
|
|
1754
1756
|
$.append($$anchor, span);
|
|
1755
1757
|
$.pop();
|
|
1756
1758
|
}
|
|
1757
|
-
var root$
|
|
1758
|
-
function
|
|
1759
|
+
var root$61 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
1760
|
+
function Circle($$anchor, $$props) {
|
|
1759
1761
|
$.push($$props, true);
|
|
1760
1762
|
const DEFAULT_TRANSFORM = {
|
|
1761
1763
|
offsetX: 0,
|
|
@@ -1874,7 +1876,7 @@ function ConcentricSpin($$anchor, $$props) {
|
|
|
1874
1876
|
$.set(isRegistered, false);
|
|
1875
1877
|
parentRegister(instanceId, null, null, null, null);
|
|
1876
1878
|
});
|
|
1877
|
-
var span = root$
|
|
1879
|
+
var span = root$61();
|
|
1878
1880
|
var node = $.child(span);
|
|
1879
1881
|
children?.(node);
|
|
1880
1882
|
$.reset(span);
|
|
@@ -1883,8 +1885,8 @@ function ConcentricSpin($$anchor, $$props) {
|
|
|
1883
1885
|
$.append($$anchor, span);
|
|
1884
1886
|
$.pop();
|
|
1885
1887
|
}
|
|
1886
|
-
var root$
|
|
1887
|
-
function
|
|
1888
|
+
var root$60 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
1889
|
+
function ConcentricSpin($$anchor, $$props) {
|
|
1888
1890
|
$.push($$props, true);
|
|
1889
1891
|
const DEFAULT_TRANSFORM = {
|
|
1890
1892
|
offsetX: 0,
|
|
@@ -2003,7 +2005,7 @@ function ContourLines($$anchor, $$props) {
|
|
|
2003
2005
|
$.set(isRegistered, false);
|
|
2004
2006
|
parentRegister(instanceId, null, null, null, null);
|
|
2005
2007
|
});
|
|
2006
|
-
var span = root$
|
|
2008
|
+
var span = root$60();
|
|
2007
2009
|
var node = $.child(span);
|
|
2008
2010
|
children?.(node);
|
|
2009
2011
|
$.reset(span);
|
|
@@ -2012,8 +2014,8 @@ function ContourLines($$anchor, $$props) {
|
|
|
2012
2014
|
$.append($$anchor, span);
|
|
2013
2015
|
$.pop();
|
|
2014
2016
|
}
|
|
2015
|
-
var root$
|
|
2016
|
-
function
|
|
2017
|
+
var root$59 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
2018
|
+
function ContourLines($$anchor, $$props) {
|
|
2017
2019
|
$.push($$props, true);
|
|
2018
2020
|
const DEFAULT_TRANSFORM = {
|
|
2019
2021
|
offsetX: 0,
|
|
@@ -2132,7 +2134,7 @@ function CursorTrail($$anchor, $$props) {
|
|
|
2132
2134
|
$.set(isRegistered, false);
|
|
2133
2135
|
parentRegister(instanceId, null, null, null, null);
|
|
2134
2136
|
});
|
|
2135
|
-
var span = root$
|
|
2137
|
+
var span = root$59();
|
|
2136
2138
|
var node = $.child(span);
|
|
2137
2139
|
children?.(node);
|
|
2138
2140
|
$.reset(span);
|
|
@@ -2141,8 +2143,8 @@ function CursorTrail($$anchor, $$props) {
|
|
|
2141
2143
|
$.append($$anchor, span);
|
|
2142
2144
|
$.pop();
|
|
2143
2145
|
}
|
|
2144
|
-
var root$
|
|
2145
|
-
function
|
|
2146
|
+
var root$58 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
2147
|
+
function CursorRipples($$anchor, $$props) {
|
|
2146
2148
|
$.push($$props, true);
|
|
2147
2149
|
const DEFAULT_TRANSFORM = {
|
|
2148
2150
|
offsetX: 0,
|
|
@@ -2261,7 +2263,7 @@ function DiffuseBlur($$anchor, $$props) {
|
|
|
2261
2263
|
$.set(isRegistered, false);
|
|
2262
2264
|
parentRegister(instanceId, null, null, null, null);
|
|
2263
2265
|
});
|
|
2264
|
-
var span = root$
|
|
2266
|
+
var span = root$58();
|
|
2265
2267
|
var node = $.child(span);
|
|
2266
2268
|
children?.(node);
|
|
2267
2269
|
$.reset(span);
|
|
@@ -2270,8 +2272,8 @@ function DiffuseBlur($$anchor, $$props) {
|
|
|
2270
2272
|
$.append($$anchor, span);
|
|
2271
2273
|
$.pop();
|
|
2272
2274
|
}
|
|
2273
|
-
var root$
|
|
2274
|
-
function
|
|
2275
|
+
var root$57 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
2276
|
+
function CursorTrail($$anchor, $$props) {
|
|
2275
2277
|
$.push($$props, true);
|
|
2276
2278
|
const DEFAULT_TRANSFORM = {
|
|
2277
2279
|
offsetX: 0,
|
|
@@ -2390,7 +2392,7 @@ function Dither($$anchor, $$props) {
|
|
|
2390
2392
|
$.set(isRegistered, false);
|
|
2391
2393
|
parentRegister(instanceId, null, null, null, null);
|
|
2392
2394
|
});
|
|
2393
|
-
var span = root$
|
|
2395
|
+
var span = root$57();
|
|
2394
2396
|
var node = $.child(span);
|
|
2395
2397
|
children?.(node);
|
|
2396
2398
|
$.reset(span);
|
|
@@ -2399,8 +2401,8 @@ function Dither($$anchor, $$props) {
|
|
|
2399
2401
|
$.append($$anchor, span);
|
|
2400
2402
|
$.pop();
|
|
2401
2403
|
}
|
|
2402
|
-
var root$
|
|
2403
|
-
function
|
|
2404
|
+
var root$56 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
2405
|
+
function DiffuseBlur($$anchor, $$props) {
|
|
2404
2406
|
$.push($$props, true);
|
|
2405
2407
|
const DEFAULT_TRANSFORM = {
|
|
2406
2408
|
offsetX: 0,
|
|
@@ -2519,7 +2521,7 @@ function DotGrid($$anchor, $$props) {
|
|
|
2519
2521
|
$.set(isRegistered, false);
|
|
2520
2522
|
parentRegister(instanceId, null, null, null, null);
|
|
2521
2523
|
});
|
|
2522
|
-
var span = root$
|
|
2524
|
+
var span = root$56();
|
|
2523
2525
|
var node = $.child(span);
|
|
2524
2526
|
children?.(node);
|
|
2525
2527
|
$.reset(span);
|
|
@@ -2528,8 +2530,8 @@ function DotGrid($$anchor, $$props) {
|
|
|
2528
2530
|
$.append($$anchor, span);
|
|
2529
2531
|
$.pop();
|
|
2530
2532
|
}
|
|
2531
|
-
var root$
|
|
2532
|
-
function
|
|
2533
|
+
var root$55 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
2534
|
+
function Dither($$anchor, $$props) {
|
|
2533
2535
|
$.push($$props, true);
|
|
2534
2536
|
const DEFAULT_TRANSFORM = {
|
|
2535
2537
|
offsetX: 0,
|
|
@@ -2648,7 +2650,7 @@ function Duotone($$anchor, $$props) {
|
|
|
2648
2650
|
$.set(isRegistered, false);
|
|
2649
2651
|
parentRegister(instanceId, null, null, null, null);
|
|
2650
2652
|
});
|
|
2651
|
-
var span = root$
|
|
2653
|
+
var span = root$55();
|
|
2652
2654
|
var node = $.child(span);
|
|
2653
2655
|
children?.(node);
|
|
2654
2656
|
$.reset(span);
|
|
@@ -2657,8 +2659,8 @@ function Duotone($$anchor, $$props) {
|
|
|
2657
2659
|
$.append($$anchor, span);
|
|
2658
2660
|
$.pop();
|
|
2659
2661
|
}
|
|
2660
|
-
var root$
|
|
2661
|
-
function
|
|
2662
|
+
var root$54 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
2663
|
+
function DotGrid($$anchor, $$props) {
|
|
2662
2664
|
$.push($$props, true);
|
|
2663
2665
|
const DEFAULT_TRANSFORM = {
|
|
2664
2666
|
offsetX: 0,
|
|
@@ -2777,7 +2779,7 @@ function FilmGrain($$anchor, $$props) {
|
|
|
2777
2779
|
$.set(isRegistered, false);
|
|
2778
2780
|
parentRegister(instanceId, null, null, null, null);
|
|
2779
2781
|
});
|
|
2780
|
-
var span = root$
|
|
2782
|
+
var span = root$54();
|
|
2781
2783
|
var node = $.child(span);
|
|
2782
2784
|
children?.(node);
|
|
2783
2785
|
$.reset(span);
|
|
@@ -2786,8 +2788,8 @@ function FilmGrain($$anchor, $$props) {
|
|
|
2786
2788
|
$.append($$anchor, span);
|
|
2787
2789
|
$.pop();
|
|
2788
2790
|
}
|
|
2789
|
-
var root$
|
|
2790
|
-
function
|
|
2791
|
+
var root$53 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
2792
|
+
function Duotone($$anchor, $$props) {
|
|
2791
2793
|
$.push($$props, true);
|
|
2792
2794
|
const DEFAULT_TRANSFORM = {
|
|
2793
2795
|
offsetX: 0,
|
|
@@ -2906,7 +2908,7 @@ function FloatingParticles($$anchor, $$props) {
|
|
|
2906
2908
|
$.set(isRegistered, false);
|
|
2907
2909
|
parentRegister(instanceId, null, null, null, null);
|
|
2908
2910
|
});
|
|
2909
|
-
var span = root$
|
|
2911
|
+
var span = root$53();
|
|
2910
2912
|
var node = $.child(span);
|
|
2911
2913
|
children?.(node);
|
|
2912
2914
|
$.reset(span);
|
|
@@ -2915,8 +2917,8 @@ function FloatingParticles($$anchor, $$props) {
|
|
|
2915
2917
|
$.append($$anchor, span);
|
|
2916
2918
|
$.pop();
|
|
2917
2919
|
}
|
|
2918
|
-
var root$
|
|
2919
|
-
function
|
|
2920
|
+
var root$52 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
2921
|
+
function FilmGrain($$anchor, $$props) {
|
|
2920
2922
|
$.push($$props, true);
|
|
2921
2923
|
const DEFAULT_TRANSFORM = {
|
|
2922
2924
|
offsetX: 0,
|
|
@@ -3035,7 +3037,7 @@ function FlowField($$anchor, $$props) {
|
|
|
3035
3037
|
$.set(isRegistered, false);
|
|
3036
3038
|
parentRegister(instanceId, null, null, null, null);
|
|
3037
3039
|
});
|
|
3038
|
-
var span = root$
|
|
3040
|
+
var span = root$52();
|
|
3039
3041
|
var node = $.child(span);
|
|
3040
3042
|
children?.(node);
|
|
3041
3043
|
$.reset(span);
|
|
@@ -3044,8 +3046,8 @@ function FlowField($$anchor, $$props) {
|
|
|
3044
3046
|
$.append($$anchor, span);
|
|
3045
3047
|
$.pop();
|
|
3046
3048
|
}
|
|
3047
|
-
var root$
|
|
3048
|
-
function
|
|
3049
|
+
var root$51 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
3050
|
+
function FloatingParticles($$anchor, $$props) {
|
|
3049
3051
|
$.push($$props, true);
|
|
3050
3052
|
const DEFAULT_TRANSFORM = {
|
|
3051
3053
|
offsetX: 0,
|
|
@@ -3164,7 +3166,7 @@ function GlassTiles($$anchor, $$props) {
|
|
|
3164
3166
|
$.set(isRegistered, false);
|
|
3165
3167
|
parentRegister(instanceId, null, null, null, null);
|
|
3166
3168
|
});
|
|
3167
|
-
var span = root$
|
|
3169
|
+
var span = root$51();
|
|
3168
3170
|
var node = $.child(span);
|
|
3169
3171
|
children?.(node);
|
|
3170
3172
|
$.reset(span);
|
|
@@ -3173,8 +3175,8 @@ function GlassTiles($$anchor, $$props) {
|
|
|
3173
3175
|
$.append($$anchor, span);
|
|
3174
3176
|
$.pop();
|
|
3175
3177
|
}
|
|
3176
|
-
var root$
|
|
3177
|
-
function
|
|
3178
|
+
var root$50 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
3179
|
+
function FlowField($$anchor, $$props) {
|
|
3178
3180
|
$.push($$props, true);
|
|
3179
3181
|
const DEFAULT_TRANSFORM = {
|
|
3180
3182
|
offsetX: 0,
|
|
@@ -3293,7 +3295,7 @@ function Glitch($$anchor, $$props) {
|
|
|
3293
3295
|
$.set(isRegistered, false);
|
|
3294
3296
|
parentRegister(instanceId, null, null, null, null);
|
|
3295
3297
|
});
|
|
3296
|
-
var span = root$
|
|
3298
|
+
var span = root$50();
|
|
3297
3299
|
var node = $.child(span);
|
|
3298
3300
|
children?.(node);
|
|
3299
3301
|
$.reset(span);
|
|
@@ -3302,8 +3304,8 @@ function Glitch($$anchor, $$props) {
|
|
|
3302
3304
|
$.append($$anchor, span);
|
|
3303
3305
|
$.pop();
|
|
3304
3306
|
}
|
|
3305
|
-
var root$
|
|
3306
|
-
function
|
|
3307
|
+
var root$49 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
3308
|
+
function GlassTiles($$anchor, $$props) {
|
|
3307
3309
|
$.push($$props, true);
|
|
3308
3310
|
const DEFAULT_TRANSFORM = {
|
|
3309
3311
|
offsetX: 0,
|
|
@@ -3422,7 +3424,7 @@ function Glow($$anchor, $$props) {
|
|
|
3422
3424
|
$.set(isRegistered, false);
|
|
3423
3425
|
parentRegister(instanceId, null, null, null, null);
|
|
3424
3426
|
});
|
|
3425
|
-
var span = root$
|
|
3427
|
+
var span = root$49();
|
|
3426
3428
|
var node = $.child(span);
|
|
3427
3429
|
children?.(node);
|
|
3428
3430
|
$.reset(span);
|
|
@@ -3431,8 +3433,8 @@ function Glow($$anchor, $$props) {
|
|
|
3431
3433
|
$.append($$anchor, span);
|
|
3432
3434
|
$.pop();
|
|
3433
3435
|
}
|
|
3434
|
-
var root$
|
|
3435
|
-
function
|
|
3436
|
+
var root$48 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
3437
|
+
function Glitch($$anchor, $$props) {
|
|
3436
3438
|
$.push($$props, true);
|
|
3437
3439
|
const DEFAULT_TRANSFORM = {
|
|
3438
3440
|
offsetX: 0,
|
|
@@ -3551,7 +3553,7 @@ function Godrays($$anchor, $$props) {
|
|
|
3551
3553
|
$.set(isRegistered, false);
|
|
3552
3554
|
parentRegister(instanceId, null, null, null, null);
|
|
3553
3555
|
});
|
|
3554
|
-
var span = root$
|
|
3556
|
+
var span = root$48();
|
|
3555
3557
|
var node = $.child(span);
|
|
3556
3558
|
children?.(node);
|
|
3557
3559
|
$.reset(span);
|
|
@@ -3560,8 +3562,8 @@ function Godrays($$anchor, $$props) {
|
|
|
3560
3562
|
$.append($$anchor, span);
|
|
3561
3563
|
$.pop();
|
|
3562
3564
|
}
|
|
3563
|
-
var root$
|
|
3564
|
-
function
|
|
3565
|
+
var root$47 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
3566
|
+
function Glow($$anchor, $$props) {
|
|
3565
3567
|
$.push($$props, true);
|
|
3566
3568
|
const DEFAULT_TRANSFORM = {
|
|
3567
3569
|
offsetX: 0,
|
|
@@ -3680,7 +3682,7 @@ function Grayscale($$anchor, $$props) {
|
|
|
3680
3682
|
$.set(isRegistered, false);
|
|
3681
3683
|
parentRegister(instanceId, null, null, null, null);
|
|
3682
3684
|
});
|
|
3683
|
-
var span = root$
|
|
3685
|
+
var span = root$47();
|
|
3684
3686
|
var node = $.child(span);
|
|
3685
3687
|
children?.(node);
|
|
3686
3688
|
$.reset(span);
|
|
@@ -3689,8 +3691,8 @@ function Grayscale($$anchor, $$props) {
|
|
|
3689
3691
|
$.append($$anchor, span);
|
|
3690
3692
|
$.pop();
|
|
3691
3693
|
}
|
|
3692
|
-
var root$
|
|
3693
|
-
function
|
|
3694
|
+
var root$46 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
3695
|
+
function Godrays($$anchor, $$props) {
|
|
3694
3696
|
$.push($$props, true);
|
|
3695
3697
|
const DEFAULT_TRANSFORM = {
|
|
3696
3698
|
offsetX: 0,
|
|
@@ -3809,7 +3811,7 @@ function Grid($$anchor, $$props) {
|
|
|
3809
3811
|
$.set(isRegistered, false);
|
|
3810
3812
|
parentRegister(instanceId, null, null, null, null);
|
|
3811
3813
|
});
|
|
3812
|
-
var span = root$
|
|
3814
|
+
var span = root$46();
|
|
3813
3815
|
var node = $.child(span);
|
|
3814
3816
|
children?.(node);
|
|
3815
3817
|
$.reset(span);
|
|
@@ -3818,8 +3820,8 @@ function Grid($$anchor, $$props) {
|
|
|
3818
3820
|
$.append($$anchor, span);
|
|
3819
3821
|
$.pop();
|
|
3820
3822
|
}
|
|
3821
|
-
var root$
|
|
3822
|
-
function
|
|
3823
|
+
var root$45 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
3824
|
+
function Grayscale($$anchor, $$props) {
|
|
3823
3825
|
$.push($$props, true);
|
|
3824
3826
|
const DEFAULT_TRANSFORM = {
|
|
3825
3827
|
offsetX: 0,
|
|
@@ -3938,7 +3940,7 @@ function GridDistortion($$anchor, $$props) {
|
|
|
3938
3940
|
$.set(isRegistered, false);
|
|
3939
3941
|
parentRegister(instanceId, null, null, null, null);
|
|
3940
3942
|
});
|
|
3941
|
-
var span = root$
|
|
3943
|
+
var span = root$45();
|
|
3942
3944
|
var node = $.child(span);
|
|
3943
3945
|
children?.(node);
|
|
3944
3946
|
$.reset(span);
|
|
@@ -3947,8 +3949,8 @@ function GridDistortion($$anchor, $$props) {
|
|
|
3947
3949
|
$.append($$anchor, span);
|
|
3948
3950
|
$.pop();
|
|
3949
3951
|
}
|
|
3950
|
-
var root$
|
|
3951
|
-
function
|
|
3952
|
+
var root$44 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
3953
|
+
function Grid($$anchor, $$props) {
|
|
3952
3954
|
$.push($$props, true);
|
|
3953
3955
|
const DEFAULT_TRANSFORM = {
|
|
3954
3956
|
offsetX: 0,
|
|
@@ -4067,7 +4069,7 @@ function Group($$anchor, $$props) {
|
|
|
4067
4069
|
$.set(isRegistered, false);
|
|
4068
4070
|
parentRegister(instanceId, null, null, null, null);
|
|
4069
4071
|
});
|
|
4070
|
-
var span = root$
|
|
4072
|
+
var span = root$44();
|
|
4071
4073
|
var node = $.child(span);
|
|
4072
4074
|
children?.(node);
|
|
4073
4075
|
$.reset(span);
|
|
@@ -4076,8 +4078,8 @@ function Group($$anchor, $$props) {
|
|
|
4076
4078
|
$.append($$anchor, span);
|
|
4077
4079
|
$.pop();
|
|
4078
4080
|
}
|
|
4079
|
-
var root$
|
|
4080
|
-
function
|
|
4081
|
+
var root$43 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
4082
|
+
function GridDistortion($$anchor, $$props) {
|
|
4081
4083
|
$.push($$props, true);
|
|
4082
4084
|
const DEFAULT_TRANSFORM = {
|
|
4083
4085
|
offsetX: 0,
|
|
@@ -4196,7 +4198,7 @@ function Halftone($$anchor, $$props) {
|
|
|
4196
4198
|
$.set(isRegistered, false);
|
|
4197
4199
|
parentRegister(instanceId, null, null, null, null);
|
|
4198
4200
|
});
|
|
4199
|
-
var span = root$
|
|
4201
|
+
var span = root$43();
|
|
4200
4202
|
var node = $.child(span);
|
|
4201
4203
|
children?.(node);
|
|
4202
4204
|
$.reset(span);
|
|
@@ -4205,8 +4207,8 @@ function Halftone($$anchor, $$props) {
|
|
|
4205
4207
|
$.append($$anchor, span);
|
|
4206
4208
|
$.pop();
|
|
4207
4209
|
}
|
|
4208
|
-
var root$
|
|
4209
|
-
function
|
|
4210
|
+
var root$42 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
4211
|
+
function Group($$anchor, $$props) {
|
|
4210
4212
|
$.push($$props, true);
|
|
4211
4213
|
const DEFAULT_TRANSFORM = {
|
|
4212
4214
|
offsetX: 0,
|
|
@@ -4325,7 +4327,7 @@ function HueShift($$anchor, $$props) {
|
|
|
4325
4327
|
$.set(isRegistered, false);
|
|
4326
4328
|
parentRegister(instanceId, null, null, null, null);
|
|
4327
4329
|
});
|
|
4328
|
-
var span = root$
|
|
4330
|
+
var span = root$42();
|
|
4329
4331
|
var node = $.child(span);
|
|
4330
4332
|
children?.(node);
|
|
4331
4333
|
$.reset(span);
|
|
@@ -4334,8 +4336,8 @@ function HueShift($$anchor, $$props) {
|
|
|
4334
4336
|
$.append($$anchor, span);
|
|
4335
4337
|
$.pop();
|
|
4336
4338
|
}
|
|
4337
|
-
var root$
|
|
4338
|
-
function
|
|
4339
|
+
var root$41 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
4340
|
+
function Halftone($$anchor, $$props) {
|
|
4339
4341
|
$.push($$props, true);
|
|
4340
4342
|
const DEFAULT_TRANSFORM = {
|
|
4341
4343
|
offsetX: 0,
|
|
@@ -4454,7 +4456,7 @@ function ImageTexture($$anchor, $$props) {
|
|
|
4454
4456
|
$.set(isRegistered, false);
|
|
4455
4457
|
parentRegister(instanceId, null, null, null, null);
|
|
4456
4458
|
});
|
|
4457
|
-
var span = root$
|
|
4459
|
+
var span = root$41();
|
|
4458
4460
|
var node = $.child(span);
|
|
4459
4461
|
children?.(node);
|
|
4460
4462
|
$.reset(span);
|
|
@@ -4463,8 +4465,8 @@ function ImageTexture($$anchor, $$props) {
|
|
|
4463
4465
|
$.append($$anchor, span);
|
|
4464
4466
|
$.pop();
|
|
4465
4467
|
}
|
|
4466
|
-
var root$
|
|
4467
|
-
function
|
|
4468
|
+
var root$40 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
4469
|
+
function HueShift($$anchor, $$props) {
|
|
4468
4470
|
$.push($$props, true);
|
|
4469
4471
|
const DEFAULT_TRANSFORM = {
|
|
4470
4472
|
offsetX: 0,
|
|
@@ -4583,7 +4585,7 @@ function Invert($$anchor, $$props) {
|
|
|
4583
4585
|
$.set(isRegistered, false);
|
|
4584
4586
|
parentRegister(instanceId, null, null, null, null);
|
|
4585
4587
|
});
|
|
4586
|
-
var span = root$
|
|
4588
|
+
var span = root$40();
|
|
4587
4589
|
var node = $.child(span);
|
|
4588
4590
|
children?.(node);
|
|
4589
4591
|
$.reset(span);
|
|
@@ -4592,8 +4594,8 @@ function Invert($$anchor, $$props) {
|
|
|
4592
4594
|
$.append($$anchor, span);
|
|
4593
4595
|
$.pop();
|
|
4594
4596
|
}
|
|
4595
|
-
var root$
|
|
4596
|
-
function
|
|
4597
|
+
var root$39 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
4598
|
+
function ImageTexture($$anchor, $$props) {
|
|
4597
4599
|
$.push($$props, true);
|
|
4598
4600
|
const DEFAULT_TRANSFORM = {
|
|
4599
4601
|
offsetX: 0,
|
|
@@ -4712,7 +4714,7 @@ function Kaleidoscope($$anchor, $$props) {
|
|
|
4712
4714
|
$.set(isRegistered, false);
|
|
4713
4715
|
parentRegister(instanceId, null, null, null, null);
|
|
4714
4716
|
});
|
|
4715
|
-
var span = root$
|
|
4717
|
+
var span = root$39();
|
|
4716
4718
|
var node = $.child(span);
|
|
4717
4719
|
children?.(node);
|
|
4718
4720
|
$.reset(span);
|
|
@@ -4721,8 +4723,8 @@ function Kaleidoscope($$anchor, $$props) {
|
|
|
4721
4723
|
$.append($$anchor, span);
|
|
4722
4724
|
$.pop();
|
|
4723
4725
|
}
|
|
4724
|
-
var root$
|
|
4725
|
-
function
|
|
4726
|
+
var root$38 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
4727
|
+
function Invert($$anchor, $$props) {
|
|
4726
4728
|
$.push($$props, true);
|
|
4727
4729
|
const DEFAULT_TRANSFORM = {
|
|
4728
4730
|
offsetX: 0,
|
|
@@ -4841,7 +4843,7 @@ function LensFlare($$anchor, $$props) {
|
|
|
4841
4843
|
$.set(isRegistered, false);
|
|
4842
4844
|
parentRegister(instanceId, null, null, null, null);
|
|
4843
4845
|
});
|
|
4844
|
-
var span = root$
|
|
4846
|
+
var span = root$38();
|
|
4845
4847
|
var node = $.child(span);
|
|
4846
4848
|
children?.(node);
|
|
4847
4849
|
$.reset(span);
|
|
@@ -4850,8 +4852,8 @@ function LensFlare($$anchor, $$props) {
|
|
|
4850
4852
|
$.append($$anchor, span);
|
|
4851
4853
|
$.pop();
|
|
4852
4854
|
}
|
|
4853
|
-
var root$
|
|
4854
|
-
function
|
|
4855
|
+
var root$37 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
4856
|
+
function Kaleidoscope($$anchor, $$props) {
|
|
4855
4857
|
$.push($$props, true);
|
|
4856
4858
|
const DEFAULT_TRANSFORM = {
|
|
4857
4859
|
offsetX: 0,
|
|
@@ -4970,7 +4972,7 @@ function LinearBlur($$anchor, $$props) {
|
|
|
4970
4972
|
$.set(isRegistered, false);
|
|
4971
4973
|
parentRegister(instanceId, null, null, null, null);
|
|
4972
4974
|
});
|
|
4973
|
-
var span = root$
|
|
4975
|
+
var span = root$37();
|
|
4974
4976
|
var node = $.child(span);
|
|
4975
4977
|
children?.(node);
|
|
4976
4978
|
$.reset(span);
|
|
@@ -4979,8 +4981,8 @@ function LinearBlur($$anchor, $$props) {
|
|
|
4979
4981
|
$.append($$anchor, span);
|
|
4980
4982
|
$.pop();
|
|
4981
4983
|
}
|
|
4982
|
-
var root$
|
|
4983
|
-
function
|
|
4984
|
+
var root$36 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
4985
|
+
function LensFlare($$anchor, $$props) {
|
|
4984
4986
|
$.push($$props, true);
|
|
4985
4987
|
const DEFAULT_TRANSFORM = {
|
|
4986
4988
|
offsetX: 0,
|
|
@@ -5099,7 +5101,7 @@ function LinearGradient($$anchor, $$props) {
|
|
|
5099
5101
|
$.set(isRegistered, false);
|
|
5100
5102
|
parentRegister(instanceId, null, null, null, null);
|
|
5101
5103
|
});
|
|
5102
|
-
var span = root$
|
|
5104
|
+
var span = root$36();
|
|
5103
5105
|
var node = $.child(span);
|
|
5104
5106
|
children?.(node);
|
|
5105
5107
|
$.reset(span);
|
|
@@ -5108,8 +5110,8 @@ function LinearGradient($$anchor, $$props) {
|
|
|
5108
5110
|
$.append($$anchor, span);
|
|
5109
5111
|
$.pop();
|
|
5110
5112
|
}
|
|
5111
|
-
var root$
|
|
5112
|
-
function
|
|
5113
|
+
var root$35 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
5114
|
+
function LinearBlur($$anchor, $$props) {
|
|
5113
5115
|
$.push($$props, true);
|
|
5114
5116
|
const DEFAULT_TRANSFORM = {
|
|
5115
5117
|
offsetX: 0,
|
|
@@ -5228,7 +5230,7 @@ function Liquify($$anchor, $$props) {
|
|
|
5228
5230
|
$.set(isRegistered, false);
|
|
5229
5231
|
parentRegister(instanceId, null, null, null, null);
|
|
5230
5232
|
});
|
|
5231
|
-
var span = root$
|
|
5233
|
+
var span = root$35();
|
|
5232
5234
|
var node = $.child(span);
|
|
5233
5235
|
children?.(node);
|
|
5234
5236
|
$.reset(span);
|
|
@@ -5237,8 +5239,8 @@ function Liquify($$anchor, $$props) {
|
|
|
5237
5239
|
$.append($$anchor, span);
|
|
5238
5240
|
$.pop();
|
|
5239
5241
|
}
|
|
5240
|
-
var root$
|
|
5241
|
-
function
|
|
5242
|
+
var root$34 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
5243
|
+
function LinearGradient($$anchor, $$props) {
|
|
5242
5244
|
$.push($$props, true);
|
|
5243
5245
|
const DEFAULT_TRANSFORM = {
|
|
5244
5246
|
offsetX: 0,
|
|
@@ -5357,7 +5359,7 @@ function Mirror($$anchor, $$props) {
|
|
|
5357
5359
|
$.set(isRegistered, false);
|
|
5358
5360
|
parentRegister(instanceId, null, null, null, null);
|
|
5359
5361
|
});
|
|
5360
|
-
var span = root$
|
|
5362
|
+
var span = root$34();
|
|
5361
5363
|
var node = $.child(span);
|
|
5362
5364
|
children?.(node);
|
|
5363
5365
|
$.reset(span);
|
|
@@ -5366,8 +5368,8 @@ function Mirror($$anchor, $$props) {
|
|
|
5366
5368
|
$.append($$anchor, span);
|
|
5367
5369
|
$.pop();
|
|
5368
5370
|
}
|
|
5369
|
-
var root$
|
|
5370
|
-
function
|
|
5371
|
+
var root$33 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
5372
|
+
function Liquify($$anchor, $$props) {
|
|
5371
5373
|
$.push($$props, true);
|
|
5372
5374
|
const DEFAULT_TRANSFORM = {
|
|
5373
5375
|
offsetX: 0,
|
|
@@ -5486,7 +5488,7 @@ function Perspective($$anchor, $$props) {
|
|
|
5486
5488
|
$.set(isRegistered, false);
|
|
5487
5489
|
parentRegister(instanceId, null, null, null, null);
|
|
5488
5490
|
});
|
|
5489
|
-
var span = root$
|
|
5491
|
+
var span = root$33();
|
|
5490
5492
|
var node = $.child(span);
|
|
5491
5493
|
children?.(node);
|
|
5492
5494
|
$.reset(span);
|
|
@@ -5495,8 +5497,8 @@ function Perspective($$anchor, $$props) {
|
|
|
5495
5497
|
$.append($$anchor, span);
|
|
5496
5498
|
$.pop();
|
|
5497
5499
|
}
|
|
5498
|
-
var root$
|
|
5499
|
-
function
|
|
5500
|
+
var root$32 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
5501
|
+
function Mirror($$anchor, $$props) {
|
|
5500
5502
|
$.push($$props, true);
|
|
5501
5503
|
const DEFAULT_TRANSFORM = {
|
|
5502
5504
|
offsetX: 0,
|
|
@@ -5615,7 +5617,7 @@ function Pixelate($$anchor, $$props) {
|
|
|
5615
5617
|
$.set(isRegistered, false);
|
|
5616
5618
|
parentRegister(instanceId, null, null, null, null);
|
|
5617
5619
|
});
|
|
5618
|
-
var span = root$
|
|
5620
|
+
var span = root$32();
|
|
5619
5621
|
var node = $.child(span);
|
|
5620
5622
|
children?.(node);
|
|
5621
5623
|
$.reset(span);
|
|
@@ -5624,8 +5626,8 @@ function Pixelate($$anchor, $$props) {
|
|
|
5624
5626
|
$.append($$anchor, span);
|
|
5625
5627
|
$.pop();
|
|
5626
5628
|
}
|
|
5627
|
-
var root$
|
|
5628
|
-
function
|
|
5629
|
+
var root$31 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
5630
|
+
function Perspective($$anchor, $$props) {
|
|
5629
5631
|
$.push($$props, true);
|
|
5630
5632
|
const DEFAULT_TRANSFORM = {
|
|
5631
5633
|
offsetX: 0,
|
|
@@ -5744,7 +5746,7 @@ function Plasma($$anchor, $$props) {
|
|
|
5744
5746
|
$.set(isRegistered, false);
|
|
5745
5747
|
parentRegister(instanceId, null, null, null, null);
|
|
5746
5748
|
});
|
|
5747
|
-
var span = root$
|
|
5749
|
+
var span = root$31();
|
|
5748
5750
|
var node = $.child(span);
|
|
5749
5751
|
children?.(node);
|
|
5750
5752
|
$.reset(span);
|
|
@@ -5753,8 +5755,8 @@ function Plasma($$anchor, $$props) {
|
|
|
5753
5755
|
$.append($$anchor, span);
|
|
5754
5756
|
$.pop();
|
|
5755
5757
|
}
|
|
5756
|
-
var root$
|
|
5757
|
-
function
|
|
5758
|
+
var root$30 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
5759
|
+
function Pixelate($$anchor, $$props) {
|
|
5758
5760
|
$.push($$props, true);
|
|
5759
5761
|
const DEFAULT_TRANSFORM = {
|
|
5760
5762
|
offsetX: 0,
|
|
@@ -5873,7 +5875,7 @@ function PolarCoordinates($$anchor, $$props) {
|
|
|
5873
5875
|
$.set(isRegistered, false);
|
|
5874
5876
|
parentRegister(instanceId, null, null, null, null);
|
|
5875
5877
|
});
|
|
5876
|
-
var span = root$
|
|
5878
|
+
var span = root$30();
|
|
5877
5879
|
var node = $.child(span);
|
|
5878
5880
|
children?.(node);
|
|
5879
5881
|
$.reset(span);
|
|
@@ -5882,8 +5884,8 @@ function PolarCoordinates($$anchor, $$props) {
|
|
|
5882
5884
|
$.append($$anchor, span);
|
|
5883
5885
|
$.pop();
|
|
5884
5886
|
}
|
|
5885
|
-
var root$
|
|
5886
|
-
function
|
|
5887
|
+
var root$29 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
5888
|
+
function Plasma($$anchor, $$props) {
|
|
5887
5889
|
$.push($$props, true);
|
|
5888
5890
|
const DEFAULT_TRANSFORM = {
|
|
5889
5891
|
offsetX: 0,
|
|
@@ -6002,7 +6004,7 @@ function Posterize($$anchor, $$props) {
|
|
|
6002
6004
|
$.set(isRegistered, false);
|
|
6003
6005
|
parentRegister(instanceId, null, null, null, null);
|
|
6004
6006
|
});
|
|
6005
|
-
var span = root$
|
|
6007
|
+
var span = root$29();
|
|
6006
6008
|
var node = $.child(span);
|
|
6007
6009
|
children?.(node);
|
|
6008
6010
|
$.reset(span);
|
|
@@ -6011,8 +6013,8 @@ function Posterize($$anchor, $$props) {
|
|
|
6011
6013
|
$.append($$anchor, span);
|
|
6012
6014
|
$.pop();
|
|
6013
6015
|
}
|
|
6014
|
-
var root$
|
|
6015
|
-
function
|
|
6016
|
+
var root$28 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
6017
|
+
function PolarCoordinates($$anchor, $$props) {
|
|
6016
6018
|
$.push($$props, true);
|
|
6017
6019
|
const DEFAULT_TRANSFORM = {
|
|
6018
6020
|
offsetX: 0,
|
|
@@ -6131,7 +6133,7 @@ function ProgressiveBlur($$anchor, $$props) {
|
|
|
6131
6133
|
$.set(isRegistered, false);
|
|
6132
6134
|
parentRegister(instanceId, null, null, null, null);
|
|
6133
6135
|
});
|
|
6134
|
-
var span = root$
|
|
6136
|
+
var span = root$28();
|
|
6135
6137
|
var node = $.child(span);
|
|
6136
6138
|
children?.(node);
|
|
6137
6139
|
$.reset(span);
|
|
@@ -6140,8 +6142,8 @@ function ProgressiveBlur($$anchor, $$props) {
|
|
|
6140
6142
|
$.append($$anchor, span);
|
|
6141
6143
|
$.pop();
|
|
6142
6144
|
}
|
|
6143
|
-
var root$
|
|
6144
|
-
function
|
|
6145
|
+
var root$27 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
6146
|
+
function Posterize($$anchor, $$props) {
|
|
6145
6147
|
$.push($$props, true);
|
|
6146
6148
|
const DEFAULT_TRANSFORM = {
|
|
6147
6149
|
offsetX: 0,
|
|
@@ -6260,7 +6262,7 @@ function RadialGradient($$anchor, $$props) {
|
|
|
6260
6262
|
$.set(isRegistered, false);
|
|
6261
6263
|
parentRegister(instanceId, null, null, null, null);
|
|
6262
6264
|
});
|
|
6263
|
-
var span = root$
|
|
6265
|
+
var span = root$27();
|
|
6264
6266
|
var node = $.child(span);
|
|
6265
6267
|
children?.(node);
|
|
6266
6268
|
$.reset(span);
|
|
@@ -6269,8 +6271,8 @@ function RadialGradient($$anchor, $$props) {
|
|
|
6269
6271
|
$.append($$anchor, span);
|
|
6270
6272
|
$.pop();
|
|
6271
6273
|
}
|
|
6272
|
-
var root$
|
|
6273
|
-
function
|
|
6274
|
+
var root$26 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
6275
|
+
function ProgressiveBlur($$anchor, $$props) {
|
|
6274
6276
|
$.push($$props, true);
|
|
6275
6277
|
const DEFAULT_TRANSFORM = {
|
|
6276
6278
|
offsetX: 0,
|
|
@@ -6389,7 +6391,7 @@ function RectangularCoordinates($$anchor, $$props) {
|
|
|
6389
6391
|
$.set(isRegistered, false);
|
|
6390
6392
|
parentRegister(instanceId, null, null, null, null);
|
|
6391
6393
|
});
|
|
6392
|
-
var span = root$
|
|
6394
|
+
var span = root$26();
|
|
6393
6395
|
var node = $.child(span);
|
|
6394
6396
|
children?.(node);
|
|
6395
6397
|
$.reset(span);
|
|
@@ -6398,8 +6400,8 @@ function RectangularCoordinates($$anchor, $$props) {
|
|
|
6398
6400
|
$.append($$anchor, span);
|
|
6399
6401
|
$.pop();
|
|
6400
6402
|
}
|
|
6401
|
-
var root$
|
|
6402
|
-
function
|
|
6403
|
+
var root$25 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
6404
|
+
function RadialGradient($$anchor, $$props) {
|
|
6403
6405
|
$.push($$props, true);
|
|
6404
6406
|
const DEFAULT_TRANSFORM = {
|
|
6405
6407
|
offsetX: 0,
|
|
@@ -6518,7 +6520,7 @@ function Ripples($$anchor, $$props) {
|
|
|
6518
6520
|
$.set(isRegistered, false);
|
|
6519
6521
|
parentRegister(instanceId, null, null, null, null);
|
|
6520
6522
|
});
|
|
6521
|
-
var span = root$
|
|
6523
|
+
var span = root$25();
|
|
6522
6524
|
var node = $.child(span);
|
|
6523
6525
|
children?.(node);
|
|
6524
6526
|
$.reset(span);
|
|
@@ -6527,8 +6529,8 @@ function Ripples($$anchor, $$props) {
|
|
|
6527
6529
|
$.append($$anchor, span);
|
|
6528
6530
|
$.pop();
|
|
6529
6531
|
}
|
|
6530
|
-
var root$
|
|
6531
|
-
function
|
|
6532
|
+
var root$24 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
6533
|
+
function RectangularCoordinates($$anchor, $$props) {
|
|
6532
6534
|
$.push($$props, true);
|
|
6533
6535
|
const DEFAULT_TRANSFORM = {
|
|
6534
6536
|
offsetX: 0,
|
|
@@ -6647,7 +6649,7 @@ function Saturation($$anchor, $$props) {
|
|
|
6647
6649
|
$.set(isRegistered, false);
|
|
6648
6650
|
parentRegister(instanceId, null, null, null, null);
|
|
6649
6651
|
});
|
|
6650
|
-
var span = root$
|
|
6652
|
+
var span = root$24();
|
|
6651
6653
|
var node = $.child(span);
|
|
6652
6654
|
children?.(node);
|
|
6653
6655
|
$.reset(span);
|
|
@@ -6656,8 +6658,8 @@ function Saturation($$anchor, $$props) {
|
|
|
6656
6658
|
$.append($$anchor, span);
|
|
6657
6659
|
$.pop();
|
|
6658
6660
|
}
|
|
6659
|
-
var root$
|
|
6660
|
-
function
|
|
6661
|
+
var root$23 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
6662
|
+
function Ripples($$anchor, $$props) {
|
|
6661
6663
|
$.push($$props, true);
|
|
6662
6664
|
const DEFAULT_TRANSFORM = {
|
|
6663
6665
|
offsetX: 0,
|
|
@@ -6776,7 +6778,7 @@ function Sharpness($$anchor, $$props) {
|
|
|
6776
6778
|
$.set(isRegistered, false);
|
|
6777
6779
|
parentRegister(instanceId, null, null, null, null);
|
|
6778
6780
|
});
|
|
6779
|
-
var span = root$
|
|
6781
|
+
var span = root$23();
|
|
6780
6782
|
var node = $.child(span);
|
|
6781
6783
|
children?.(node);
|
|
6782
6784
|
$.reset(span);
|
|
@@ -6785,8 +6787,8 @@ function Sharpness($$anchor, $$props) {
|
|
|
6785
6787
|
$.append($$anchor, span);
|
|
6786
6788
|
$.pop();
|
|
6787
6789
|
}
|
|
6788
|
-
var root$
|
|
6789
|
-
function
|
|
6790
|
+
var root$22 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
6791
|
+
function Saturation($$anchor, $$props) {
|
|
6790
6792
|
$.push($$props, true);
|
|
6791
6793
|
const DEFAULT_TRANSFORM = {
|
|
6792
6794
|
offsetX: 0,
|
|
@@ -6905,7 +6907,7 @@ function Shatter($$anchor, $$props) {
|
|
|
6905
6907
|
$.set(isRegistered, false);
|
|
6906
6908
|
parentRegister(instanceId, null, null, null, null);
|
|
6907
6909
|
});
|
|
6908
|
-
var span = root$
|
|
6910
|
+
var span = root$22();
|
|
6909
6911
|
var node = $.child(span);
|
|
6910
6912
|
children?.(node);
|
|
6911
6913
|
$.reset(span);
|
|
@@ -6914,8 +6916,8 @@ function Shatter($$anchor, $$props) {
|
|
|
6914
6916
|
$.append($$anchor, span);
|
|
6915
6917
|
$.pop();
|
|
6916
6918
|
}
|
|
6917
|
-
var root$
|
|
6918
|
-
function
|
|
6919
|
+
var root$21 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
6920
|
+
function Sharpness($$anchor, $$props) {
|
|
6919
6921
|
$.push($$props, true);
|
|
6920
6922
|
const DEFAULT_TRANSFORM = {
|
|
6921
6923
|
offsetX: 0,
|
|
@@ -7034,7 +7036,7 @@ function SimplexNoise($$anchor, $$props) {
|
|
|
7034
7036
|
$.set(isRegistered, false);
|
|
7035
7037
|
parentRegister(instanceId, null, null, null, null);
|
|
7036
7038
|
});
|
|
7037
|
-
var span = root$
|
|
7039
|
+
var span = root$21();
|
|
7038
7040
|
var node = $.child(span);
|
|
7039
7041
|
children?.(node);
|
|
7040
7042
|
$.reset(span);
|
|
@@ -7043,8 +7045,8 @@ function SimplexNoise($$anchor, $$props) {
|
|
|
7043
7045
|
$.append($$anchor, span);
|
|
7044
7046
|
$.pop();
|
|
7045
7047
|
}
|
|
7046
|
-
var root$
|
|
7047
|
-
function
|
|
7048
|
+
var root$20 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
7049
|
+
function Shatter($$anchor, $$props) {
|
|
7048
7050
|
$.push($$props, true);
|
|
7049
7051
|
const DEFAULT_TRANSFORM = {
|
|
7050
7052
|
offsetX: 0,
|
|
@@ -7163,7 +7165,7 @@ function SineWave($$anchor, $$props) {
|
|
|
7163
7165
|
$.set(isRegistered, false);
|
|
7164
7166
|
parentRegister(instanceId, null, null, null, null);
|
|
7165
7167
|
});
|
|
7166
|
-
var span = root$
|
|
7168
|
+
var span = root$20();
|
|
7167
7169
|
var node = $.child(span);
|
|
7168
7170
|
children?.(node);
|
|
7169
7171
|
$.reset(span);
|
|
@@ -7172,8 +7174,8 @@ function SineWave($$anchor, $$props) {
|
|
|
7172
7174
|
$.append($$anchor, span);
|
|
7173
7175
|
$.pop();
|
|
7174
7176
|
}
|
|
7175
|
-
var root$
|
|
7176
|
-
function
|
|
7177
|
+
var root$19 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
7178
|
+
function SimplexNoise($$anchor, $$props) {
|
|
7177
7179
|
$.push($$props, true);
|
|
7178
7180
|
const DEFAULT_TRANSFORM = {
|
|
7179
7181
|
offsetX: 0,
|
|
@@ -7292,7 +7294,7 @@ function SolidColor($$anchor, $$props) {
|
|
|
7292
7294
|
$.set(isRegistered, false);
|
|
7293
7295
|
parentRegister(instanceId, null, null, null, null);
|
|
7294
7296
|
});
|
|
7295
|
-
var span = root$
|
|
7297
|
+
var span = root$19();
|
|
7296
7298
|
var node = $.child(span);
|
|
7297
7299
|
children?.(node);
|
|
7298
7300
|
$.reset(span);
|
|
@@ -7301,8 +7303,8 @@ function SolidColor($$anchor, $$props) {
|
|
|
7301
7303
|
$.append($$anchor, span);
|
|
7302
7304
|
$.pop();
|
|
7303
7305
|
}
|
|
7304
|
-
var root$
|
|
7305
|
-
function
|
|
7306
|
+
var root$18 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
7307
|
+
function SineWave($$anchor, $$props) {
|
|
7306
7308
|
$.push($$props, true);
|
|
7307
7309
|
const DEFAULT_TRANSFORM = {
|
|
7308
7310
|
offsetX: 0,
|
|
@@ -7421,7 +7423,7 @@ function Spherize($$anchor, $$props) {
|
|
|
7421
7423
|
$.set(isRegistered, false);
|
|
7422
7424
|
parentRegister(instanceId, null, null, null, null);
|
|
7423
7425
|
});
|
|
7424
|
-
var span = root$
|
|
7426
|
+
var span = root$18();
|
|
7425
7427
|
var node = $.child(span);
|
|
7426
7428
|
children?.(node);
|
|
7427
7429
|
$.reset(span);
|
|
@@ -7430,8 +7432,8 @@ function Spherize($$anchor, $$props) {
|
|
|
7430
7432
|
$.append($$anchor, span);
|
|
7431
7433
|
$.pop();
|
|
7432
7434
|
}
|
|
7433
|
-
var root$
|
|
7434
|
-
function
|
|
7435
|
+
var root$17 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
7436
|
+
function SolidColor($$anchor, $$props) {
|
|
7435
7437
|
$.push($$props, true);
|
|
7436
7438
|
const DEFAULT_TRANSFORM = {
|
|
7437
7439
|
offsetX: 0,
|
|
@@ -7550,7 +7552,7 @@ function Spiral($$anchor, $$props) {
|
|
|
7550
7552
|
$.set(isRegistered, false);
|
|
7551
7553
|
parentRegister(instanceId, null, null, null, null);
|
|
7552
7554
|
});
|
|
7553
|
-
var span = root$
|
|
7555
|
+
var span = root$17();
|
|
7554
7556
|
var node = $.child(span);
|
|
7555
7557
|
children?.(node);
|
|
7556
7558
|
$.reset(span);
|
|
@@ -7559,8 +7561,8 @@ function Spiral($$anchor, $$props) {
|
|
|
7559
7561
|
$.append($$anchor, span);
|
|
7560
7562
|
$.pop();
|
|
7561
7563
|
}
|
|
7562
|
-
var root$
|
|
7563
|
-
function
|
|
7564
|
+
var root$16 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
7565
|
+
function Spherize($$anchor, $$props) {
|
|
7564
7566
|
$.push($$props, true);
|
|
7565
7567
|
const DEFAULT_TRANSFORM = {
|
|
7566
7568
|
offsetX: 0,
|
|
@@ -7679,7 +7681,7 @@ function Strands($$anchor, $$props) {
|
|
|
7679
7681
|
$.set(isRegistered, false);
|
|
7680
7682
|
parentRegister(instanceId, null, null, null, null);
|
|
7681
7683
|
});
|
|
7682
|
-
var span = root$
|
|
7684
|
+
var span = root$16();
|
|
7683
7685
|
var node = $.child(span);
|
|
7684
7686
|
children?.(node);
|
|
7685
7687
|
$.reset(span);
|
|
@@ -7688,8 +7690,8 @@ function Strands($$anchor, $$props) {
|
|
|
7688
7690
|
$.append($$anchor, span);
|
|
7689
7691
|
$.pop();
|
|
7690
7692
|
}
|
|
7691
|
-
var root$
|
|
7692
|
-
function
|
|
7693
|
+
var root$15 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
7694
|
+
function Spiral($$anchor, $$props) {
|
|
7693
7695
|
$.push($$props, true);
|
|
7694
7696
|
const DEFAULT_TRANSFORM = {
|
|
7695
7697
|
offsetX: 0,
|
|
@@ -7808,7 +7810,7 @@ function Stretch($$anchor, $$props) {
|
|
|
7808
7810
|
$.set(isRegistered, false);
|
|
7809
7811
|
parentRegister(instanceId, null, null, null, null);
|
|
7810
7812
|
});
|
|
7811
|
-
var span = root$
|
|
7813
|
+
var span = root$15();
|
|
7812
7814
|
var node = $.child(span);
|
|
7813
7815
|
children?.(node);
|
|
7814
7816
|
$.reset(span);
|
|
@@ -7817,8 +7819,8 @@ function Stretch($$anchor, $$props) {
|
|
|
7817
7819
|
$.append($$anchor, span);
|
|
7818
7820
|
$.pop();
|
|
7819
7821
|
}
|
|
7820
|
-
var root$
|
|
7821
|
-
function
|
|
7822
|
+
var root$14 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
7823
|
+
function Strands($$anchor, $$props) {
|
|
7822
7824
|
$.push($$props, true);
|
|
7823
7825
|
const DEFAULT_TRANSFORM = {
|
|
7824
7826
|
offsetX: 0,
|
|
@@ -7937,7 +7939,7 @@ function Stripes($$anchor, $$props) {
|
|
|
7937
7939
|
$.set(isRegistered, false);
|
|
7938
7940
|
parentRegister(instanceId, null, null, null, null);
|
|
7939
7941
|
});
|
|
7940
|
-
var span = root$
|
|
7942
|
+
var span = root$14();
|
|
7941
7943
|
var node = $.child(span);
|
|
7942
7944
|
children?.(node);
|
|
7943
7945
|
$.reset(span);
|
|
@@ -7946,8 +7948,8 @@ function Stripes($$anchor, $$props) {
|
|
|
7946
7948
|
$.append($$anchor, span);
|
|
7947
7949
|
$.pop();
|
|
7948
7950
|
}
|
|
7949
|
-
var root$
|
|
7950
|
-
function
|
|
7951
|
+
var root$13 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
7952
|
+
function Stretch($$anchor, $$props) {
|
|
7951
7953
|
$.push($$props, true);
|
|
7952
7954
|
const DEFAULT_TRANSFORM = {
|
|
7953
7955
|
offsetX: 0,
|
|
@@ -8066,7 +8068,7 @@ function StudioBackground($$anchor, $$props) {
|
|
|
8066
8068
|
$.set(isRegistered, false);
|
|
8067
8069
|
parentRegister(instanceId, null, null, null, null);
|
|
8068
8070
|
});
|
|
8069
|
-
var span = root$
|
|
8071
|
+
var span = root$13();
|
|
8070
8072
|
var node = $.child(span);
|
|
8071
8073
|
children?.(node);
|
|
8072
8074
|
$.reset(span);
|
|
@@ -8075,8 +8077,8 @@ function StudioBackground($$anchor, $$props) {
|
|
|
8075
8077
|
$.append($$anchor, span);
|
|
8076
8078
|
$.pop();
|
|
8077
8079
|
}
|
|
8078
|
-
var root$
|
|
8079
|
-
function
|
|
8080
|
+
var root$12 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
8081
|
+
function Stripes($$anchor, $$props) {
|
|
8080
8082
|
$.push($$props, true);
|
|
8081
8083
|
const DEFAULT_TRANSFORM = {
|
|
8082
8084
|
offsetX: 0,
|
|
@@ -8195,7 +8197,7 @@ function Swirl($$anchor, $$props) {
|
|
|
8195
8197
|
$.set(isRegistered, false);
|
|
8196
8198
|
parentRegister(instanceId, null, null, null, null);
|
|
8197
8199
|
});
|
|
8198
|
-
var span = root$
|
|
8200
|
+
var span = root$12();
|
|
8199
8201
|
var node = $.child(span);
|
|
8200
8202
|
children?.(node);
|
|
8201
8203
|
$.reset(span);
|
|
@@ -8204,8 +8206,8 @@ function Swirl($$anchor, $$props) {
|
|
|
8204
8206
|
$.append($$anchor, span);
|
|
8205
8207
|
$.pop();
|
|
8206
8208
|
}
|
|
8207
|
-
var root$
|
|
8208
|
-
function
|
|
8209
|
+
var root$11 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
8210
|
+
function StudioBackground($$anchor, $$props) {
|
|
8209
8211
|
$.push($$props, true);
|
|
8210
8212
|
const DEFAULT_TRANSFORM = {
|
|
8211
8213
|
offsetX: 0,
|
|
@@ -8324,7 +8326,7 @@ function TiltShift($$anchor, $$props) {
|
|
|
8324
8326
|
$.set(isRegistered, false);
|
|
8325
8327
|
parentRegister(instanceId, null, null, null, null);
|
|
8326
8328
|
});
|
|
8327
|
-
var span = root$
|
|
8329
|
+
var span = root$11();
|
|
8328
8330
|
var node = $.child(span);
|
|
8329
8331
|
children?.(node);
|
|
8330
8332
|
$.reset(span);
|
|
@@ -8333,8 +8335,8 @@ function TiltShift($$anchor, $$props) {
|
|
|
8333
8335
|
$.append($$anchor, span);
|
|
8334
8336
|
$.pop();
|
|
8335
8337
|
}
|
|
8336
|
-
var root$
|
|
8337
|
-
function
|
|
8338
|
+
var root$10 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
8339
|
+
function Swirl($$anchor, $$props) {
|
|
8338
8340
|
$.push($$props, true);
|
|
8339
8341
|
const DEFAULT_TRANSFORM = {
|
|
8340
8342
|
offsetX: 0,
|
|
@@ -8453,7 +8455,7 @@ function Tint($$anchor, $$props) {
|
|
|
8453
8455
|
$.set(isRegistered, false);
|
|
8454
8456
|
parentRegister(instanceId, null, null, null, null);
|
|
8455
8457
|
});
|
|
8456
|
-
var span = root$
|
|
8458
|
+
var span = root$10();
|
|
8457
8459
|
var node = $.child(span);
|
|
8458
8460
|
children?.(node);
|
|
8459
8461
|
$.reset(span);
|
|
@@ -8462,8 +8464,8 @@ function Tint($$anchor, $$props) {
|
|
|
8462
8464
|
$.append($$anchor, span);
|
|
8463
8465
|
$.pop();
|
|
8464
8466
|
}
|
|
8465
|
-
var root$
|
|
8466
|
-
function
|
|
8467
|
+
var root$9 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
8468
|
+
function TiltShift($$anchor, $$props) {
|
|
8467
8469
|
$.push($$props, true);
|
|
8468
8470
|
const DEFAULT_TRANSFORM = {
|
|
8469
8471
|
offsetX: 0,
|
|
@@ -8582,7 +8584,7 @@ function Tritone($$anchor, $$props) {
|
|
|
8582
8584
|
$.set(isRegistered, false);
|
|
8583
8585
|
parentRegister(instanceId, null, null, null, null);
|
|
8584
8586
|
});
|
|
8585
|
-
var span = root$
|
|
8587
|
+
var span = root$9();
|
|
8586
8588
|
var node = $.child(span);
|
|
8587
8589
|
children?.(node);
|
|
8588
8590
|
$.reset(span);
|
|
@@ -8591,8 +8593,8 @@ function Tritone($$anchor, $$props) {
|
|
|
8591
8593
|
$.append($$anchor, span);
|
|
8592
8594
|
$.pop();
|
|
8593
8595
|
}
|
|
8594
|
-
var root$
|
|
8595
|
-
function
|
|
8596
|
+
var root$8 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
8597
|
+
function Tint($$anchor, $$props) {
|
|
8596
8598
|
$.push($$props, true);
|
|
8597
8599
|
const DEFAULT_TRANSFORM = {
|
|
8598
8600
|
offsetX: 0,
|
|
@@ -8711,7 +8713,7 @@ function Twirl($$anchor, $$props) {
|
|
|
8711
8713
|
$.set(isRegistered, false);
|
|
8712
8714
|
parentRegister(instanceId, null, null, null, null);
|
|
8713
8715
|
});
|
|
8714
|
-
var span = root$
|
|
8716
|
+
var span = root$8();
|
|
8715
8717
|
var node = $.child(span);
|
|
8716
8718
|
children?.(node);
|
|
8717
8719
|
$.reset(span);
|
|
@@ -8720,8 +8722,8 @@ function Twirl($$anchor, $$props) {
|
|
|
8720
8722
|
$.append($$anchor, span);
|
|
8721
8723
|
$.pop();
|
|
8722
8724
|
}
|
|
8723
|
-
var root$
|
|
8724
|
-
function
|
|
8725
|
+
var root$7 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
8726
|
+
function Tritone($$anchor, $$props) {
|
|
8725
8727
|
$.push($$props, true);
|
|
8726
8728
|
const DEFAULT_TRANSFORM = {
|
|
8727
8729
|
offsetX: 0,
|
|
@@ -8840,7 +8842,7 @@ function Vibrance($$anchor, $$props) {
|
|
|
8840
8842
|
$.set(isRegistered, false);
|
|
8841
8843
|
parentRegister(instanceId, null, null, null, null);
|
|
8842
8844
|
});
|
|
8843
|
-
var span = root$
|
|
8845
|
+
var span = root$7();
|
|
8844
8846
|
var node = $.child(span);
|
|
8845
8847
|
children?.(node);
|
|
8846
8848
|
$.reset(span);
|
|
@@ -8849,8 +8851,8 @@ function Vibrance($$anchor, $$props) {
|
|
|
8849
8851
|
$.append($$anchor, span);
|
|
8850
8852
|
$.pop();
|
|
8851
8853
|
}
|
|
8852
|
-
var root$
|
|
8853
|
-
function
|
|
8854
|
+
var root$6 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
8855
|
+
function Twirl($$anchor, $$props) {
|
|
8854
8856
|
$.push($$props, true);
|
|
8855
8857
|
const DEFAULT_TRANSFORM = {
|
|
8856
8858
|
offsetX: 0,
|
|
@@ -8969,7 +8971,7 @@ function VideoTexture($$anchor, $$props) {
|
|
|
8969
8971
|
$.set(isRegistered, false);
|
|
8970
8972
|
parentRegister(instanceId, null, null, null, null);
|
|
8971
8973
|
});
|
|
8972
|
-
var span = root$
|
|
8974
|
+
var span = root$6();
|
|
8973
8975
|
var node = $.child(span);
|
|
8974
8976
|
children?.(node);
|
|
8975
8977
|
$.reset(span);
|
|
@@ -8978,8 +8980,8 @@ function VideoTexture($$anchor, $$props) {
|
|
|
8978
8980
|
$.append($$anchor, span);
|
|
8979
8981
|
$.pop();
|
|
8980
8982
|
}
|
|
8981
|
-
var root$
|
|
8982
|
-
function
|
|
8983
|
+
var root$5 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
8984
|
+
function Vibrance($$anchor, $$props) {
|
|
8983
8985
|
$.push($$props, true);
|
|
8984
8986
|
const DEFAULT_TRANSFORM = {
|
|
8985
8987
|
offsetX: 0,
|
|
@@ -9098,7 +9100,7 @@ function WaveDistortion($$anchor, $$props) {
|
|
|
9098
9100
|
$.set(isRegistered, false);
|
|
9099
9101
|
parentRegister(instanceId, null, null, null, null);
|
|
9100
9102
|
});
|
|
9101
|
-
var span = root$
|
|
9103
|
+
var span = root$5();
|
|
9102
9104
|
var node = $.child(span);
|
|
9103
9105
|
children?.(node);
|
|
9104
9106
|
$.reset(span);
|
|
@@ -9107,8 +9109,8 @@ function WaveDistortion($$anchor, $$props) {
|
|
|
9107
9109
|
$.append($$anchor, span);
|
|
9108
9110
|
$.pop();
|
|
9109
9111
|
}
|
|
9110
|
-
var root$
|
|
9111
|
-
function
|
|
9112
|
+
var root$4 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
9113
|
+
function VideoTexture($$anchor, $$props) {
|
|
9112
9114
|
$.push($$props, true);
|
|
9113
9115
|
const DEFAULT_TRANSFORM = {
|
|
9114
9116
|
offsetX: 0,
|
|
@@ -9227,7 +9229,7 @@ function WebcamTexture($$anchor, $$props) {
|
|
|
9227
9229
|
$.set(isRegistered, false);
|
|
9228
9230
|
parentRegister(instanceId, null, null, null, null);
|
|
9229
9231
|
});
|
|
9230
|
-
var span = root$
|
|
9232
|
+
var span = root$4();
|
|
9231
9233
|
var node = $.child(span);
|
|
9232
9234
|
children?.(node);
|
|
9233
9235
|
$.reset(span);
|
|
@@ -9236,8 +9238,8 @@ function WebcamTexture($$anchor, $$props) {
|
|
|
9236
9238
|
$.append($$anchor, span);
|
|
9237
9239
|
$.pop();
|
|
9238
9240
|
}
|
|
9239
|
-
var root$
|
|
9240
|
-
function
|
|
9241
|
+
var root$3 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
9242
|
+
function WaveDistortion($$anchor, $$props) {
|
|
9241
9243
|
$.push($$props, true);
|
|
9242
9244
|
const DEFAULT_TRANSFORM = {
|
|
9243
9245
|
offsetX: 0,
|
|
@@ -9356,6 +9358,264 @@ function ZoomBlur($$anchor, $$props) {
|
|
|
9356
9358
|
$.set(isRegistered, false);
|
|
9357
9359
|
parentRegister(instanceId, null, null, null, null);
|
|
9358
9360
|
});
|
|
9361
|
+
var span = root$3();
|
|
9362
|
+
var node = $.child(span);
|
|
9363
|
+
children?.(node);
|
|
9364
|
+
$.reset(span);
|
|
9365
|
+
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
9366
|
+
$.template_effect(() => $.set_attribute(span, "data-shader-id", instanceId));
|
|
9367
|
+
$.append($$anchor, span);
|
|
9368
|
+
$.pop();
|
|
9369
|
+
}
|
|
9370
|
+
var root$2 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
9371
|
+
function WebcamTexture($$anchor, $$props) {
|
|
9372
|
+
$.push($$props, true);
|
|
9373
|
+
const DEFAULT_TRANSFORM = {
|
|
9374
|
+
offsetX: 0,
|
|
9375
|
+
offsetY: 0,
|
|
9376
|
+
rotation: 0,
|
|
9377
|
+
scale: 1,
|
|
9378
|
+
anchorX: .5,
|
|
9379
|
+
anchorY: .5,
|
|
9380
|
+
edges: "transparent"
|
|
9381
|
+
};
|
|
9382
|
+
const componentDefaults = {
|
|
9383
|
+
blendMode: "normal",
|
|
9384
|
+
visible: true,
|
|
9385
|
+
...Object.entries(componentDefinition$72.props).reduce((acc, [key, config]) => {
|
|
9386
|
+
acc[key] = config.default;
|
|
9387
|
+
return acc;
|
|
9388
|
+
}, {})
|
|
9389
|
+
};
|
|
9390
|
+
const props = $.rest_props($$props, [
|
|
9391
|
+
"$$slots",
|
|
9392
|
+
"$$events",
|
|
9393
|
+
"$$legacy"
|
|
9394
|
+
]);
|
|
9395
|
+
const blendMode = $$props.blendMode ?? componentDefaults.blendMode;
|
|
9396
|
+
const opacity = $$props.opacity;
|
|
9397
|
+
const visible = $$props.visible ?? componentDefaults.visible;
|
|
9398
|
+
const id = $$props.id;
|
|
9399
|
+
const maskSource = $$props.maskSource;
|
|
9400
|
+
const maskType = $$props.maskType;
|
|
9401
|
+
const renderOrder = $$props.renderOrder;
|
|
9402
|
+
const { children } = props;
|
|
9403
|
+
const effectiveTransform = $.derived(() => ({
|
|
9404
|
+
...DEFAULT_TRANSFORM,
|
|
9405
|
+
...$$props.transform
|
|
9406
|
+
}));
|
|
9407
|
+
const parentId = getContext("shaderParentId");
|
|
9408
|
+
if (parentId === void 0) throw new Error("Shader components must be used inside an <Shader> component or another shader component");
|
|
9409
|
+
const instanceId = id || Math.random().toString(36).substring(2, 10);
|
|
9410
|
+
setContext("shaderParentId", instanceId);
|
|
9411
|
+
const shaderReadyProps = $.derived(() => {
|
|
9412
|
+
let baseProps = { ...componentDefaults };
|
|
9413
|
+
for (const key in props) if (key !== "blendMode" && key !== "opacity" && key !== "visible" && key !== "id" && key !== "maskSource" && key !== "maskType" && key !== "renderOrder" && key !== "transform" && key !== "children") {
|
|
9414
|
+
const propValue = props[key];
|
|
9415
|
+
const defaultValue = componentDefaults[key];
|
|
9416
|
+
if (propValue !== void 0 && propValue !== defaultValue) baseProps[key] = propValue;
|
|
9417
|
+
}
|
|
9418
|
+
return baseProps;
|
|
9419
|
+
});
|
|
9420
|
+
const uniforms = createUniformsMap(componentDefinition$72, $.get(shaderReadyProps), instanceId);
|
|
9421
|
+
const parentRegister = getContext("shaderNodeRegister");
|
|
9422
|
+
if (parentRegister === void 0) throw new Error("Shader components must be used inside an <Shader> component or another shader component");
|
|
9423
|
+
const parentUniformUpdate = getContext("shaderUniformUpdate");
|
|
9424
|
+
if (parentUniformUpdate === void 0) throw new Error("Shader components require shaderUniformUpdate from parent");
|
|
9425
|
+
const parentMetadataUpdate = getContext("shaderMetadataUpdate");
|
|
9426
|
+
if (parentMetadataUpdate === void 0) throw new Error("Shader components require shaderMetadataUpdate from parent");
|
|
9427
|
+
let orderMarker;
|
|
9428
|
+
let detectedRenderOrder = void 0;
|
|
9429
|
+
let isRegistered = $.state(false);
|
|
9430
|
+
Object.entries(uniforms).forEach(([propName, { uniform, transform }]) => {
|
|
9431
|
+
$.user_effect(() => {
|
|
9432
|
+
if (!$.get(isRegistered)) return;
|
|
9433
|
+
if (uniform && uniform.value !== void 0) {
|
|
9434
|
+
const newValue = props[propName];
|
|
9435
|
+
if (newValue !== void 0) parentUniformUpdate(instanceId, propName, newValue);
|
|
9436
|
+
}
|
|
9437
|
+
});
|
|
9438
|
+
});
|
|
9439
|
+
$.user_effect(() => {
|
|
9440
|
+
if (!$.get(isRegistered)) return;
|
|
9441
|
+
parentMetadataUpdate(instanceId, {
|
|
9442
|
+
blendMode,
|
|
9443
|
+
opacity,
|
|
9444
|
+
visible: visible === false ? false : true,
|
|
9445
|
+
id,
|
|
9446
|
+
mask: maskSource ? {
|
|
9447
|
+
source: maskSource,
|
|
9448
|
+
type: maskType || "alpha"
|
|
9449
|
+
} : void 0,
|
|
9450
|
+
renderOrder: renderOrder ?? detectedRenderOrder,
|
|
9451
|
+
transform: $.get(effectiveTransform)
|
|
9452
|
+
});
|
|
9453
|
+
});
|
|
9454
|
+
onMount(() => {
|
|
9455
|
+
if (componentDefinition$72 && typeof componentDefinition$72.fragmentNode === "function") {
|
|
9456
|
+
parentRegister(instanceId, componentDefinition$72.fragmentNode, parentId, {
|
|
9457
|
+
blendMode,
|
|
9458
|
+
opacity,
|
|
9459
|
+
visible: visible !== false ? true : false,
|
|
9460
|
+
id,
|
|
9461
|
+
mask: maskSource ? {
|
|
9462
|
+
source: maskSource,
|
|
9463
|
+
type: maskType || "alpha"
|
|
9464
|
+
} : void 0,
|
|
9465
|
+
renderOrder: renderOrder ?? detectedRenderOrder,
|
|
9466
|
+
transform: $.get(effectiveTransform)
|
|
9467
|
+
}, uniforms);
|
|
9468
|
+
$.set(isRegistered, true);
|
|
9469
|
+
if (renderOrder === void 0 && orderMarker) {
|
|
9470
|
+
const parent = orderMarker.parentElement;
|
|
9471
|
+
if (parent) {
|
|
9472
|
+
const siblings = parent.querySelectorAll(":scope > [data-shader-id]");
|
|
9473
|
+
const position = Array.from(siblings).indexOf(orderMarker);
|
|
9474
|
+
if (position >= 0) {
|
|
9475
|
+
detectedRenderOrder = position;
|
|
9476
|
+
parentMetadataUpdate(instanceId, { renderOrder: position });
|
|
9477
|
+
}
|
|
9478
|
+
}
|
|
9479
|
+
}
|
|
9480
|
+
} else console.error("componentDefinition.fragmentNode is not a function:", {
|
|
9481
|
+
componentDefinition: componentDefinition$72,
|
|
9482
|
+
fragmentNode: componentDefinition$72?.fragmentNode,
|
|
9483
|
+
type: typeof componentDefinition$72?.fragmentNode
|
|
9484
|
+
});
|
|
9485
|
+
});
|
|
9486
|
+
onDestroy(() => {
|
|
9487
|
+
$.set(isRegistered, false);
|
|
9488
|
+
parentRegister(instanceId, null, null, null, null);
|
|
9489
|
+
});
|
|
9490
|
+
var span = root$2();
|
|
9491
|
+
var node = $.child(span);
|
|
9492
|
+
children?.(node);
|
|
9493
|
+
$.reset(span);
|
|
9494
|
+
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
9495
|
+
$.template_effect(() => $.set_attribute(span, "data-shader-id", instanceId));
|
|
9496
|
+
$.append($$anchor, span);
|
|
9497
|
+
$.pop();
|
|
9498
|
+
}
|
|
9499
|
+
var root$1 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
9500
|
+
function ZoomBlur($$anchor, $$props) {
|
|
9501
|
+
$.push($$props, true);
|
|
9502
|
+
const DEFAULT_TRANSFORM = {
|
|
9503
|
+
offsetX: 0,
|
|
9504
|
+
offsetY: 0,
|
|
9505
|
+
rotation: 0,
|
|
9506
|
+
scale: 1,
|
|
9507
|
+
anchorX: .5,
|
|
9508
|
+
anchorY: .5,
|
|
9509
|
+
edges: "transparent"
|
|
9510
|
+
};
|
|
9511
|
+
const componentDefaults = {
|
|
9512
|
+
blendMode: "normal",
|
|
9513
|
+
visible: true,
|
|
9514
|
+
...Object.entries(componentDefinition$73.props).reduce((acc, [key, config]) => {
|
|
9515
|
+
acc[key] = config.default;
|
|
9516
|
+
return acc;
|
|
9517
|
+
}, {})
|
|
9518
|
+
};
|
|
9519
|
+
const props = $.rest_props($$props, [
|
|
9520
|
+
"$$slots",
|
|
9521
|
+
"$$events",
|
|
9522
|
+
"$$legacy"
|
|
9523
|
+
]);
|
|
9524
|
+
const blendMode = $$props.blendMode ?? componentDefaults.blendMode;
|
|
9525
|
+
const opacity = $$props.opacity;
|
|
9526
|
+
const visible = $$props.visible ?? componentDefaults.visible;
|
|
9527
|
+
const id = $$props.id;
|
|
9528
|
+
const maskSource = $$props.maskSource;
|
|
9529
|
+
const maskType = $$props.maskType;
|
|
9530
|
+
const renderOrder = $$props.renderOrder;
|
|
9531
|
+
const { children } = props;
|
|
9532
|
+
const effectiveTransform = $.derived(() => ({
|
|
9533
|
+
...DEFAULT_TRANSFORM,
|
|
9534
|
+
...$$props.transform
|
|
9535
|
+
}));
|
|
9536
|
+
const parentId = getContext("shaderParentId");
|
|
9537
|
+
if (parentId === void 0) throw new Error("Shader components must be used inside an <Shader> component or another shader component");
|
|
9538
|
+
const instanceId = id || Math.random().toString(36).substring(2, 10);
|
|
9539
|
+
setContext("shaderParentId", instanceId);
|
|
9540
|
+
const shaderReadyProps = $.derived(() => {
|
|
9541
|
+
let baseProps = { ...componentDefaults };
|
|
9542
|
+
for (const key in props) if (key !== "blendMode" && key !== "opacity" && key !== "visible" && key !== "id" && key !== "maskSource" && key !== "maskType" && key !== "renderOrder" && key !== "transform" && key !== "children") {
|
|
9543
|
+
const propValue = props[key];
|
|
9544
|
+
const defaultValue = componentDefaults[key];
|
|
9545
|
+
if (propValue !== void 0 && propValue !== defaultValue) baseProps[key] = propValue;
|
|
9546
|
+
}
|
|
9547
|
+
return baseProps;
|
|
9548
|
+
});
|
|
9549
|
+
const uniforms = createUniformsMap(componentDefinition$73, $.get(shaderReadyProps), instanceId);
|
|
9550
|
+
const parentRegister = getContext("shaderNodeRegister");
|
|
9551
|
+
if (parentRegister === void 0) throw new Error("Shader components must be used inside an <Shader> component or another shader component");
|
|
9552
|
+
const parentUniformUpdate = getContext("shaderUniformUpdate");
|
|
9553
|
+
if (parentUniformUpdate === void 0) throw new Error("Shader components require shaderUniformUpdate from parent");
|
|
9554
|
+
const parentMetadataUpdate = getContext("shaderMetadataUpdate");
|
|
9555
|
+
if (parentMetadataUpdate === void 0) throw new Error("Shader components require shaderMetadataUpdate from parent");
|
|
9556
|
+
let orderMarker;
|
|
9557
|
+
let detectedRenderOrder = void 0;
|
|
9558
|
+
let isRegistered = $.state(false);
|
|
9559
|
+
Object.entries(uniforms).forEach(([propName, { uniform, transform }]) => {
|
|
9560
|
+
$.user_effect(() => {
|
|
9561
|
+
if (!$.get(isRegistered)) return;
|
|
9562
|
+
if (uniform && uniform.value !== void 0) {
|
|
9563
|
+
const newValue = props[propName];
|
|
9564
|
+
if (newValue !== void 0) parentUniformUpdate(instanceId, propName, newValue);
|
|
9565
|
+
}
|
|
9566
|
+
});
|
|
9567
|
+
});
|
|
9568
|
+
$.user_effect(() => {
|
|
9569
|
+
if (!$.get(isRegistered)) return;
|
|
9570
|
+
parentMetadataUpdate(instanceId, {
|
|
9571
|
+
blendMode,
|
|
9572
|
+
opacity,
|
|
9573
|
+
visible: visible === false ? false : true,
|
|
9574
|
+
id,
|
|
9575
|
+
mask: maskSource ? {
|
|
9576
|
+
source: maskSource,
|
|
9577
|
+
type: maskType || "alpha"
|
|
9578
|
+
} : void 0,
|
|
9579
|
+
renderOrder: renderOrder ?? detectedRenderOrder,
|
|
9580
|
+
transform: $.get(effectiveTransform)
|
|
9581
|
+
});
|
|
9582
|
+
});
|
|
9583
|
+
onMount(() => {
|
|
9584
|
+
if (componentDefinition$73 && typeof componentDefinition$73.fragmentNode === "function") {
|
|
9585
|
+
parentRegister(instanceId, componentDefinition$73.fragmentNode, parentId, {
|
|
9586
|
+
blendMode,
|
|
9587
|
+
opacity,
|
|
9588
|
+
visible: visible !== false ? true : false,
|
|
9589
|
+
id,
|
|
9590
|
+
mask: maskSource ? {
|
|
9591
|
+
source: maskSource,
|
|
9592
|
+
type: maskType || "alpha"
|
|
9593
|
+
} : void 0,
|
|
9594
|
+
renderOrder: renderOrder ?? detectedRenderOrder,
|
|
9595
|
+
transform: $.get(effectiveTransform)
|
|
9596
|
+
}, uniforms);
|
|
9597
|
+
$.set(isRegistered, true);
|
|
9598
|
+
if (renderOrder === void 0 && orderMarker) {
|
|
9599
|
+
const parent = orderMarker.parentElement;
|
|
9600
|
+
if (parent) {
|
|
9601
|
+
const siblings = parent.querySelectorAll(":scope > [data-shader-id]");
|
|
9602
|
+
const position = Array.from(siblings).indexOf(orderMarker);
|
|
9603
|
+
if (position >= 0) {
|
|
9604
|
+
detectedRenderOrder = position;
|
|
9605
|
+
parentMetadataUpdate(instanceId, { renderOrder: position });
|
|
9606
|
+
}
|
|
9607
|
+
}
|
|
9608
|
+
}
|
|
9609
|
+
} else console.error("componentDefinition.fragmentNode is not a function:", {
|
|
9610
|
+
componentDefinition: componentDefinition$73,
|
|
9611
|
+
fragmentNode: componentDefinition$73?.fragmentNode,
|
|
9612
|
+
type: typeof componentDefinition$73?.fragmentNode
|
|
9613
|
+
});
|
|
9614
|
+
});
|
|
9615
|
+
onDestroy(() => {
|
|
9616
|
+
$.set(isRegistered, false);
|
|
9617
|
+
parentRegister(instanceId, null, null, null, null);
|
|
9618
|
+
});
|
|
9359
9619
|
var span = root$1();
|
|
9360
9620
|
var node = $.child(span);
|
|
9361
9621
|
children?.(node);
|
|
@@ -9497,4 +9757,4 @@ function Shader($$anchor, $$props) {
|
|
|
9497
9757
|
$.append($$anchor, div);
|
|
9498
9758
|
$.pop();
|
|
9499
9759
|
}
|
|
9500
|
-
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, StudioBackground, Swirl, TiltShift, Tint, Tritone, Twirl, Vibrance, VideoTexture, WaveDistortion, WebcamTexture, ZoomBlur, generatePresetCode };
|
|
9760
|
+
export { AngularBlur, Ascii, Aurora, Beam, Blob, Blur, BrightnessContrast, Bulge, CRTScreen, ChannelBlur, Checkerboard, ChromaFlow, ChromaticAberration, Circle, ConcentricSpin, ContourLines, CursorRipples, 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 };
|