shaders 2.3.49 → 2.3.51
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/ConcentricSpin-CLTGx_sN.js +173 -0
- package/dist/core/StudioBackground-CFjfBnWp.js +337 -0
- package/dist/core/registry.js +120 -116
- package/dist/core/shaderRegistry.d.ts.map +1 -1
- package/dist/core/shaders/CRTScreen/index.js +1 -1
- package/dist/core/shaders/ConcentricSpin/index.d.ts +64 -0
- package/dist/core/shaders/ConcentricSpin/index.d.ts.map +1 -0
- package/dist/core/shaders/ConcentricSpin/index.js +5 -0
- package/dist/core/shaders/ContourLines/index.js +1 -1
- package/dist/core/shaders/CursorTrail/index.js +1 -1
- package/dist/core/shaders/DiffuseBlur/index.js +1 -1
- package/dist/core/shaders/Dither/index.js +1 -1
- package/dist/core/shaders/DotGrid/index.js +1 -1
- package/dist/core/shaders/Duotone/index.js +1 -1
- package/dist/core/shaders/FilmGrain/index.js +1 -1
- package/dist/core/shaders/FloatingParticles/index.js +1 -1
- package/dist/core/shaders/FlowField/index.js +1 -1
- package/dist/core/shaders/GlassTiles/index.js +1 -1
- package/dist/core/shaders/Glitch/index.js +1 -1
- package/dist/core/shaders/Glow/index.js +1 -1
- package/dist/core/shaders/Godrays/index.js +1 -1
- package/dist/core/shaders/Grayscale/index.js +1 -1
- package/dist/core/shaders/Grid/index.js +1 -1
- package/dist/core/shaders/GridDistortion/index.js +1 -1
- package/dist/core/shaders/Group/index.js +1 -1
- package/dist/core/shaders/Halftone/index.js +1 -1
- package/dist/core/shaders/HueShift/index.js +1 -1
- package/dist/core/shaders/ImageTexture/index.js +1 -1
- package/dist/core/shaders/Invert/index.js +1 -1
- package/dist/core/shaders/Kaleidoscope/index.js +1 -1
- package/dist/core/shaders/LensFlare/index.js +1 -1
- package/dist/core/shaders/LinearBlur/index.js +1 -1
- package/dist/core/shaders/LinearGradient/index.js +1 -1
- package/dist/core/shaders/Liquify/index.js +1 -1
- package/dist/core/shaders/Mirror/index.js +1 -1
- package/dist/core/shaders/Perspective/index.js +1 -1
- package/dist/core/shaders/Pixelate/index.js +1 -1
- package/dist/core/shaders/Plasma/index.js +1 -1
- package/dist/core/shaders/PolarCoordinates/index.js +1 -1
- package/dist/core/shaders/Posterize/index.js +1 -1
- package/dist/core/shaders/ProgressiveBlur/index.js +1 -1
- package/dist/core/shaders/RadialGradient/index.js +1 -1
- package/dist/core/shaders/RectangularCoordinates/index.js +1 -1
- package/dist/core/shaders/Ripples/index.js +1 -1
- package/dist/core/shaders/Saturation/index.js +1 -1
- package/dist/core/shaders/Sharpness/index.js +1 -1
- package/dist/core/shaders/Shatter/index.js +1 -1
- package/dist/core/shaders/SimplexNoise/index.js +1 -1
- package/dist/core/shaders/SineWave/index.js +1 -1
- package/dist/core/shaders/SolidColor/index.js +1 -1
- package/dist/core/shaders/Spherize/index.js +1 -1
- package/dist/core/shaders/Spiral/index.js +1 -1
- package/dist/core/shaders/Strands/index.js +1 -1
- package/dist/core/shaders/Stretch/index.js +1 -1
- package/dist/core/shaders/Stripes/index.js +1 -1
- package/dist/core/shaders/StudioBackground/index.d.ts +141 -0
- package/dist/core/shaders/StudioBackground/index.d.ts.map +1 -0
- package/dist/core/shaders/StudioBackground/index.js +4 -0
- package/dist/core/shaders/Swirl/index.js +1 -1
- package/dist/core/shaders/TiltShift/index.js +1 -1
- package/dist/core/shaders/Tint/index.js +1 -1
- package/dist/core/shaders/Tritone/index.js +1 -1
- package/dist/core/shaders/Twirl/index.js +1 -1
- package/dist/core/shaders/Vibrance/index.js +1 -1
- package/dist/core/shaders/VideoTexture/index.js +1 -1
- package/dist/core/shaders/WaveDistortion/index.js +1 -1
- package/dist/core/shaders/WebcamTexture/index.js +1 -1
- package/dist/core/shaders/ZoomBlur/index.js +1 -1
- package/dist/react/ConcentricSpin.js +164 -0
- package/dist/react/StudioBackground.js +164 -0
- package/dist/react/components/ConcentricSpin.d.ts +31 -0
- package/dist/react/components/ConcentricSpin.d.ts.map +1 -0
- package/dist/react/components/StudioBackground.d.ts +31 -0
- package/dist/react/components/StudioBackground.d.ts.map +1 -0
- package/dist/react/index.d.ts +2 -0
- package/dist/react/index.d.ts.map +1 -1
- package/dist/react/index.js +3 -1
- package/dist/react/utils/generatePresetCode.d.ts.map +1 -1
- package/dist/react/utils/generatePresetCode.js +43 -0
- package/dist/registry.js +687 -0
- package/dist/solid/components/ConcentricSpin.d.ts +28 -0
- package/dist/solid/components/ConcentricSpin.d.ts.map +1 -0
- package/dist/solid/components/ConcentricSpin.js +168 -0
- package/dist/solid/components/StudioBackground.d.ts +28 -0
- package/dist/solid/components/StudioBackground.d.ts.map +1 -0
- package/dist/solid/components/StudioBackground.js +168 -0
- package/dist/solid/index.d.ts +2 -0
- package/dist/solid/index.d.ts.map +1 -1
- package/dist/solid/index.js +120 -116
- package/dist/solid/utils/generatePresetCode.d.ts.map +1 -1
- package/dist/solid/utils/generatePresetCode.js +43 -0
- package/dist/svelte/components/ConcentricSpin.svelte.d.ts +19 -0
- package/dist/svelte/components/StudioBackground.svelte.d.ts +19 -0
- package/dist/svelte/{generatePresetCode-Bw9A9k-k.js → generatePresetCode-TDa1I3YR.js} +43 -0
- package/dist/svelte/index.d.ts +2 -0
- package/dist/svelte/index.js +515 -255
- package/dist/svelte/utils/generatePresetCode.js +1 -1
- package/dist/vue/ConcentricSpin.js +3 -0
- package/dist/vue/ConcentricSpin.vue_vue_type_script_setup_true_lang.js +151 -0
- package/dist/vue/StudioBackground.js +3 -0
- package/dist/vue/StudioBackground.vue_vue_type_script_setup_true_lang.js +162 -0
- package/dist/vue/components/ConcentricSpin.vue.d.ts +54 -0
- package/dist/vue/components/ConcentricSpin.vue.d.ts.map +1 -0
- package/dist/vue/components/StudioBackground.vue.d.ts +54 -0
- package/dist/vue/components/StudioBackground.vue.d.ts.map +1 -0
- package/dist/vue/index.d.ts +2 -0
- package/dist/vue/index.d.ts.map +1 -1
- package/dist/vue/index.js +3 -1
- package/dist/vue/utils/generatePresetCode.d.ts.map +1 -1
- package/dist/vue/utils/generatePresetCode.js +43 -0
- package/package.json +17 -1
- /package/dist/core/{CRTScreen-BJJhBQ3D.js → CRTScreen-D6qh6DnD.js} +0 -0
- /package/dist/core/{ContourLines-NASMUR3G.js → ContourLines-Dc5J7iw5.js} +0 -0
- /package/dist/core/{CursorTrail-DT7Q3TzC.js → CursorTrail-COnyRZH9.js} +0 -0
- /package/dist/core/{DiffuseBlur-dJ8C3PKh.js → DiffuseBlur-DcV8M7hN.js} +0 -0
- /package/dist/core/{Dither-Bac0W21a.js → Dither-C-w0ugGX.js} +0 -0
- /package/dist/core/{DotGrid-Cedu_WEn.js → DotGrid-wXnfcjrM.js} +0 -0
- /package/dist/core/{Duotone-DL9vhoyo.js → Duotone-B8dYgrFR.js} +0 -0
- /package/dist/core/{FilmGrain-BzdJM5vN.js → FilmGrain-D_6m7GJ4.js} +0 -0
- /package/dist/core/{FloatingParticles-DoB1DI8t.js → FloatingParticles-YuuXeICf.js} +0 -0
- /package/dist/core/{FlowField-BZ-ZbMzR.js → FlowField-Dx2eqOcU.js} +0 -0
- /package/dist/core/{GlassTiles-BQL2Id5c.js → GlassTiles-hnt2pUQN.js} +0 -0
- /package/dist/core/{Glitch-DmF8pHjd.js → Glitch-DfPXeSlL.js} +0 -0
- /package/dist/core/{Glow-Bxpj34sE.js → Glow-CQv_dRPj.js} +0 -0
- /package/dist/core/{Godrays-DqB-88ds.js → Godrays-B_-HliEA.js} +0 -0
- /package/dist/core/{Grayscale-CAuZTuZN.js → Grayscale-DRFXhxr4.js} +0 -0
- /package/dist/core/{Grid-B6Hf5dZa.js → Grid-DKSUwEIe.js} +0 -0
- /package/dist/core/{GridDistortion-DmwIHrXF.js → GridDistortion-DahXljLX.js} +0 -0
- /package/dist/core/{Group-DYtNH5QD.js → Group-r9gMBd5y.js} +0 -0
- /package/dist/core/{Halftone-vy2WIxyN.js → Halftone-ZVjwkjaQ.js} +0 -0
- /package/dist/core/{HueShift-C4E-S49G.js → HueShift-gZlNBwNE.js} +0 -0
- /package/dist/core/{ImageTexture-B40GVvXK.js → ImageTexture-DuXMku_O.js} +0 -0
- /package/dist/core/{Invert-ec-nb8PE.js → Invert-gUjZNHF3.js} +0 -0
- /package/dist/core/{Kaleidoscope-BO3WUc5P.js → Kaleidoscope-COKZ0BDb.js} +0 -0
- /package/dist/core/{LensFlare-BoaXy9ZE.js → LensFlare-D6jy4M7G.js} +0 -0
- /package/dist/core/{LinearBlur-BHaYZoXd.js → LinearBlur-CArDQIhs.js} +0 -0
- /package/dist/core/{LinearGradient-C8nueF-8.js → LinearGradient-BkB_3gVV.js} +0 -0
- /package/dist/core/{Liquify-JsuLWWkx.js → Liquify-BrIB9ajS.js} +0 -0
- /package/dist/core/{Mirror--f1QXEID.js → Mirror-BRPYfVAr.js} +0 -0
- /package/dist/core/{Perspective-Dyj4iJMR.js → Perspective-CglPLWTZ.js} +0 -0
- /package/dist/core/{Pixelate-CzXp_BwM.js → Pixelate-CwnuDc5L.js} +0 -0
- /package/dist/core/{Plasma-FfOwR9cP.js → Plasma-CuW-GOI_.js} +0 -0
- /package/dist/core/{PolarCoordinates-CfuvmwZm.js → PolarCoordinates-9AFXKnSC.js} +0 -0
- /package/dist/core/{Posterize-IUwDieMu.js → Posterize-DU2yrydV.js} +0 -0
- /package/dist/core/{ProgressiveBlur-BTGKywKM.js → ProgressiveBlur-BXv2mob_.js} +0 -0
- /package/dist/core/{RadialGradient-DbcPAwI7.js → RadialGradient-Dd21Be-_.js} +0 -0
- /package/dist/core/{RectangularCoordinates-OOpDHjTM.js → RectangularCoordinates-DAOGnX2p.js} +0 -0
- /package/dist/core/{Ripples-CGhzc9or.js → Ripples-Nk5is8WX.js} +0 -0
- /package/dist/core/{Saturation-ssiNVXIp.js → Saturation-KoiVB92Y.js} +0 -0
- /package/dist/core/{Sharpness-B-nN0G5P.js → Sharpness-CK-zaDVc.js} +0 -0
- /package/dist/core/{Shatter-CryQHkSZ.js → Shatter-EEzkIXGb.js} +0 -0
- /package/dist/core/{SimplexNoise-B-tDGmzX.js → SimplexNoise-DKov4Yho.js} +0 -0
- /package/dist/core/{SineWave-C6MpmU6E.js → SineWave-Cy0wWKUU.js} +0 -0
- /package/dist/core/{SolidColor-BjLy2eJx.js → SolidColor-P4OKglCC.js} +0 -0
- /package/dist/core/{Spherize-Mtl4w0Lc.js → Spherize-BLEvqakM.js} +0 -0
- /package/dist/core/{Spiral-Bl67ud0b.js → Spiral-DXuKs26n.js} +0 -0
- /package/dist/core/{Strands-BNxk94tR.js → Strands-DsdASoV4.js} +0 -0
- /package/dist/core/{Stretch-DROTOuvH.js → Stretch-By8f2wmJ.js} +0 -0
- /package/dist/core/{Stripes-IMsC1G-g.js → Stripes-D8HSlP1H.js} +0 -0
- /package/dist/core/{Swirl-C9xCY4TA.js → Swirl-BIFGxHL0.js} +0 -0
- /package/dist/core/{TiltShift-CFhc4M-Z.js → TiltShift-CLMFkzBs.js} +0 -0
- /package/dist/core/{Tint-DS1FvtQc.js → Tint-NQjiXLGu.js} +0 -0
- /package/dist/core/{Tritone-CesYYNTz.js → Tritone-67eoddBF.js} +0 -0
- /package/dist/core/{Twirl-8C-m04yw.js → Twirl-ZaYAMqmq.js} +0 -0
- /package/dist/core/{Vibrance-Cbr-9ds2.js → Vibrance-DbSUuK_4.js} +0 -0
- /package/dist/core/{VideoTexture-DKnQrDkq.js → VideoTexture-lHzoN3G9.js} +0 -0
- /package/dist/core/{WaveDistortion-D-TGqE0a.js → WaveDistortion-CB6xTndT.js} +0 -0
- /package/dist/core/{WebcamTexture-C3EtpWf2.js → WebcamTexture-BJUvpMmV.js} +0 -0
- /package/dist/core/{ZoomBlur-DmMiy4FJ.js → ZoomBlur-BCClC8fw.js} +0 -0
package/dist/svelte/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as generatePresetCode } from "./generatePresetCode-
|
|
1
|
+
import { n as generatePresetCode } from "./generatePresetCode-TDa1I3YR.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";
|
|
@@ -16,66 +16,68 @@ import { componentDefinition as componentDefinition$9 } from "../core/shaders/Ch
|
|
|
16
16
|
import { componentDefinition as componentDefinition$10 } from "../core/shaders/ChromaFlow/index.js";
|
|
17
17
|
import { componentDefinition as componentDefinition$11 } from "../core/shaders/ChromaticAberration/index.js";
|
|
18
18
|
import { componentDefinition as componentDefinition$12 } from "../core/shaders/Circle/index.js";
|
|
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/
|
|
19
|
+
import { componentDefinition as componentDefinition$13 } from "../core/shaders/ConcentricSpin/index.js";
|
|
20
|
+
import { componentDefinition as componentDefinition$14 } from "../core/shaders/ContourLines/index.js";
|
|
21
|
+
import { componentDefinition as componentDefinition$15 } from "../core/shaders/CursorTrail/index.js";
|
|
22
|
+
import { componentDefinition as componentDefinition$16 } from "../core/shaders/DiffuseBlur/index.js";
|
|
23
|
+
import { componentDefinition as componentDefinition$17 } from "../core/shaders/Dither/index.js";
|
|
24
|
+
import { componentDefinition as componentDefinition$18 } from "../core/shaders/DotGrid/index.js";
|
|
25
|
+
import { componentDefinition as componentDefinition$19 } from "../core/shaders/Duotone/index.js";
|
|
26
|
+
import { componentDefinition as componentDefinition$20 } from "../core/shaders/FilmGrain/index.js";
|
|
27
|
+
import { componentDefinition as componentDefinition$21 } from "../core/shaders/FloatingParticles/index.js";
|
|
28
|
+
import { componentDefinition as componentDefinition$22 } from "../core/shaders/FlowField/index.js";
|
|
29
|
+
import { componentDefinition as componentDefinition$23 } from "../core/shaders/GlassTiles/index.js";
|
|
30
|
+
import { componentDefinition as componentDefinition$24 } from "../core/shaders/Glitch/index.js";
|
|
31
|
+
import { componentDefinition as componentDefinition$25 } from "../core/shaders/Glow/index.js";
|
|
32
|
+
import { componentDefinition as componentDefinition$26 } from "../core/shaders/Godrays/index.js";
|
|
33
|
+
import { componentDefinition as componentDefinition$27 } from "../core/shaders/Grayscale/index.js";
|
|
34
|
+
import { componentDefinition as componentDefinition$28 } from "../core/shaders/Grid/index.js";
|
|
35
|
+
import { componentDefinition as componentDefinition$29 } from "../core/shaders/GridDistortion/index.js";
|
|
36
|
+
import { componentDefinition as componentDefinition$30 } from "../core/shaders/Group/index.js";
|
|
37
|
+
import { componentDefinition as componentDefinition$31 } from "../core/shaders/Halftone/index.js";
|
|
38
|
+
import { componentDefinition as componentDefinition$32 } from "../core/shaders/HueShift/index.js";
|
|
39
|
+
import { componentDefinition as componentDefinition$33 } from "../core/shaders/ImageTexture/index.js";
|
|
40
|
+
import { componentDefinition as componentDefinition$34 } from "../core/shaders/Invert/index.js";
|
|
41
|
+
import { componentDefinition as componentDefinition$35 } from "../core/shaders/Kaleidoscope/index.js";
|
|
42
|
+
import { componentDefinition as componentDefinition$36 } from "../core/shaders/LensFlare/index.js";
|
|
43
|
+
import { componentDefinition as componentDefinition$37 } from "../core/shaders/LinearBlur/index.js";
|
|
44
|
+
import { componentDefinition as componentDefinition$38 } from "../core/shaders/LinearGradient/index.js";
|
|
45
|
+
import { componentDefinition as componentDefinition$39 } from "../core/shaders/Liquify/index.js";
|
|
46
|
+
import { componentDefinition as componentDefinition$40 } from "../core/shaders/Mirror/index.js";
|
|
47
|
+
import { componentDefinition as componentDefinition$41 } from "../core/shaders/Perspective/index.js";
|
|
48
|
+
import { componentDefinition as componentDefinition$42 } from "../core/shaders/Pixelate/index.js";
|
|
49
|
+
import { componentDefinition as componentDefinition$43 } from "../core/shaders/Plasma/index.js";
|
|
50
|
+
import { componentDefinition as componentDefinition$44 } from "../core/shaders/PolarCoordinates/index.js";
|
|
51
|
+
import { componentDefinition as componentDefinition$45 } from "../core/shaders/Posterize/index.js";
|
|
52
|
+
import { componentDefinition as componentDefinition$46 } from "../core/shaders/ProgressiveBlur/index.js";
|
|
53
|
+
import { componentDefinition as componentDefinition$47 } from "../core/shaders/RadialGradient/index.js";
|
|
54
|
+
import { componentDefinition as componentDefinition$48 } from "../core/shaders/RectangularCoordinates/index.js";
|
|
55
|
+
import { componentDefinition as componentDefinition$49 } from "../core/shaders/Ripples/index.js";
|
|
56
|
+
import { componentDefinition as componentDefinition$50 } from "../core/shaders/Saturation/index.js";
|
|
57
|
+
import { componentDefinition as componentDefinition$51 } from "../core/shaders/Sharpness/index.js";
|
|
58
|
+
import { componentDefinition as componentDefinition$52 } from "../core/shaders/Shatter/index.js";
|
|
59
|
+
import { componentDefinition as componentDefinition$53 } from "../core/shaders/SimplexNoise/index.js";
|
|
60
|
+
import { componentDefinition as componentDefinition$54 } from "../core/shaders/SineWave/index.js";
|
|
61
|
+
import { componentDefinition as componentDefinition$55 } from "../core/shaders/SolidColor/index.js";
|
|
62
|
+
import { componentDefinition as componentDefinition$56 } from "../core/shaders/Spherize/index.js";
|
|
63
|
+
import { componentDefinition as componentDefinition$57 } from "../core/shaders/Spiral/index.js";
|
|
64
|
+
import { componentDefinition as componentDefinition$58 } from "../core/shaders/Strands/index.js";
|
|
65
|
+
import { componentDefinition as componentDefinition$59 } from "../core/shaders/Stretch/index.js";
|
|
66
|
+
import { componentDefinition as componentDefinition$60 } from "../core/shaders/Stripes/index.js";
|
|
67
|
+
import { componentDefinition as componentDefinition$61 } from "../core/shaders/StudioBackground/index.js";
|
|
68
|
+
import { componentDefinition as componentDefinition$62 } from "../core/shaders/Swirl/index.js";
|
|
69
|
+
import { componentDefinition as componentDefinition$63 } from "../core/shaders/TiltShift/index.js";
|
|
70
|
+
import { componentDefinition as componentDefinition$64 } from "../core/shaders/Tint/index.js";
|
|
71
|
+
import { componentDefinition as componentDefinition$65 } from "../core/shaders/Tritone/index.js";
|
|
72
|
+
import { componentDefinition as componentDefinition$66 } from "../core/shaders/Twirl/index.js";
|
|
73
|
+
import { componentDefinition as componentDefinition$67 } from "../core/shaders/Vibrance/index.js";
|
|
74
|
+
import { componentDefinition as componentDefinition$68 } from "../core/shaders/VideoTexture/index.js";
|
|
75
|
+
import { componentDefinition as componentDefinition$69 } from "../core/shaders/WaveDistortion/index.js";
|
|
76
|
+
import { componentDefinition as componentDefinition$70 } from "../core/shaders/WebcamTexture/index.js";
|
|
77
|
+
import { componentDefinition as componentDefinition$71 } from "../core/shaders/ZoomBlur/index.js";
|
|
76
78
|
import { vec4 } from "three/tsl";
|
|
77
79
|
import { TelemetryCollector, isExternalUser, shouldCollectTelemetry } from "../core/telemetry/index.js";
|
|
78
|
-
var root$
|
|
80
|
+
var root$72 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
79
81
|
function AngularBlur($$anchor, $$props) {
|
|
80
82
|
$.push($$props, true);
|
|
81
83
|
const DEFAULT_TRANSFORM = {
|
|
@@ -195,7 +197,7 @@ function AngularBlur($$anchor, $$props) {
|
|
|
195
197
|
$.set(isRegistered, false);
|
|
196
198
|
parentRegister(instanceId, null, null, null, null);
|
|
197
199
|
});
|
|
198
|
-
var span = root$
|
|
200
|
+
var span = root$72();
|
|
199
201
|
var node = $.child(span);
|
|
200
202
|
children?.(node);
|
|
201
203
|
$.reset(span);
|
|
@@ -204,7 +206,7 @@ function AngularBlur($$anchor, $$props) {
|
|
|
204
206
|
$.append($$anchor, span);
|
|
205
207
|
$.pop();
|
|
206
208
|
}
|
|
207
|
-
var root$
|
|
209
|
+
var root$71 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
208
210
|
function Ascii($$anchor, $$props) {
|
|
209
211
|
$.push($$props, true);
|
|
210
212
|
const DEFAULT_TRANSFORM = {
|
|
@@ -324,7 +326,7 @@ function Ascii($$anchor, $$props) {
|
|
|
324
326
|
$.set(isRegistered, false);
|
|
325
327
|
parentRegister(instanceId, null, null, null, null);
|
|
326
328
|
});
|
|
327
|
-
var span = root$
|
|
329
|
+
var span = root$71();
|
|
328
330
|
var node = $.child(span);
|
|
329
331
|
children?.(node);
|
|
330
332
|
$.reset(span);
|
|
@@ -333,7 +335,7 @@ function Ascii($$anchor, $$props) {
|
|
|
333
335
|
$.append($$anchor, span);
|
|
334
336
|
$.pop();
|
|
335
337
|
}
|
|
336
|
-
var root$
|
|
338
|
+
var root$70 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
337
339
|
function Beam($$anchor, $$props) {
|
|
338
340
|
$.push($$props, true);
|
|
339
341
|
const DEFAULT_TRANSFORM = {
|
|
@@ -453,7 +455,7 @@ function Beam($$anchor, $$props) {
|
|
|
453
455
|
$.set(isRegistered, false);
|
|
454
456
|
parentRegister(instanceId, null, null, null, null);
|
|
455
457
|
});
|
|
456
|
-
var span = root$
|
|
458
|
+
var span = root$70();
|
|
457
459
|
var node = $.child(span);
|
|
458
460
|
children?.(node);
|
|
459
461
|
$.reset(span);
|
|
@@ -462,7 +464,7 @@ function Beam($$anchor, $$props) {
|
|
|
462
464
|
$.append($$anchor, span);
|
|
463
465
|
$.pop();
|
|
464
466
|
}
|
|
465
|
-
var root$
|
|
467
|
+
var root$69 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
466
468
|
function Blob($$anchor, $$props) {
|
|
467
469
|
$.push($$props, true);
|
|
468
470
|
const DEFAULT_TRANSFORM = {
|
|
@@ -582,7 +584,7 @@ function Blob($$anchor, $$props) {
|
|
|
582
584
|
$.set(isRegistered, false);
|
|
583
585
|
parentRegister(instanceId, null, null, null, null);
|
|
584
586
|
});
|
|
585
|
-
var span = root$
|
|
587
|
+
var span = root$69();
|
|
586
588
|
var node = $.child(span);
|
|
587
589
|
children?.(node);
|
|
588
590
|
$.reset(span);
|
|
@@ -591,7 +593,7 @@ function Blob($$anchor, $$props) {
|
|
|
591
593
|
$.append($$anchor, span);
|
|
592
594
|
$.pop();
|
|
593
595
|
}
|
|
594
|
-
var root$
|
|
596
|
+
var root$68 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
595
597
|
function Blur($$anchor, $$props) {
|
|
596
598
|
$.push($$props, true);
|
|
597
599
|
const DEFAULT_TRANSFORM = {
|
|
@@ -711,7 +713,7 @@ function Blur($$anchor, $$props) {
|
|
|
711
713
|
$.set(isRegistered, false);
|
|
712
714
|
parentRegister(instanceId, null, null, null, null);
|
|
713
715
|
});
|
|
714
|
-
var span = root$
|
|
716
|
+
var span = root$68();
|
|
715
717
|
var node = $.child(span);
|
|
716
718
|
children?.(node);
|
|
717
719
|
$.reset(span);
|
|
@@ -720,7 +722,7 @@ function Blur($$anchor, $$props) {
|
|
|
720
722
|
$.append($$anchor, span);
|
|
721
723
|
$.pop();
|
|
722
724
|
}
|
|
723
|
-
var root$
|
|
725
|
+
var root$67 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
724
726
|
function BrightnessContrast($$anchor, $$props) {
|
|
725
727
|
$.push($$props, true);
|
|
726
728
|
const DEFAULT_TRANSFORM = {
|
|
@@ -840,7 +842,7 @@ function BrightnessContrast($$anchor, $$props) {
|
|
|
840
842
|
$.set(isRegistered, false);
|
|
841
843
|
parentRegister(instanceId, null, null, null, null);
|
|
842
844
|
});
|
|
843
|
-
var span = root$
|
|
845
|
+
var span = root$67();
|
|
844
846
|
var node = $.child(span);
|
|
845
847
|
children?.(node);
|
|
846
848
|
$.reset(span);
|
|
@@ -849,7 +851,7 @@ function BrightnessContrast($$anchor, $$props) {
|
|
|
849
851
|
$.append($$anchor, span);
|
|
850
852
|
$.pop();
|
|
851
853
|
}
|
|
852
|
-
var root$
|
|
854
|
+
var root$66 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
853
855
|
function Bulge($$anchor, $$props) {
|
|
854
856
|
$.push($$props, true);
|
|
855
857
|
const DEFAULT_TRANSFORM = {
|
|
@@ -969,7 +971,7 @@ function Bulge($$anchor, $$props) {
|
|
|
969
971
|
$.set(isRegistered, false);
|
|
970
972
|
parentRegister(instanceId, null, null, null, null);
|
|
971
973
|
});
|
|
972
|
-
var span = root$
|
|
974
|
+
var span = root$66();
|
|
973
975
|
var node = $.child(span);
|
|
974
976
|
children?.(node);
|
|
975
977
|
$.reset(span);
|
|
@@ -978,7 +980,7 @@ function Bulge($$anchor, $$props) {
|
|
|
978
980
|
$.append($$anchor, span);
|
|
979
981
|
$.pop();
|
|
980
982
|
}
|
|
981
|
-
var root$
|
|
983
|
+
var root$65 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
982
984
|
function CRTScreen($$anchor, $$props) {
|
|
983
985
|
$.push($$props, true);
|
|
984
986
|
const DEFAULT_TRANSFORM = {
|
|
@@ -1098,7 +1100,7 @@ function CRTScreen($$anchor, $$props) {
|
|
|
1098
1100
|
$.set(isRegistered, false);
|
|
1099
1101
|
parentRegister(instanceId, null, null, null, null);
|
|
1100
1102
|
});
|
|
1101
|
-
var span = root$
|
|
1103
|
+
var span = root$65();
|
|
1102
1104
|
var node = $.child(span);
|
|
1103
1105
|
children?.(node);
|
|
1104
1106
|
$.reset(span);
|
|
@@ -1107,7 +1109,7 @@ function CRTScreen($$anchor, $$props) {
|
|
|
1107
1109
|
$.append($$anchor, span);
|
|
1108
1110
|
$.pop();
|
|
1109
1111
|
}
|
|
1110
|
-
var root$
|
|
1112
|
+
var root$64 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
1111
1113
|
function ChannelBlur($$anchor, $$props) {
|
|
1112
1114
|
$.push($$props, true);
|
|
1113
1115
|
const DEFAULT_TRANSFORM = {
|
|
@@ -1227,7 +1229,7 @@ function ChannelBlur($$anchor, $$props) {
|
|
|
1227
1229
|
$.set(isRegistered, false);
|
|
1228
1230
|
parentRegister(instanceId, null, null, null, null);
|
|
1229
1231
|
});
|
|
1230
|
-
var span = root$
|
|
1232
|
+
var span = root$64();
|
|
1231
1233
|
var node = $.child(span);
|
|
1232
1234
|
children?.(node);
|
|
1233
1235
|
$.reset(span);
|
|
@@ -1236,7 +1238,7 @@ function ChannelBlur($$anchor, $$props) {
|
|
|
1236
1238
|
$.append($$anchor, span);
|
|
1237
1239
|
$.pop();
|
|
1238
1240
|
}
|
|
1239
|
-
var root$
|
|
1241
|
+
var root$63 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
1240
1242
|
function Checkerboard($$anchor, $$props) {
|
|
1241
1243
|
$.push($$props, true);
|
|
1242
1244
|
const DEFAULT_TRANSFORM = {
|
|
@@ -1356,7 +1358,7 @@ function Checkerboard($$anchor, $$props) {
|
|
|
1356
1358
|
$.set(isRegistered, false);
|
|
1357
1359
|
parentRegister(instanceId, null, null, null, null);
|
|
1358
1360
|
});
|
|
1359
|
-
var span = root$
|
|
1361
|
+
var span = root$63();
|
|
1360
1362
|
var node = $.child(span);
|
|
1361
1363
|
children?.(node);
|
|
1362
1364
|
$.reset(span);
|
|
@@ -1365,7 +1367,7 @@ function Checkerboard($$anchor, $$props) {
|
|
|
1365
1367
|
$.append($$anchor, span);
|
|
1366
1368
|
$.pop();
|
|
1367
1369
|
}
|
|
1368
|
-
var root$
|
|
1370
|
+
var root$62 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
1369
1371
|
function ChromaFlow($$anchor, $$props) {
|
|
1370
1372
|
$.push($$props, true);
|
|
1371
1373
|
const DEFAULT_TRANSFORM = {
|
|
@@ -1485,7 +1487,7 @@ function ChromaFlow($$anchor, $$props) {
|
|
|
1485
1487
|
$.set(isRegistered, false);
|
|
1486
1488
|
parentRegister(instanceId, null, null, null, null);
|
|
1487
1489
|
});
|
|
1488
|
-
var span = root$
|
|
1490
|
+
var span = root$62();
|
|
1489
1491
|
var node = $.child(span);
|
|
1490
1492
|
children?.(node);
|
|
1491
1493
|
$.reset(span);
|
|
@@ -1494,7 +1496,7 @@ function ChromaFlow($$anchor, $$props) {
|
|
|
1494
1496
|
$.append($$anchor, span);
|
|
1495
1497
|
$.pop();
|
|
1496
1498
|
}
|
|
1497
|
-
var root$
|
|
1499
|
+
var root$61 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
1498
1500
|
function ChromaticAberration($$anchor, $$props) {
|
|
1499
1501
|
$.push($$props, true);
|
|
1500
1502
|
const DEFAULT_TRANSFORM = {
|
|
@@ -1614,7 +1616,7 @@ function ChromaticAberration($$anchor, $$props) {
|
|
|
1614
1616
|
$.set(isRegistered, false);
|
|
1615
1617
|
parentRegister(instanceId, null, null, null, null);
|
|
1616
1618
|
});
|
|
1617
|
-
var span = root$
|
|
1619
|
+
var span = root$61();
|
|
1618
1620
|
var node = $.child(span);
|
|
1619
1621
|
children?.(node);
|
|
1620
1622
|
$.reset(span);
|
|
@@ -1623,7 +1625,7 @@ function ChromaticAberration($$anchor, $$props) {
|
|
|
1623
1625
|
$.append($$anchor, span);
|
|
1624
1626
|
$.pop();
|
|
1625
1627
|
}
|
|
1626
|
-
var root$
|
|
1628
|
+
var root$60 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
1627
1629
|
function Circle($$anchor, $$props) {
|
|
1628
1630
|
$.push($$props, true);
|
|
1629
1631
|
const DEFAULT_TRANSFORM = {
|
|
@@ -1743,7 +1745,7 @@ function Circle($$anchor, $$props) {
|
|
|
1743
1745
|
$.set(isRegistered, false);
|
|
1744
1746
|
parentRegister(instanceId, null, null, null, null);
|
|
1745
1747
|
});
|
|
1746
|
-
var span = root$
|
|
1748
|
+
var span = root$60();
|
|
1747
1749
|
var node = $.child(span);
|
|
1748
1750
|
children?.(node);
|
|
1749
1751
|
$.reset(span);
|
|
@@ -1752,8 +1754,8 @@ function Circle($$anchor, $$props) {
|
|
|
1752
1754
|
$.append($$anchor, span);
|
|
1753
1755
|
$.pop();
|
|
1754
1756
|
}
|
|
1755
|
-
var root$
|
|
1756
|
-
function
|
|
1757
|
+
var root$59 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
1758
|
+
function ConcentricSpin($$anchor, $$props) {
|
|
1757
1759
|
$.push($$props, true);
|
|
1758
1760
|
const DEFAULT_TRANSFORM = {
|
|
1759
1761
|
offsetX: 0,
|
|
@@ -1872,7 +1874,7 @@ function ContourLines($$anchor, $$props) {
|
|
|
1872
1874
|
$.set(isRegistered, false);
|
|
1873
1875
|
parentRegister(instanceId, null, null, null, null);
|
|
1874
1876
|
});
|
|
1875
|
-
var span = root$
|
|
1877
|
+
var span = root$59();
|
|
1876
1878
|
var node = $.child(span);
|
|
1877
1879
|
children?.(node);
|
|
1878
1880
|
$.reset(span);
|
|
@@ -1881,8 +1883,8 @@ function ContourLines($$anchor, $$props) {
|
|
|
1881
1883
|
$.append($$anchor, span);
|
|
1882
1884
|
$.pop();
|
|
1883
1885
|
}
|
|
1884
|
-
var root$
|
|
1885
|
-
function
|
|
1886
|
+
var root$58 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
1887
|
+
function ContourLines($$anchor, $$props) {
|
|
1886
1888
|
$.push($$props, true);
|
|
1887
1889
|
const DEFAULT_TRANSFORM = {
|
|
1888
1890
|
offsetX: 0,
|
|
@@ -2001,7 +2003,7 @@ function CursorTrail($$anchor, $$props) {
|
|
|
2001
2003
|
$.set(isRegistered, false);
|
|
2002
2004
|
parentRegister(instanceId, null, null, null, null);
|
|
2003
2005
|
});
|
|
2004
|
-
var span = root$
|
|
2006
|
+
var span = root$58();
|
|
2005
2007
|
var node = $.child(span);
|
|
2006
2008
|
children?.(node);
|
|
2007
2009
|
$.reset(span);
|
|
@@ -2010,8 +2012,8 @@ function CursorTrail($$anchor, $$props) {
|
|
|
2010
2012
|
$.append($$anchor, span);
|
|
2011
2013
|
$.pop();
|
|
2012
2014
|
}
|
|
2013
|
-
var root$
|
|
2014
|
-
function
|
|
2015
|
+
var root$57 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
2016
|
+
function CursorTrail($$anchor, $$props) {
|
|
2015
2017
|
$.push($$props, true);
|
|
2016
2018
|
const DEFAULT_TRANSFORM = {
|
|
2017
2019
|
offsetX: 0,
|
|
@@ -2130,7 +2132,7 @@ function DiffuseBlur($$anchor, $$props) {
|
|
|
2130
2132
|
$.set(isRegistered, false);
|
|
2131
2133
|
parentRegister(instanceId, null, null, null, null);
|
|
2132
2134
|
});
|
|
2133
|
-
var span = root$
|
|
2135
|
+
var span = root$57();
|
|
2134
2136
|
var node = $.child(span);
|
|
2135
2137
|
children?.(node);
|
|
2136
2138
|
$.reset(span);
|
|
@@ -2139,8 +2141,8 @@ function DiffuseBlur($$anchor, $$props) {
|
|
|
2139
2141
|
$.append($$anchor, span);
|
|
2140
2142
|
$.pop();
|
|
2141
2143
|
}
|
|
2142
|
-
var root$
|
|
2143
|
-
function
|
|
2144
|
+
var root$56 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
2145
|
+
function DiffuseBlur($$anchor, $$props) {
|
|
2144
2146
|
$.push($$props, true);
|
|
2145
2147
|
const DEFAULT_TRANSFORM = {
|
|
2146
2148
|
offsetX: 0,
|
|
@@ -2259,7 +2261,7 @@ function Dither($$anchor, $$props) {
|
|
|
2259
2261
|
$.set(isRegistered, false);
|
|
2260
2262
|
parentRegister(instanceId, null, null, null, null);
|
|
2261
2263
|
});
|
|
2262
|
-
var span = root$
|
|
2264
|
+
var span = root$56();
|
|
2263
2265
|
var node = $.child(span);
|
|
2264
2266
|
children?.(node);
|
|
2265
2267
|
$.reset(span);
|
|
@@ -2268,8 +2270,8 @@ function Dither($$anchor, $$props) {
|
|
|
2268
2270
|
$.append($$anchor, span);
|
|
2269
2271
|
$.pop();
|
|
2270
2272
|
}
|
|
2271
|
-
var root$
|
|
2272
|
-
function
|
|
2273
|
+
var root$55 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
2274
|
+
function Dither($$anchor, $$props) {
|
|
2273
2275
|
$.push($$props, true);
|
|
2274
2276
|
const DEFAULT_TRANSFORM = {
|
|
2275
2277
|
offsetX: 0,
|
|
@@ -2388,7 +2390,7 @@ function DotGrid($$anchor, $$props) {
|
|
|
2388
2390
|
$.set(isRegistered, false);
|
|
2389
2391
|
parentRegister(instanceId, null, null, null, null);
|
|
2390
2392
|
});
|
|
2391
|
-
var span = root$
|
|
2393
|
+
var span = root$55();
|
|
2392
2394
|
var node = $.child(span);
|
|
2393
2395
|
children?.(node);
|
|
2394
2396
|
$.reset(span);
|
|
@@ -2397,8 +2399,8 @@ function DotGrid($$anchor, $$props) {
|
|
|
2397
2399
|
$.append($$anchor, span);
|
|
2398
2400
|
$.pop();
|
|
2399
2401
|
}
|
|
2400
|
-
var root$
|
|
2401
|
-
function
|
|
2402
|
+
var root$54 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
2403
|
+
function DotGrid($$anchor, $$props) {
|
|
2402
2404
|
$.push($$props, true);
|
|
2403
2405
|
const DEFAULT_TRANSFORM = {
|
|
2404
2406
|
offsetX: 0,
|
|
@@ -2517,7 +2519,7 @@ function Duotone($$anchor, $$props) {
|
|
|
2517
2519
|
$.set(isRegistered, false);
|
|
2518
2520
|
parentRegister(instanceId, null, null, null, null);
|
|
2519
2521
|
});
|
|
2520
|
-
var span = root$
|
|
2522
|
+
var span = root$54();
|
|
2521
2523
|
var node = $.child(span);
|
|
2522
2524
|
children?.(node);
|
|
2523
2525
|
$.reset(span);
|
|
@@ -2526,8 +2528,8 @@ function Duotone($$anchor, $$props) {
|
|
|
2526
2528
|
$.append($$anchor, span);
|
|
2527
2529
|
$.pop();
|
|
2528
2530
|
}
|
|
2529
|
-
var root$
|
|
2530
|
-
function
|
|
2531
|
+
var root$53 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
2532
|
+
function Duotone($$anchor, $$props) {
|
|
2531
2533
|
$.push($$props, true);
|
|
2532
2534
|
const DEFAULT_TRANSFORM = {
|
|
2533
2535
|
offsetX: 0,
|
|
@@ -2646,7 +2648,7 @@ function FilmGrain($$anchor, $$props) {
|
|
|
2646
2648
|
$.set(isRegistered, false);
|
|
2647
2649
|
parentRegister(instanceId, null, null, null, null);
|
|
2648
2650
|
});
|
|
2649
|
-
var span = root$
|
|
2651
|
+
var span = root$53();
|
|
2650
2652
|
var node = $.child(span);
|
|
2651
2653
|
children?.(node);
|
|
2652
2654
|
$.reset(span);
|
|
@@ -2655,8 +2657,8 @@ function FilmGrain($$anchor, $$props) {
|
|
|
2655
2657
|
$.append($$anchor, span);
|
|
2656
2658
|
$.pop();
|
|
2657
2659
|
}
|
|
2658
|
-
var root$
|
|
2659
|
-
function
|
|
2660
|
+
var root$52 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
2661
|
+
function FilmGrain($$anchor, $$props) {
|
|
2660
2662
|
$.push($$props, true);
|
|
2661
2663
|
const DEFAULT_TRANSFORM = {
|
|
2662
2664
|
offsetX: 0,
|
|
@@ -2775,7 +2777,7 @@ function FloatingParticles($$anchor, $$props) {
|
|
|
2775
2777
|
$.set(isRegistered, false);
|
|
2776
2778
|
parentRegister(instanceId, null, null, null, null);
|
|
2777
2779
|
});
|
|
2778
|
-
var span = root$
|
|
2780
|
+
var span = root$52();
|
|
2779
2781
|
var node = $.child(span);
|
|
2780
2782
|
children?.(node);
|
|
2781
2783
|
$.reset(span);
|
|
@@ -2784,8 +2786,8 @@ function FloatingParticles($$anchor, $$props) {
|
|
|
2784
2786
|
$.append($$anchor, span);
|
|
2785
2787
|
$.pop();
|
|
2786
2788
|
}
|
|
2787
|
-
var root$
|
|
2788
|
-
function
|
|
2789
|
+
var root$51 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
2790
|
+
function FloatingParticles($$anchor, $$props) {
|
|
2789
2791
|
$.push($$props, true);
|
|
2790
2792
|
const DEFAULT_TRANSFORM = {
|
|
2791
2793
|
offsetX: 0,
|
|
@@ -2904,7 +2906,7 @@ function FlowField($$anchor, $$props) {
|
|
|
2904
2906
|
$.set(isRegistered, false);
|
|
2905
2907
|
parentRegister(instanceId, null, null, null, null);
|
|
2906
2908
|
});
|
|
2907
|
-
var span = root$
|
|
2909
|
+
var span = root$51();
|
|
2908
2910
|
var node = $.child(span);
|
|
2909
2911
|
children?.(node);
|
|
2910
2912
|
$.reset(span);
|
|
@@ -2913,8 +2915,8 @@ function FlowField($$anchor, $$props) {
|
|
|
2913
2915
|
$.append($$anchor, span);
|
|
2914
2916
|
$.pop();
|
|
2915
2917
|
}
|
|
2916
|
-
var root$
|
|
2917
|
-
function
|
|
2918
|
+
var root$50 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
2919
|
+
function FlowField($$anchor, $$props) {
|
|
2918
2920
|
$.push($$props, true);
|
|
2919
2921
|
const DEFAULT_TRANSFORM = {
|
|
2920
2922
|
offsetX: 0,
|
|
@@ -3033,7 +3035,7 @@ function GlassTiles($$anchor, $$props) {
|
|
|
3033
3035
|
$.set(isRegistered, false);
|
|
3034
3036
|
parentRegister(instanceId, null, null, null, null);
|
|
3035
3037
|
});
|
|
3036
|
-
var span = root$
|
|
3038
|
+
var span = root$50();
|
|
3037
3039
|
var node = $.child(span);
|
|
3038
3040
|
children?.(node);
|
|
3039
3041
|
$.reset(span);
|
|
@@ -3042,8 +3044,8 @@ function GlassTiles($$anchor, $$props) {
|
|
|
3042
3044
|
$.append($$anchor, span);
|
|
3043
3045
|
$.pop();
|
|
3044
3046
|
}
|
|
3045
|
-
var root$
|
|
3046
|
-
function
|
|
3047
|
+
var root$49 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
3048
|
+
function GlassTiles($$anchor, $$props) {
|
|
3047
3049
|
$.push($$props, true);
|
|
3048
3050
|
const DEFAULT_TRANSFORM = {
|
|
3049
3051
|
offsetX: 0,
|
|
@@ -3162,7 +3164,7 @@ function Glitch($$anchor, $$props) {
|
|
|
3162
3164
|
$.set(isRegistered, false);
|
|
3163
3165
|
parentRegister(instanceId, null, null, null, null);
|
|
3164
3166
|
});
|
|
3165
|
-
var span = root$
|
|
3167
|
+
var span = root$49();
|
|
3166
3168
|
var node = $.child(span);
|
|
3167
3169
|
children?.(node);
|
|
3168
3170
|
$.reset(span);
|
|
@@ -3171,8 +3173,8 @@ function Glitch($$anchor, $$props) {
|
|
|
3171
3173
|
$.append($$anchor, span);
|
|
3172
3174
|
$.pop();
|
|
3173
3175
|
}
|
|
3174
|
-
var root$
|
|
3175
|
-
function
|
|
3176
|
+
var root$48 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
3177
|
+
function Glitch($$anchor, $$props) {
|
|
3176
3178
|
$.push($$props, true);
|
|
3177
3179
|
const DEFAULT_TRANSFORM = {
|
|
3178
3180
|
offsetX: 0,
|
|
@@ -3291,7 +3293,7 @@ function Glow($$anchor, $$props) {
|
|
|
3291
3293
|
$.set(isRegistered, false);
|
|
3292
3294
|
parentRegister(instanceId, null, null, null, null);
|
|
3293
3295
|
});
|
|
3294
|
-
var span = root$
|
|
3296
|
+
var span = root$48();
|
|
3295
3297
|
var node = $.child(span);
|
|
3296
3298
|
children?.(node);
|
|
3297
3299
|
$.reset(span);
|
|
@@ -3300,8 +3302,8 @@ function Glow($$anchor, $$props) {
|
|
|
3300
3302
|
$.append($$anchor, span);
|
|
3301
3303
|
$.pop();
|
|
3302
3304
|
}
|
|
3303
|
-
var root$
|
|
3304
|
-
function
|
|
3305
|
+
var root$47 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
3306
|
+
function Glow($$anchor, $$props) {
|
|
3305
3307
|
$.push($$props, true);
|
|
3306
3308
|
const DEFAULT_TRANSFORM = {
|
|
3307
3309
|
offsetX: 0,
|
|
@@ -3420,7 +3422,7 @@ function Godrays($$anchor, $$props) {
|
|
|
3420
3422
|
$.set(isRegistered, false);
|
|
3421
3423
|
parentRegister(instanceId, null, null, null, null);
|
|
3422
3424
|
});
|
|
3423
|
-
var span = root$
|
|
3425
|
+
var span = root$47();
|
|
3424
3426
|
var node = $.child(span);
|
|
3425
3427
|
children?.(node);
|
|
3426
3428
|
$.reset(span);
|
|
@@ -3429,8 +3431,8 @@ function Godrays($$anchor, $$props) {
|
|
|
3429
3431
|
$.append($$anchor, span);
|
|
3430
3432
|
$.pop();
|
|
3431
3433
|
}
|
|
3432
|
-
var root$
|
|
3433
|
-
function
|
|
3434
|
+
var root$46 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
3435
|
+
function Godrays($$anchor, $$props) {
|
|
3434
3436
|
$.push($$props, true);
|
|
3435
3437
|
const DEFAULT_TRANSFORM = {
|
|
3436
3438
|
offsetX: 0,
|
|
@@ -3549,7 +3551,7 @@ function Grayscale($$anchor, $$props) {
|
|
|
3549
3551
|
$.set(isRegistered, false);
|
|
3550
3552
|
parentRegister(instanceId, null, null, null, null);
|
|
3551
3553
|
});
|
|
3552
|
-
var span = root$
|
|
3554
|
+
var span = root$46();
|
|
3553
3555
|
var node = $.child(span);
|
|
3554
3556
|
children?.(node);
|
|
3555
3557
|
$.reset(span);
|
|
@@ -3558,8 +3560,8 @@ function Grayscale($$anchor, $$props) {
|
|
|
3558
3560
|
$.append($$anchor, span);
|
|
3559
3561
|
$.pop();
|
|
3560
3562
|
}
|
|
3561
|
-
var root$
|
|
3562
|
-
function
|
|
3563
|
+
var root$45 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
3564
|
+
function Grayscale($$anchor, $$props) {
|
|
3563
3565
|
$.push($$props, true);
|
|
3564
3566
|
const DEFAULT_TRANSFORM = {
|
|
3565
3567
|
offsetX: 0,
|
|
@@ -3678,7 +3680,7 @@ function Grid($$anchor, $$props) {
|
|
|
3678
3680
|
$.set(isRegistered, false);
|
|
3679
3681
|
parentRegister(instanceId, null, null, null, null);
|
|
3680
3682
|
});
|
|
3681
|
-
var span = root$
|
|
3683
|
+
var span = root$45();
|
|
3682
3684
|
var node = $.child(span);
|
|
3683
3685
|
children?.(node);
|
|
3684
3686
|
$.reset(span);
|
|
@@ -3687,8 +3689,8 @@ function Grid($$anchor, $$props) {
|
|
|
3687
3689
|
$.append($$anchor, span);
|
|
3688
3690
|
$.pop();
|
|
3689
3691
|
}
|
|
3690
|
-
var root$
|
|
3691
|
-
function
|
|
3692
|
+
var root$44 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
3693
|
+
function Grid($$anchor, $$props) {
|
|
3692
3694
|
$.push($$props, true);
|
|
3693
3695
|
const DEFAULT_TRANSFORM = {
|
|
3694
3696
|
offsetX: 0,
|
|
@@ -3807,7 +3809,7 @@ function GridDistortion($$anchor, $$props) {
|
|
|
3807
3809
|
$.set(isRegistered, false);
|
|
3808
3810
|
parentRegister(instanceId, null, null, null, null);
|
|
3809
3811
|
});
|
|
3810
|
-
var span = root$
|
|
3812
|
+
var span = root$44();
|
|
3811
3813
|
var node = $.child(span);
|
|
3812
3814
|
children?.(node);
|
|
3813
3815
|
$.reset(span);
|
|
@@ -3816,8 +3818,8 @@ function GridDistortion($$anchor, $$props) {
|
|
|
3816
3818
|
$.append($$anchor, span);
|
|
3817
3819
|
$.pop();
|
|
3818
3820
|
}
|
|
3819
|
-
var root$
|
|
3820
|
-
function
|
|
3821
|
+
var root$43 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
3822
|
+
function GridDistortion($$anchor, $$props) {
|
|
3821
3823
|
$.push($$props, true);
|
|
3822
3824
|
const DEFAULT_TRANSFORM = {
|
|
3823
3825
|
offsetX: 0,
|
|
@@ -3936,7 +3938,7 @@ function Group($$anchor, $$props) {
|
|
|
3936
3938
|
$.set(isRegistered, false);
|
|
3937
3939
|
parentRegister(instanceId, null, null, null, null);
|
|
3938
3940
|
});
|
|
3939
|
-
var span = root$
|
|
3941
|
+
var span = root$43();
|
|
3940
3942
|
var node = $.child(span);
|
|
3941
3943
|
children?.(node);
|
|
3942
3944
|
$.reset(span);
|
|
@@ -3945,8 +3947,8 @@ function Group($$anchor, $$props) {
|
|
|
3945
3947
|
$.append($$anchor, span);
|
|
3946
3948
|
$.pop();
|
|
3947
3949
|
}
|
|
3948
|
-
var root$
|
|
3949
|
-
function
|
|
3950
|
+
var root$42 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
3951
|
+
function Group($$anchor, $$props) {
|
|
3950
3952
|
$.push($$props, true);
|
|
3951
3953
|
const DEFAULT_TRANSFORM = {
|
|
3952
3954
|
offsetX: 0,
|
|
@@ -4065,7 +4067,7 @@ function Halftone($$anchor, $$props) {
|
|
|
4065
4067
|
$.set(isRegistered, false);
|
|
4066
4068
|
parentRegister(instanceId, null, null, null, null);
|
|
4067
4069
|
});
|
|
4068
|
-
var span = root$
|
|
4070
|
+
var span = root$42();
|
|
4069
4071
|
var node = $.child(span);
|
|
4070
4072
|
children?.(node);
|
|
4071
4073
|
$.reset(span);
|
|
@@ -4074,8 +4076,8 @@ function Halftone($$anchor, $$props) {
|
|
|
4074
4076
|
$.append($$anchor, span);
|
|
4075
4077
|
$.pop();
|
|
4076
4078
|
}
|
|
4077
|
-
var root$
|
|
4078
|
-
function
|
|
4079
|
+
var root$41 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
4080
|
+
function Halftone($$anchor, $$props) {
|
|
4079
4081
|
$.push($$props, true);
|
|
4080
4082
|
const DEFAULT_TRANSFORM = {
|
|
4081
4083
|
offsetX: 0,
|
|
@@ -4194,7 +4196,7 @@ function HueShift($$anchor, $$props) {
|
|
|
4194
4196
|
$.set(isRegistered, false);
|
|
4195
4197
|
parentRegister(instanceId, null, null, null, null);
|
|
4196
4198
|
});
|
|
4197
|
-
var span = root$
|
|
4199
|
+
var span = root$41();
|
|
4198
4200
|
var node = $.child(span);
|
|
4199
4201
|
children?.(node);
|
|
4200
4202
|
$.reset(span);
|
|
@@ -4203,8 +4205,8 @@ function HueShift($$anchor, $$props) {
|
|
|
4203
4205
|
$.append($$anchor, span);
|
|
4204
4206
|
$.pop();
|
|
4205
4207
|
}
|
|
4206
|
-
var root$
|
|
4207
|
-
function
|
|
4208
|
+
var root$40 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
4209
|
+
function HueShift($$anchor, $$props) {
|
|
4208
4210
|
$.push($$props, true);
|
|
4209
4211
|
const DEFAULT_TRANSFORM = {
|
|
4210
4212
|
offsetX: 0,
|
|
@@ -4323,7 +4325,7 @@ function ImageTexture($$anchor, $$props) {
|
|
|
4323
4325
|
$.set(isRegistered, false);
|
|
4324
4326
|
parentRegister(instanceId, null, null, null, null);
|
|
4325
4327
|
});
|
|
4326
|
-
var span = root$
|
|
4328
|
+
var span = root$40();
|
|
4327
4329
|
var node = $.child(span);
|
|
4328
4330
|
children?.(node);
|
|
4329
4331
|
$.reset(span);
|
|
@@ -4332,8 +4334,8 @@ function ImageTexture($$anchor, $$props) {
|
|
|
4332
4334
|
$.append($$anchor, span);
|
|
4333
4335
|
$.pop();
|
|
4334
4336
|
}
|
|
4335
|
-
var root$
|
|
4336
|
-
function
|
|
4337
|
+
var root$39 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
4338
|
+
function ImageTexture($$anchor, $$props) {
|
|
4337
4339
|
$.push($$props, true);
|
|
4338
4340
|
const DEFAULT_TRANSFORM = {
|
|
4339
4341
|
offsetX: 0,
|
|
@@ -4452,7 +4454,7 @@ function Invert($$anchor, $$props) {
|
|
|
4452
4454
|
$.set(isRegistered, false);
|
|
4453
4455
|
parentRegister(instanceId, null, null, null, null);
|
|
4454
4456
|
});
|
|
4455
|
-
var span = root$
|
|
4457
|
+
var span = root$39();
|
|
4456
4458
|
var node = $.child(span);
|
|
4457
4459
|
children?.(node);
|
|
4458
4460
|
$.reset(span);
|
|
@@ -4461,8 +4463,8 @@ function Invert($$anchor, $$props) {
|
|
|
4461
4463
|
$.append($$anchor, span);
|
|
4462
4464
|
$.pop();
|
|
4463
4465
|
}
|
|
4464
|
-
var root$
|
|
4465
|
-
function
|
|
4466
|
+
var root$38 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
4467
|
+
function Invert($$anchor, $$props) {
|
|
4466
4468
|
$.push($$props, true);
|
|
4467
4469
|
const DEFAULT_TRANSFORM = {
|
|
4468
4470
|
offsetX: 0,
|
|
@@ -4581,7 +4583,7 @@ function Kaleidoscope($$anchor, $$props) {
|
|
|
4581
4583
|
$.set(isRegistered, false);
|
|
4582
4584
|
parentRegister(instanceId, null, null, null, null);
|
|
4583
4585
|
});
|
|
4584
|
-
var span = root$
|
|
4586
|
+
var span = root$38();
|
|
4585
4587
|
var node = $.child(span);
|
|
4586
4588
|
children?.(node);
|
|
4587
4589
|
$.reset(span);
|
|
@@ -4590,8 +4592,8 @@ function Kaleidoscope($$anchor, $$props) {
|
|
|
4590
4592
|
$.append($$anchor, span);
|
|
4591
4593
|
$.pop();
|
|
4592
4594
|
}
|
|
4593
|
-
var root$
|
|
4594
|
-
function
|
|
4595
|
+
var root$37 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
4596
|
+
function Kaleidoscope($$anchor, $$props) {
|
|
4595
4597
|
$.push($$props, true);
|
|
4596
4598
|
const DEFAULT_TRANSFORM = {
|
|
4597
4599
|
offsetX: 0,
|
|
@@ -4710,7 +4712,7 @@ function LensFlare($$anchor, $$props) {
|
|
|
4710
4712
|
$.set(isRegistered, false);
|
|
4711
4713
|
parentRegister(instanceId, null, null, null, null);
|
|
4712
4714
|
});
|
|
4713
|
-
var span = root$
|
|
4715
|
+
var span = root$37();
|
|
4714
4716
|
var node = $.child(span);
|
|
4715
4717
|
children?.(node);
|
|
4716
4718
|
$.reset(span);
|
|
@@ -4719,8 +4721,8 @@ function LensFlare($$anchor, $$props) {
|
|
|
4719
4721
|
$.append($$anchor, span);
|
|
4720
4722
|
$.pop();
|
|
4721
4723
|
}
|
|
4722
|
-
var root$
|
|
4723
|
-
function
|
|
4724
|
+
var root$36 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
4725
|
+
function LensFlare($$anchor, $$props) {
|
|
4724
4726
|
$.push($$props, true);
|
|
4725
4727
|
const DEFAULT_TRANSFORM = {
|
|
4726
4728
|
offsetX: 0,
|
|
@@ -4839,7 +4841,7 @@ function LinearBlur($$anchor, $$props) {
|
|
|
4839
4841
|
$.set(isRegistered, false);
|
|
4840
4842
|
parentRegister(instanceId, null, null, null, null);
|
|
4841
4843
|
});
|
|
4842
|
-
var span = root$
|
|
4844
|
+
var span = root$36();
|
|
4843
4845
|
var node = $.child(span);
|
|
4844
4846
|
children?.(node);
|
|
4845
4847
|
$.reset(span);
|
|
@@ -4848,8 +4850,8 @@ function LinearBlur($$anchor, $$props) {
|
|
|
4848
4850
|
$.append($$anchor, span);
|
|
4849
4851
|
$.pop();
|
|
4850
4852
|
}
|
|
4851
|
-
var root$
|
|
4852
|
-
function
|
|
4853
|
+
var root$35 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
4854
|
+
function LinearBlur($$anchor, $$props) {
|
|
4853
4855
|
$.push($$props, true);
|
|
4854
4856
|
const DEFAULT_TRANSFORM = {
|
|
4855
4857
|
offsetX: 0,
|
|
@@ -4968,7 +4970,7 @@ function LinearGradient($$anchor, $$props) {
|
|
|
4968
4970
|
$.set(isRegistered, false);
|
|
4969
4971
|
parentRegister(instanceId, null, null, null, null);
|
|
4970
4972
|
});
|
|
4971
|
-
var span = root$
|
|
4973
|
+
var span = root$35();
|
|
4972
4974
|
var node = $.child(span);
|
|
4973
4975
|
children?.(node);
|
|
4974
4976
|
$.reset(span);
|
|
@@ -4977,8 +4979,8 @@ function LinearGradient($$anchor, $$props) {
|
|
|
4977
4979
|
$.append($$anchor, span);
|
|
4978
4980
|
$.pop();
|
|
4979
4981
|
}
|
|
4980
|
-
var root$
|
|
4981
|
-
function
|
|
4982
|
+
var root$34 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
4983
|
+
function LinearGradient($$anchor, $$props) {
|
|
4982
4984
|
$.push($$props, true);
|
|
4983
4985
|
const DEFAULT_TRANSFORM = {
|
|
4984
4986
|
offsetX: 0,
|
|
@@ -5097,7 +5099,7 @@ function Liquify($$anchor, $$props) {
|
|
|
5097
5099
|
$.set(isRegistered, false);
|
|
5098
5100
|
parentRegister(instanceId, null, null, null, null);
|
|
5099
5101
|
});
|
|
5100
|
-
var span = root$
|
|
5102
|
+
var span = root$34();
|
|
5101
5103
|
var node = $.child(span);
|
|
5102
5104
|
children?.(node);
|
|
5103
5105
|
$.reset(span);
|
|
@@ -5106,8 +5108,8 @@ function Liquify($$anchor, $$props) {
|
|
|
5106
5108
|
$.append($$anchor, span);
|
|
5107
5109
|
$.pop();
|
|
5108
5110
|
}
|
|
5109
|
-
var root$
|
|
5110
|
-
function
|
|
5111
|
+
var root$33 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
5112
|
+
function Liquify($$anchor, $$props) {
|
|
5111
5113
|
$.push($$props, true);
|
|
5112
5114
|
const DEFAULT_TRANSFORM = {
|
|
5113
5115
|
offsetX: 0,
|
|
@@ -5226,7 +5228,7 @@ function Mirror($$anchor, $$props) {
|
|
|
5226
5228
|
$.set(isRegistered, false);
|
|
5227
5229
|
parentRegister(instanceId, null, null, null, null);
|
|
5228
5230
|
});
|
|
5229
|
-
var span = root$
|
|
5231
|
+
var span = root$33();
|
|
5230
5232
|
var node = $.child(span);
|
|
5231
5233
|
children?.(node);
|
|
5232
5234
|
$.reset(span);
|
|
@@ -5235,8 +5237,8 @@ function Mirror($$anchor, $$props) {
|
|
|
5235
5237
|
$.append($$anchor, span);
|
|
5236
5238
|
$.pop();
|
|
5237
5239
|
}
|
|
5238
|
-
var root$
|
|
5239
|
-
function
|
|
5240
|
+
var root$32 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
5241
|
+
function Mirror($$anchor, $$props) {
|
|
5240
5242
|
$.push($$props, true);
|
|
5241
5243
|
const DEFAULT_TRANSFORM = {
|
|
5242
5244
|
offsetX: 0,
|
|
@@ -5355,7 +5357,7 @@ function Perspective($$anchor, $$props) {
|
|
|
5355
5357
|
$.set(isRegistered, false);
|
|
5356
5358
|
parentRegister(instanceId, null, null, null, null);
|
|
5357
5359
|
});
|
|
5358
|
-
var span = root$
|
|
5360
|
+
var span = root$32();
|
|
5359
5361
|
var node = $.child(span);
|
|
5360
5362
|
children?.(node);
|
|
5361
5363
|
$.reset(span);
|
|
@@ -5364,8 +5366,8 @@ function Perspective($$anchor, $$props) {
|
|
|
5364
5366
|
$.append($$anchor, span);
|
|
5365
5367
|
$.pop();
|
|
5366
5368
|
}
|
|
5367
|
-
var root$
|
|
5368
|
-
function
|
|
5369
|
+
var root$31 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
5370
|
+
function Perspective($$anchor, $$props) {
|
|
5369
5371
|
$.push($$props, true);
|
|
5370
5372
|
const DEFAULT_TRANSFORM = {
|
|
5371
5373
|
offsetX: 0,
|
|
@@ -5484,7 +5486,7 @@ function Pixelate($$anchor, $$props) {
|
|
|
5484
5486
|
$.set(isRegistered, false);
|
|
5485
5487
|
parentRegister(instanceId, null, null, null, null);
|
|
5486
5488
|
});
|
|
5487
|
-
var span = root$
|
|
5489
|
+
var span = root$31();
|
|
5488
5490
|
var node = $.child(span);
|
|
5489
5491
|
children?.(node);
|
|
5490
5492
|
$.reset(span);
|
|
@@ -5493,8 +5495,8 @@ function Pixelate($$anchor, $$props) {
|
|
|
5493
5495
|
$.append($$anchor, span);
|
|
5494
5496
|
$.pop();
|
|
5495
5497
|
}
|
|
5496
|
-
var root$
|
|
5497
|
-
function
|
|
5498
|
+
var root$30 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
5499
|
+
function Pixelate($$anchor, $$props) {
|
|
5498
5500
|
$.push($$props, true);
|
|
5499
5501
|
const DEFAULT_TRANSFORM = {
|
|
5500
5502
|
offsetX: 0,
|
|
@@ -5613,7 +5615,7 @@ function Plasma($$anchor, $$props) {
|
|
|
5613
5615
|
$.set(isRegistered, false);
|
|
5614
5616
|
parentRegister(instanceId, null, null, null, null);
|
|
5615
5617
|
});
|
|
5616
|
-
var span = root$
|
|
5618
|
+
var span = root$30();
|
|
5617
5619
|
var node = $.child(span);
|
|
5618
5620
|
children?.(node);
|
|
5619
5621
|
$.reset(span);
|
|
@@ -5622,8 +5624,8 @@ function Plasma($$anchor, $$props) {
|
|
|
5622
5624
|
$.append($$anchor, span);
|
|
5623
5625
|
$.pop();
|
|
5624
5626
|
}
|
|
5625
|
-
var root$
|
|
5626
|
-
function
|
|
5627
|
+
var root$29 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
5628
|
+
function Plasma($$anchor, $$props) {
|
|
5627
5629
|
$.push($$props, true);
|
|
5628
5630
|
const DEFAULT_TRANSFORM = {
|
|
5629
5631
|
offsetX: 0,
|
|
@@ -5742,7 +5744,7 @@ function PolarCoordinates($$anchor, $$props) {
|
|
|
5742
5744
|
$.set(isRegistered, false);
|
|
5743
5745
|
parentRegister(instanceId, null, null, null, null);
|
|
5744
5746
|
});
|
|
5745
|
-
var span = root$
|
|
5747
|
+
var span = root$29();
|
|
5746
5748
|
var node = $.child(span);
|
|
5747
5749
|
children?.(node);
|
|
5748
5750
|
$.reset(span);
|
|
@@ -5751,8 +5753,8 @@ function PolarCoordinates($$anchor, $$props) {
|
|
|
5751
5753
|
$.append($$anchor, span);
|
|
5752
5754
|
$.pop();
|
|
5753
5755
|
}
|
|
5754
|
-
var root$
|
|
5755
|
-
function
|
|
5756
|
+
var root$28 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
5757
|
+
function PolarCoordinates($$anchor, $$props) {
|
|
5756
5758
|
$.push($$props, true);
|
|
5757
5759
|
const DEFAULT_TRANSFORM = {
|
|
5758
5760
|
offsetX: 0,
|
|
@@ -5871,7 +5873,7 @@ function Posterize($$anchor, $$props) {
|
|
|
5871
5873
|
$.set(isRegistered, false);
|
|
5872
5874
|
parentRegister(instanceId, null, null, null, null);
|
|
5873
5875
|
});
|
|
5874
|
-
var span = root$
|
|
5876
|
+
var span = root$28();
|
|
5875
5877
|
var node = $.child(span);
|
|
5876
5878
|
children?.(node);
|
|
5877
5879
|
$.reset(span);
|
|
@@ -5880,8 +5882,8 @@ function Posterize($$anchor, $$props) {
|
|
|
5880
5882
|
$.append($$anchor, span);
|
|
5881
5883
|
$.pop();
|
|
5882
5884
|
}
|
|
5883
|
-
var root$
|
|
5884
|
-
function
|
|
5885
|
+
var root$27 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
5886
|
+
function Posterize($$anchor, $$props) {
|
|
5885
5887
|
$.push($$props, true);
|
|
5886
5888
|
const DEFAULT_TRANSFORM = {
|
|
5887
5889
|
offsetX: 0,
|
|
@@ -6000,7 +6002,7 @@ function ProgressiveBlur($$anchor, $$props) {
|
|
|
6000
6002
|
$.set(isRegistered, false);
|
|
6001
6003
|
parentRegister(instanceId, null, null, null, null);
|
|
6002
6004
|
});
|
|
6003
|
-
var span = root$
|
|
6005
|
+
var span = root$27();
|
|
6004
6006
|
var node = $.child(span);
|
|
6005
6007
|
children?.(node);
|
|
6006
6008
|
$.reset(span);
|
|
@@ -6009,8 +6011,8 @@ function ProgressiveBlur($$anchor, $$props) {
|
|
|
6009
6011
|
$.append($$anchor, span);
|
|
6010
6012
|
$.pop();
|
|
6011
6013
|
}
|
|
6012
|
-
var root$
|
|
6013
|
-
function
|
|
6014
|
+
var root$26 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
6015
|
+
function ProgressiveBlur($$anchor, $$props) {
|
|
6014
6016
|
$.push($$props, true);
|
|
6015
6017
|
const DEFAULT_TRANSFORM = {
|
|
6016
6018
|
offsetX: 0,
|
|
@@ -6129,7 +6131,7 @@ function RadialGradient($$anchor, $$props) {
|
|
|
6129
6131
|
$.set(isRegistered, false);
|
|
6130
6132
|
parentRegister(instanceId, null, null, null, null);
|
|
6131
6133
|
});
|
|
6132
|
-
var span = root$
|
|
6134
|
+
var span = root$26();
|
|
6133
6135
|
var node = $.child(span);
|
|
6134
6136
|
children?.(node);
|
|
6135
6137
|
$.reset(span);
|
|
@@ -6138,8 +6140,8 @@ function RadialGradient($$anchor, $$props) {
|
|
|
6138
6140
|
$.append($$anchor, span);
|
|
6139
6141
|
$.pop();
|
|
6140
6142
|
}
|
|
6141
|
-
var root$
|
|
6142
|
-
function
|
|
6143
|
+
var root$25 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
6144
|
+
function RadialGradient($$anchor, $$props) {
|
|
6143
6145
|
$.push($$props, true);
|
|
6144
6146
|
const DEFAULT_TRANSFORM = {
|
|
6145
6147
|
offsetX: 0,
|
|
@@ -6258,7 +6260,7 @@ function RectangularCoordinates($$anchor, $$props) {
|
|
|
6258
6260
|
$.set(isRegistered, false);
|
|
6259
6261
|
parentRegister(instanceId, null, null, null, null);
|
|
6260
6262
|
});
|
|
6261
|
-
var span = root$
|
|
6263
|
+
var span = root$25();
|
|
6262
6264
|
var node = $.child(span);
|
|
6263
6265
|
children?.(node);
|
|
6264
6266
|
$.reset(span);
|
|
@@ -6267,8 +6269,8 @@ function RectangularCoordinates($$anchor, $$props) {
|
|
|
6267
6269
|
$.append($$anchor, span);
|
|
6268
6270
|
$.pop();
|
|
6269
6271
|
}
|
|
6270
|
-
var root$
|
|
6271
|
-
function
|
|
6272
|
+
var root$24 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
6273
|
+
function RectangularCoordinates($$anchor, $$props) {
|
|
6272
6274
|
$.push($$props, true);
|
|
6273
6275
|
const DEFAULT_TRANSFORM = {
|
|
6274
6276
|
offsetX: 0,
|
|
@@ -6387,7 +6389,7 @@ function Ripples($$anchor, $$props) {
|
|
|
6387
6389
|
$.set(isRegistered, false);
|
|
6388
6390
|
parentRegister(instanceId, null, null, null, null);
|
|
6389
6391
|
});
|
|
6390
|
-
var span = root$
|
|
6392
|
+
var span = root$24();
|
|
6391
6393
|
var node = $.child(span);
|
|
6392
6394
|
children?.(node);
|
|
6393
6395
|
$.reset(span);
|
|
@@ -6396,8 +6398,8 @@ function Ripples($$anchor, $$props) {
|
|
|
6396
6398
|
$.append($$anchor, span);
|
|
6397
6399
|
$.pop();
|
|
6398
6400
|
}
|
|
6399
|
-
var root$
|
|
6400
|
-
function
|
|
6401
|
+
var root$23 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
6402
|
+
function Ripples($$anchor, $$props) {
|
|
6401
6403
|
$.push($$props, true);
|
|
6402
6404
|
const DEFAULT_TRANSFORM = {
|
|
6403
6405
|
offsetX: 0,
|
|
@@ -6516,7 +6518,7 @@ function Saturation($$anchor, $$props) {
|
|
|
6516
6518
|
$.set(isRegistered, false);
|
|
6517
6519
|
parentRegister(instanceId, null, null, null, null);
|
|
6518
6520
|
});
|
|
6519
|
-
var span = root$
|
|
6521
|
+
var span = root$23();
|
|
6520
6522
|
var node = $.child(span);
|
|
6521
6523
|
children?.(node);
|
|
6522
6524
|
$.reset(span);
|
|
@@ -6525,8 +6527,8 @@ function Saturation($$anchor, $$props) {
|
|
|
6525
6527
|
$.append($$anchor, span);
|
|
6526
6528
|
$.pop();
|
|
6527
6529
|
}
|
|
6528
|
-
var root$
|
|
6529
|
-
function
|
|
6530
|
+
var root$22 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
6531
|
+
function Saturation($$anchor, $$props) {
|
|
6530
6532
|
$.push($$props, true);
|
|
6531
6533
|
const DEFAULT_TRANSFORM = {
|
|
6532
6534
|
offsetX: 0,
|
|
@@ -6645,7 +6647,7 @@ function Sharpness($$anchor, $$props) {
|
|
|
6645
6647
|
$.set(isRegistered, false);
|
|
6646
6648
|
parentRegister(instanceId, null, null, null, null);
|
|
6647
6649
|
});
|
|
6648
|
-
var span = root$
|
|
6650
|
+
var span = root$22();
|
|
6649
6651
|
var node = $.child(span);
|
|
6650
6652
|
children?.(node);
|
|
6651
6653
|
$.reset(span);
|
|
@@ -6654,8 +6656,8 @@ function Sharpness($$anchor, $$props) {
|
|
|
6654
6656
|
$.append($$anchor, span);
|
|
6655
6657
|
$.pop();
|
|
6656
6658
|
}
|
|
6657
|
-
var root$
|
|
6658
|
-
function
|
|
6659
|
+
var root$21 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
6660
|
+
function Sharpness($$anchor, $$props) {
|
|
6659
6661
|
$.push($$props, true);
|
|
6660
6662
|
const DEFAULT_TRANSFORM = {
|
|
6661
6663
|
offsetX: 0,
|
|
@@ -6774,7 +6776,7 @@ function Shatter($$anchor, $$props) {
|
|
|
6774
6776
|
$.set(isRegistered, false);
|
|
6775
6777
|
parentRegister(instanceId, null, null, null, null);
|
|
6776
6778
|
});
|
|
6777
|
-
var span = root$
|
|
6779
|
+
var span = root$21();
|
|
6778
6780
|
var node = $.child(span);
|
|
6779
6781
|
children?.(node);
|
|
6780
6782
|
$.reset(span);
|
|
@@ -6783,8 +6785,8 @@ function Shatter($$anchor, $$props) {
|
|
|
6783
6785
|
$.append($$anchor, span);
|
|
6784
6786
|
$.pop();
|
|
6785
6787
|
}
|
|
6786
|
-
var root$
|
|
6787
|
-
function
|
|
6788
|
+
var root$20 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
6789
|
+
function Shatter($$anchor, $$props) {
|
|
6788
6790
|
$.push($$props, true);
|
|
6789
6791
|
const DEFAULT_TRANSFORM = {
|
|
6790
6792
|
offsetX: 0,
|
|
@@ -6903,7 +6905,7 @@ function SimplexNoise($$anchor, $$props) {
|
|
|
6903
6905
|
$.set(isRegistered, false);
|
|
6904
6906
|
parentRegister(instanceId, null, null, null, null);
|
|
6905
6907
|
});
|
|
6906
|
-
var span = root$
|
|
6908
|
+
var span = root$20();
|
|
6907
6909
|
var node = $.child(span);
|
|
6908
6910
|
children?.(node);
|
|
6909
6911
|
$.reset(span);
|
|
@@ -6912,8 +6914,8 @@ function SimplexNoise($$anchor, $$props) {
|
|
|
6912
6914
|
$.append($$anchor, span);
|
|
6913
6915
|
$.pop();
|
|
6914
6916
|
}
|
|
6915
|
-
var root$
|
|
6916
|
-
function
|
|
6917
|
+
var root$19 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
6918
|
+
function SimplexNoise($$anchor, $$props) {
|
|
6917
6919
|
$.push($$props, true);
|
|
6918
6920
|
const DEFAULT_TRANSFORM = {
|
|
6919
6921
|
offsetX: 0,
|
|
@@ -7032,7 +7034,7 @@ function SineWave($$anchor, $$props) {
|
|
|
7032
7034
|
$.set(isRegistered, false);
|
|
7033
7035
|
parentRegister(instanceId, null, null, null, null);
|
|
7034
7036
|
});
|
|
7035
|
-
var span = root$
|
|
7037
|
+
var span = root$19();
|
|
7036
7038
|
var node = $.child(span);
|
|
7037
7039
|
children?.(node);
|
|
7038
7040
|
$.reset(span);
|
|
@@ -7041,8 +7043,8 @@ function SineWave($$anchor, $$props) {
|
|
|
7041
7043
|
$.append($$anchor, span);
|
|
7042
7044
|
$.pop();
|
|
7043
7045
|
}
|
|
7044
|
-
var root$
|
|
7045
|
-
function
|
|
7046
|
+
var root$18 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
7047
|
+
function SineWave($$anchor, $$props) {
|
|
7046
7048
|
$.push($$props, true);
|
|
7047
7049
|
const DEFAULT_TRANSFORM = {
|
|
7048
7050
|
offsetX: 0,
|
|
@@ -7161,7 +7163,7 @@ function SolidColor($$anchor, $$props) {
|
|
|
7161
7163
|
$.set(isRegistered, false);
|
|
7162
7164
|
parentRegister(instanceId, null, null, null, null);
|
|
7163
7165
|
});
|
|
7164
|
-
var span = root$
|
|
7166
|
+
var span = root$18();
|
|
7165
7167
|
var node = $.child(span);
|
|
7166
7168
|
children?.(node);
|
|
7167
7169
|
$.reset(span);
|
|
@@ -7170,8 +7172,8 @@ function SolidColor($$anchor, $$props) {
|
|
|
7170
7172
|
$.append($$anchor, span);
|
|
7171
7173
|
$.pop();
|
|
7172
7174
|
}
|
|
7173
|
-
var root$
|
|
7174
|
-
function
|
|
7175
|
+
var root$17 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
7176
|
+
function SolidColor($$anchor, $$props) {
|
|
7175
7177
|
$.push($$props, true);
|
|
7176
7178
|
const DEFAULT_TRANSFORM = {
|
|
7177
7179
|
offsetX: 0,
|
|
@@ -7290,7 +7292,7 @@ function Spherize($$anchor, $$props) {
|
|
|
7290
7292
|
$.set(isRegistered, false);
|
|
7291
7293
|
parentRegister(instanceId, null, null, null, null);
|
|
7292
7294
|
});
|
|
7293
|
-
var span = root$
|
|
7295
|
+
var span = root$17();
|
|
7294
7296
|
var node = $.child(span);
|
|
7295
7297
|
children?.(node);
|
|
7296
7298
|
$.reset(span);
|
|
@@ -7299,8 +7301,8 @@ function Spherize($$anchor, $$props) {
|
|
|
7299
7301
|
$.append($$anchor, span);
|
|
7300
7302
|
$.pop();
|
|
7301
7303
|
}
|
|
7302
|
-
var root$
|
|
7303
|
-
function
|
|
7304
|
+
var root$16 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
7305
|
+
function Spherize($$anchor, $$props) {
|
|
7304
7306
|
$.push($$props, true);
|
|
7305
7307
|
const DEFAULT_TRANSFORM = {
|
|
7306
7308
|
offsetX: 0,
|
|
@@ -7419,7 +7421,7 @@ function Spiral($$anchor, $$props) {
|
|
|
7419
7421
|
$.set(isRegistered, false);
|
|
7420
7422
|
parentRegister(instanceId, null, null, null, null);
|
|
7421
7423
|
});
|
|
7422
|
-
var span = root$
|
|
7424
|
+
var span = root$16();
|
|
7423
7425
|
var node = $.child(span);
|
|
7424
7426
|
children?.(node);
|
|
7425
7427
|
$.reset(span);
|
|
@@ -7428,8 +7430,8 @@ function Spiral($$anchor, $$props) {
|
|
|
7428
7430
|
$.append($$anchor, span);
|
|
7429
7431
|
$.pop();
|
|
7430
7432
|
}
|
|
7431
|
-
var root$
|
|
7432
|
-
function
|
|
7433
|
+
var root$15 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
7434
|
+
function Spiral($$anchor, $$props) {
|
|
7433
7435
|
$.push($$props, true);
|
|
7434
7436
|
const DEFAULT_TRANSFORM = {
|
|
7435
7437
|
offsetX: 0,
|
|
@@ -7548,7 +7550,7 @@ function Strands($$anchor, $$props) {
|
|
|
7548
7550
|
$.set(isRegistered, false);
|
|
7549
7551
|
parentRegister(instanceId, null, null, null, null);
|
|
7550
7552
|
});
|
|
7551
|
-
var span = root$
|
|
7553
|
+
var span = root$15();
|
|
7552
7554
|
var node = $.child(span);
|
|
7553
7555
|
children?.(node);
|
|
7554
7556
|
$.reset(span);
|
|
@@ -7557,8 +7559,8 @@ function Strands($$anchor, $$props) {
|
|
|
7557
7559
|
$.append($$anchor, span);
|
|
7558
7560
|
$.pop();
|
|
7559
7561
|
}
|
|
7560
|
-
var root$
|
|
7561
|
-
function
|
|
7562
|
+
var root$14 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
7563
|
+
function Strands($$anchor, $$props) {
|
|
7562
7564
|
$.push($$props, true);
|
|
7563
7565
|
const DEFAULT_TRANSFORM = {
|
|
7564
7566
|
offsetX: 0,
|
|
@@ -7677,7 +7679,7 @@ function Stretch($$anchor, $$props) {
|
|
|
7677
7679
|
$.set(isRegistered, false);
|
|
7678
7680
|
parentRegister(instanceId, null, null, null, null);
|
|
7679
7681
|
});
|
|
7680
|
-
var span = root$
|
|
7682
|
+
var span = root$14();
|
|
7681
7683
|
var node = $.child(span);
|
|
7682
7684
|
children?.(node);
|
|
7683
7685
|
$.reset(span);
|
|
@@ -7686,8 +7688,8 @@ function Stretch($$anchor, $$props) {
|
|
|
7686
7688
|
$.append($$anchor, span);
|
|
7687
7689
|
$.pop();
|
|
7688
7690
|
}
|
|
7689
|
-
var root$
|
|
7690
|
-
function
|
|
7691
|
+
var root$13 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
7692
|
+
function Stretch($$anchor, $$props) {
|
|
7691
7693
|
$.push($$props, true);
|
|
7692
7694
|
const DEFAULT_TRANSFORM = {
|
|
7693
7695
|
offsetX: 0,
|
|
@@ -7806,7 +7808,7 @@ function Stripes($$anchor, $$props) {
|
|
|
7806
7808
|
$.set(isRegistered, false);
|
|
7807
7809
|
parentRegister(instanceId, null, null, null, null);
|
|
7808
7810
|
});
|
|
7809
|
-
var span = root$
|
|
7811
|
+
var span = root$13();
|
|
7810
7812
|
var node = $.child(span);
|
|
7811
7813
|
children?.(node);
|
|
7812
7814
|
$.reset(span);
|
|
@@ -7815,8 +7817,8 @@ function Stripes($$anchor, $$props) {
|
|
|
7815
7817
|
$.append($$anchor, span);
|
|
7816
7818
|
$.pop();
|
|
7817
7819
|
}
|
|
7818
|
-
var root$
|
|
7819
|
-
function
|
|
7820
|
+
var root$12 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
7821
|
+
function Stripes($$anchor, $$props) {
|
|
7820
7822
|
$.push($$props, true);
|
|
7821
7823
|
const DEFAULT_TRANSFORM = {
|
|
7822
7824
|
offsetX: 0,
|
|
@@ -7935,7 +7937,7 @@ function Swirl($$anchor, $$props) {
|
|
|
7935
7937
|
$.set(isRegistered, false);
|
|
7936
7938
|
parentRegister(instanceId, null, null, null, null);
|
|
7937
7939
|
});
|
|
7938
|
-
var span = root$
|
|
7940
|
+
var span = root$12();
|
|
7939
7941
|
var node = $.child(span);
|
|
7940
7942
|
children?.(node);
|
|
7941
7943
|
$.reset(span);
|
|
@@ -7944,8 +7946,8 @@ function Swirl($$anchor, $$props) {
|
|
|
7944
7946
|
$.append($$anchor, span);
|
|
7945
7947
|
$.pop();
|
|
7946
7948
|
}
|
|
7947
|
-
var root$
|
|
7948
|
-
function
|
|
7949
|
+
var root$11 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
7950
|
+
function StudioBackground($$anchor, $$props) {
|
|
7949
7951
|
$.push($$props, true);
|
|
7950
7952
|
const DEFAULT_TRANSFORM = {
|
|
7951
7953
|
offsetX: 0,
|
|
@@ -8064,7 +8066,7 @@ function TiltShift($$anchor, $$props) {
|
|
|
8064
8066
|
$.set(isRegistered, false);
|
|
8065
8067
|
parentRegister(instanceId, null, null, null, null);
|
|
8066
8068
|
});
|
|
8067
|
-
var span = root$
|
|
8069
|
+
var span = root$11();
|
|
8068
8070
|
var node = $.child(span);
|
|
8069
8071
|
children?.(node);
|
|
8070
8072
|
$.reset(span);
|
|
@@ -8073,8 +8075,8 @@ function TiltShift($$anchor, $$props) {
|
|
|
8073
8075
|
$.append($$anchor, span);
|
|
8074
8076
|
$.pop();
|
|
8075
8077
|
}
|
|
8076
|
-
var root$
|
|
8077
|
-
function
|
|
8078
|
+
var root$10 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
8079
|
+
function Swirl($$anchor, $$props) {
|
|
8078
8080
|
$.push($$props, true);
|
|
8079
8081
|
const DEFAULT_TRANSFORM = {
|
|
8080
8082
|
offsetX: 0,
|
|
@@ -8193,7 +8195,7 @@ function Tint($$anchor, $$props) {
|
|
|
8193
8195
|
$.set(isRegistered, false);
|
|
8194
8196
|
parentRegister(instanceId, null, null, null, null);
|
|
8195
8197
|
});
|
|
8196
|
-
var span = root$
|
|
8198
|
+
var span = root$10();
|
|
8197
8199
|
var node = $.child(span);
|
|
8198
8200
|
children?.(node);
|
|
8199
8201
|
$.reset(span);
|
|
@@ -8202,8 +8204,8 @@ function Tint($$anchor, $$props) {
|
|
|
8202
8204
|
$.append($$anchor, span);
|
|
8203
8205
|
$.pop();
|
|
8204
8206
|
}
|
|
8205
|
-
var root$
|
|
8206
|
-
function
|
|
8207
|
+
var root$9 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
8208
|
+
function TiltShift($$anchor, $$props) {
|
|
8207
8209
|
$.push($$props, true);
|
|
8208
8210
|
const DEFAULT_TRANSFORM = {
|
|
8209
8211
|
offsetX: 0,
|
|
@@ -8322,7 +8324,7 @@ function Tritone($$anchor, $$props) {
|
|
|
8322
8324
|
$.set(isRegistered, false);
|
|
8323
8325
|
parentRegister(instanceId, null, null, null, null);
|
|
8324
8326
|
});
|
|
8325
|
-
var span = root$
|
|
8327
|
+
var span = root$9();
|
|
8326
8328
|
var node = $.child(span);
|
|
8327
8329
|
children?.(node);
|
|
8328
8330
|
$.reset(span);
|
|
@@ -8331,8 +8333,8 @@ function Tritone($$anchor, $$props) {
|
|
|
8331
8333
|
$.append($$anchor, span);
|
|
8332
8334
|
$.pop();
|
|
8333
8335
|
}
|
|
8334
|
-
var root$
|
|
8335
|
-
function
|
|
8336
|
+
var root$8 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
8337
|
+
function Tint($$anchor, $$props) {
|
|
8336
8338
|
$.push($$props, true);
|
|
8337
8339
|
const DEFAULT_TRANSFORM = {
|
|
8338
8340
|
offsetX: 0,
|
|
@@ -8451,7 +8453,7 @@ function Twirl($$anchor, $$props) {
|
|
|
8451
8453
|
$.set(isRegistered, false);
|
|
8452
8454
|
parentRegister(instanceId, null, null, null, null);
|
|
8453
8455
|
});
|
|
8454
|
-
var span = root$
|
|
8456
|
+
var span = root$8();
|
|
8455
8457
|
var node = $.child(span);
|
|
8456
8458
|
children?.(node);
|
|
8457
8459
|
$.reset(span);
|
|
@@ -8460,8 +8462,8 @@ function Twirl($$anchor, $$props) {
|
|
|
8460
8462
|
$.append($$anchor, span);
|
|
8461
8463
|
$.pop();
|
|
8462
8464
|
}
|
|
8463
|
-
var root$
|
|
8464
|
-
function
|
|
8465
|
+
var root$7 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
8466
|
+
function Tritone($$anchor, $$props) {
|
|
8465
8467
|
$.push($$props, true);
|
|
8466
8468
|
const DEFAULT_TRANSFORM = {
|
|
8467
8469
|
offsetX: 0,
|
|
@@ -8580,7 +8582,7 @@ function Vibrance($$anchor, $$props) {
|
|
|
8580
8582
|
$.set(isRegistered, false);
|
|
8581
8583
|
parentRegister(instanceId, null, null, null, null);
|
|
8582
8584
|
});
|
|
8583
|
-
var span = root$
|
|
8585
|
+
var span = root$7();
|
|
8584
8586
|
var node = $.child(span);
|
|
8585
8587
|
children?.(node);
|
|
8586
8588
|
$.reset(span);
|
|
@@ -8589,8 +8591,8 @@ function Vibrance($$anchor, $$props) {
|
|
|
8589
8591
|
$.append($$anchor, span);
|
|
8590
8592
|
$.pop();
|
|
8591
8593
|
}
|
|
8592
|
-
var root$
|
|
8593
|
-
function
|
|
8594
|
+
var root$6 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
8595
|
+
function Twirl($$anchor, $$props) {
|
|
8594
8596
|
$.push($$props, true);
|
|
8595
8597
|
const DEFAULT_TRANSFORM = {
|
|
8596
8598
|
offsetX: 0,
|
|
@@ -8709,7 +8711,7 @@ function VideoTexture($$anchor, $$props) {
|
|
|
8709
8711
|
$.set(isRegistered, false);
|
|
8710
8712
|
parentRegister(instanceId, null, null, null, null);
|
|
8711
8713
|
});
|
|
8712
|
-
var span = root$
|
|
8714
|
+
var span = root$6();
|
|
8713
8715
|
var node = $.child(span);
|
|
8714
8716
|
children?.(node);
|
|
8715
8717
|
$.reset(span);
|
|
@@ -8718,8 +8720,8 @@ function VideoTexture($$anchor, $$props) {
|
|
|
8718
8720
|
$.append($$anchor, span);
|
|
8719
8721
|
$.pop();
|
|
8720
8722
|
}
|
|
8721
|
-
var root$
|
|
8722
|
-
function
|
|
8723
|
+
var root$5 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
8724
|
+
function Vibrance($$anchor, $$props) {
|
|
8723
8725
|
$.push($$props, true);
|
|
8724
8726
|
const DEFAULT_TRANSFORM = {
|
|
8725
8727
|
offsetX: 0,
|
|
@@ -8838,7 +8840,7 @@ function WaveDistortion($$anchor, $$props) {
|
|
|
8838
8840
|
$.set(isRegistered, false);
|
|
8839
8841
|
parentRegister(instanceId, null, null, null, null);
|
|
8840
8842
|
});
|
|
8841
|
-
var span = root$
|
|
8843
|
+
var span = root$5();
|
|
8842
8844
|
var node = $.child(span);
|
|
8843
8845
|
children?.(node);
|
|
8844
8846
|
$.reset(span);
|
|
@@ -8847,8 +8849,8 @@ function WaveDistortion($$anchor, $$props) {
|
|
|
8847
8849
|
$.append($$anchor, span);
|
|
8848
8850
|
$.pop();
|
|
8849
8851
|
}
|
|
8850
|
-
var root$
|
|
8851
|
-
function
|
|
8852
|
+
var root$4 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
8853
|
+
function VideoTexture($$anchor, $$props) {
|
|
8852
8854
|
$.push($$props, true);
|
|
8853
8855
|
const DEFAULT_TRANSFORM = {
|
|
8854
8856
|
offsetX: 0,
|
|
@@ -8967,7 +8969,7 @@ function WebcamTexture($$anchor, $$props) {
|
|
|
8967
8969
|
$.set(isRegistered, false);
|
|
8968
8970
|
parentRegister(instanceId, null, null, null, null);
|
|
8969
8971
|
});
|
|
8970
|
-
var span = root$
|
|
8972
|
+
var span = root$4();
|
|
8971
8973
|
var node = $.child(span);
|
|
8972
8974
|
children?.(node);
|
|
8973
8975
|
$.reset(span);
|
|
@@ -8976,8 +8978,8 @@ function WebcamTexture($$anchor, $$props) {
|
|
|
8976
8978
|
$.append($$anchor, span);
|
|
8977
8979
|
$.pop();
|
|
8978
8980
|
}
|
|
8979
|
-
var root$
|
|
8980
|
-
function
|
|
8981
|
+
var root$3 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
8982
|
+
function WaveDistortion($$anchor, $$props) {
|
|
8981
8983
|
$.push($$props, true);
|
|
8982
8984
|
const DEFAULT_TRANSFORM = {
|
|
8983
8985
|
offsetX: 0,
|
|
@@ -9096,6 +9098,264 @@ function ZoomBlur($$anchor, $$props) {
|
|
|
9096
9098
|
$.set(isRegistered, false);
|
|
9097
9099
|
parentRegister(instanceId, null, null, null, null);
|
|
9098
9100
|
});
|
|
9101
|
+
var span = root$3();
|
|
9102
|
+
var node = $.child(span);
|
|
9103
|
+
children?.(node);
|
|
9104
|
+
$.reset(span);
|
|
9105
|
+
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
9106
|
+
$.template_effect(() => $.set_attribute(span, "data-shader-id", instanceId));
|
|
9107
|
+
$.append($$anchor, span);
|
|
9108
|
+
$.pop();
|
|
9109
|
+
}
|
|
9110
|
+
var root$2 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
9111
|
+
function WebcamTexture($$anchor, $$props) {
|
|
9112
|
+
$.push($$props, true);
|
|
9113
|
+
const DEFAULT_TRANSFORM = {
|
|
9114
|
+
offsetX: 0,
|
|
9115
|
+
offsetY: 0,
|
|
9116
|
+
rotation: 0,
|
|
9117
|
+
scale: 1,
|
|
9118
|
+
anchorX: .5,
|
|
9119
|
+
anchorY: .5,
|
|
9120
|
+
edges: "transparent"
|
|
9121
|
+
};
|
|
9122
|
+
const componentDefaults = {
|
|
9123
|
+
blendMode: "normal",
|
|
9124
|
+
visible: true,
|
|
9125
|
+
...Object.entries(componentDefinition$70.props).reduce((acc, [key, config]) => {
|
|
9126
|
+
acc[key] = config.default;
|
|
9127
|
+
return acc;
|
|
9128
|
+
}, {})
|
|
9129
|
+
};
|
|
9130
|
+
const props = $.rest_props($$props, [
|
|
9131
|
+
"$$slots",
|
|
9132
|
+
"$$events",
|
|
9133
|
+
"$$legacy"
|
|
9134
|
+
]);
|
|
9135
|
+
const blendMode = $$props.blendMode ?? componentDefaults.blendMode;
|
|
9136
|
+
const opacity = $$props.opacity;
|
|
9137
|
+
const visible = $$props.visible ?? componentDefaults.visible;
|
|
9138
|
+
const id = $$props.id;
|
|
9139
|
+
const maskSource = $$props.maskSource;
|
|
9140
|
+
const maskType = $$props.maskType;
|
|
9141
|
+
const renderOrder = $$props.renderOrder;
|
|
9142
|
+
const { children } = props;
|
|
9143
|
+
const effectiveTransform = $.derived(() => ({
|
|
9144
|
+
...DEFAULT_TRANSFORM,
|
|
9145
|
+
...$$props.transform
|
|
9146
|
+
}));
|
|
9147
|
+
const parentId = getContext("shaderParentId");
|
|
9148
|
+
if (parentId === void 0) throw new Error("Shader components must be used inside an <Shader> component or another shader component");
|
|
9149
|
+
const instanceId = id || Math.random().toString(36).substring(2, 10);
|
|
9150
|
+
setContext("shaderParentId", instanceId);
|
|
9151
|
+
const shaderReadyProps = $.derived(() => {
|
|
9152
|
+
let baseProps = { ...componentDefaults };
|
|
9153
|
+
for (const key in props) if (key !== "blendMode" && key !== "opacity" && key !== "visible" && key !== "id" && key !== "maskSource" && key !== "maskType" && key !== "renderOrder" && key !== "transform" && key !== "children") {
|
|
9154
|
+
const propValue = props[key];
|
|
9155
|
+
const defaultValue = componentDefaults[key];
|
|
9156
|
+
if (propValue !== void 0 && propValue !== defaultValue) baseProps[key] = propValue;
|
|
9157
|
+
}
|
|
9158
|
+
return baseProps;
|
|
9159
|
+
});
|
|
9160
|
+
const uniforms = createUniformsMap(componentDefinition$70, $.get(shaderReadyProps), instanceId);
|
|
9161
|
+
const parentRegister = getContext("shaderNodeRegister");
|
|
9162
|
+
if (parentRegister === void 0) throw new Error("Shader components must be used inside an <Shader> component or another shader component");
|
|
9163
|
+
const parentUniformUpdate = getContext("shaderUniformUpdate");
|
|
9164
|
+
if (parentUniformUpdate === void 0) throw new Error("Shader components require shaderUniformUpdate from parent");
|
|
9165
|
+
const parentMetadataUpdate = getContext("shaderMetadataUpdate");
|
|
9166
|
+
if (parentMetadataUpdate === void 0) throw new Error("Shader components require shaderMetadataUpdate from parent");
|
|
9167
|
+
let orderMarker;
|
|
9168
|
+
let detectedRenderOrder = void 0;
|
|
9169
|
+
let isRegistered = $.state(false);
|
|
9170
|
+
Object.entries(uniforms).forEach(([propName, { uniform, transform }]) => {
|
|
9171
|
+
$.user_effect(() => {
|
|
9172
|
+
if (!$.get(isRegistered)) return;
|
|
9173
|
+
if (uniform && uniform.value !== void 0) {
|
|
9174
|
+
const newValue = props[propName];
|
|
9175
|
+
if (newValue !== void 0) parentUniformUpdate(instanceId, propName, newValue);
|
|
9176
|
+
}
|
|
9177
|
+
});
|
|
9178
|
+
});
|
|
9179
|
+
$.user_effect(() => {
|
|
9180
|
+
if (!$.get(isRegistered)) return;
|
|
9181
|
+
parentMetadataUpdate(instanceId, {
|
|
9182
|
+
blendMode,
|
|
9183
|
+
opacity,
|
|
9184
|
+
visible: visible === false ? false : true,
|
|
9185
|
+
id,
|
|
9186
|
+
mask: maskSource ? {
|
|
9187
|
+
source: maskSource,
|
|
9188
|
+
type: maskType || "alpha"
|
|
9189
|
+
} : void 0,
|
|
9190
|
+
renderOrder: renderOrder ?? detectedRenderOrder,
|
|
9191
|
+
transform: $.get(effectiveTransform)
|
|
9192
|
+
});
|
|
9193
|
+
});
|
|
9194
|
+
onMount(() => {
|
|
9195
|
+
if (componentDefinition$70 && typeof componentDefinition$70.fragmentNode === "function") {
|
|
9196
|
+
parentRegister(instanceId, componentDefinition$70.fragmentNode, parentId, {
|
|
9197
|
+
blendMode,
|
|
9198
|
+
opacity,
|
|
9199
|
+
visible: visible !== false ? true : false,
|
|
9200
|
+
id,
|
|
9201
|
+
mask: maskSource ? {
|
|
9202
|
+
source: maskSource,
|
|
9203
|
+
type: maskType || "alpha"
|
|
9204
|
+
} : void 0,
|
|
9205
|
+
renderOrder: renderOrder ?? detectedRenderOrder,
|
|
9206
|
+
transform: $.get(effectiveTransform)
|
|
9207
|
+
}, uniforms);
|
|
9208
|
+
$.set(isRegistered, true);
|
|
9209
|
+
if (renderOrder === void 0 && orderMarker) {
|
|
9210
|
+
const parent = orderMarker.parentElement;
|
|
9211
|
+
if (parent) {
|
|
9212
|
+
const siblings = parent.querySelectorAll(":scope > [data-shader-id]");
|
|
9213
|
+
const position = Array.from(siblings).indexOf(orderMarker);
|
|
9214
|
+
if (position >= 0) {
|
|
9215
|
+
detectedRenderOrder = position;
|
|
9216
|
+
parentMetadataUpdate(instanceId, { renderOrder: position });
|
|
9217
|
+
}
|
|
9218
|
+
}
|
|
9219
|
+
}
|
|
9220
|
+
} else console.error("componentDefinition.fragmentNode is not a function:", {
|
|
9221
|
+
componentDefinition: componentDefinition$70,
|
|
9222
|
+
fragmentNode: componentDefinition$70?.fragmentNode,
|
|
9223
|
+
type: typeof componentDefinition$70?.fragmentNode
|
|
9224
|
+
});
|
|
9225
|
+
});
|
|
9226
|
+
onDestroy(() => {
|
|
9227
|
+
$.set(isRegistered, false);
|
|
9228
|
+
parentRegister(instanceId, null, null, null, null);
|
|
9229
|
+
});
|
|
9230
|
+
var span = root$2();
|
|
9231
|
+
var node = $.child(span);
|
|
9232
|
+
children?.(node);
|
|
9233
|
+
$.reset(span);
|
|
9234
|
+
$.bind_this(span, ($$value) => orderMarker = $$value, () => orderMarker);
|
|
9235
|
+
$.template_effect(() => $.set_attribute(span, "data-shader-id", instanceId));
|
|
9236
|
+
$.append($$anchor, span);
|
|
9237
|
+
$.pop();
|
|
9238
|
+
}
|
|
9239
|
+
var root$1 = $.from_html(`<span style="display:contents"><!></span>`);
|
|
9240
|
+
function ZoomBlur($$anchor, $$props) {
|
|
9241
|
+
$.push($$props, true);
|
|
9242
|
+
const DEFAULT_TRANSFORM = {
|
|
9243
|
+
offsetX: 0,
|
|
9244
|
+
offsetY: 0,
|
|
9245
|
+
rotation: 0,
|
|
9246
|
+
scale: 1,
|
|
9247
|
+
anchorX: .5,
|
|
9248
|
+
anchorY: .5,
|
|
9249
|
+
edges: "transparent"
|
|
9250
|
+
};
|
|
9251
|
+
const componentDefaults = {
|
|
9252
|
+
blendMode: "normal",
|
|
9253
|
+
visible: true,
|
|
9254
|
+
...Object.entries(componentDefinition$71.props).reduce((acc, [key, config]) => {
|
|
9255
|
+
acc[key] = config.default;
|
|
9256
|
+
return acc;
|
|
9257
|
+
}, {})
|
|
9258
|
+
};
|
|
9259
|
+
const props = $.rest_props($$props, [
|
|
9260
|
+
"$$slots",
|
|
9261
|
+
"$$events",
|
|
9262
|
+
"$$legacy"
|
|
9263
|
+
]);
|
|
9264
|
+
const blendMode = $$props.blendMode ?? componentDefaults.blendMode;
|
|
9265
|
+
const opacity = $$props.opacity;
|
|
9266
|
+
const visible = $$props.visible ?? componentDefaults.visible;
|
|
9267
|
+
const id = $$props.id;
|
|
9268
|
+
const maskSource = $$props.maskSource;
|
|
9269
|
+
const maskType = $$props.maskType;
|
|
9270
|
+
const renderOrder = $$props.renderOrder;
|
|
9271
|
+
const { children } = props;
|
|
9272
|
+
const effectiveTransform = $.derived(() => ({
|
|
9273
|
+
...DEFAULT_TRANSFORM,
|
|
9274
|
+
...$$props.transform
|
|
9275
|
+
}));
|
|
9276
|
+
const parentId = getContext("shaderParentId");
|
|
9277
|
+
if (parentId === void 0) throw new Error("Shader components must be used inside an <Shader> component or another shader component");
|
|
9278
|
+
const instanceId = id || Math.random().toString(36).substring(2, 10);
|
|
9279
|
+
setContext("shaderParentId", instanceId);
|
|
9280
|
+
const shaderReadyProps = $.derived(() => {
|
|
9281
|
+
let baseProps = { ...componentDefaults };
|
|
9282
|
+
for (const key in props) if (key !== "blendMode" && key !== "opacity" && key !== "visible" && key !== "id" && key !== "maskSource" && key !== "maskType" && key !== "renderOrder" && key !== "transform" && key !== "children") {
|
|
9283
|
+
const propValue = props[key];
|
|
9284
|
+
const defaultValue = componentDefaults[key];
|
|
9285
|
+
if (propValue !== void 0 && propValue !== defaultValue) baseProps[key] = propValue;
|
|
9286
|
+
}
|
|
9287
|
+
return baseProps;
|
|
9288
|
+
});
|
|
9289
|
+
const uniforms = createUniformsMap(componentDefinition$71, $.get(shaderReadyProps), instanceId);
|
|
9290
|
+
const parentRegister = getContext("shaderNodeRegister");
|
|
9291
|
+
if (parentRegister === void 0) throw new Error("Shader components must be used inside an <Shader> component or another shader component");
|
|
9292
|
+
const parentUniformUpdate = getContext("shaderUniformUpdate");
|
|
9293
|
+
if (parentUniformUpdate === void 0) throw new Error("Shader components require shaderUniformUpdate from parent");
|
|
9294
|
+
const parentMetadataUpdate = getContext("shaderMetadataUpdate");
|
|
9295
|
+
if (parentMetadataUpdate === void 0) throw new Error("Shader components require shaderMetadataUpdate from parent");
|
|
9296
|
+
let orderMarker;
|
|
9297
|
+
let detectedRenderOrder = void 0;
|
|
9298
|
+
let isRegistered = $.state(false);
|
|
9299
|
+
Object.entries(uniforms).forEach(([propName, { uniform, transform }]) => {
|
|
9300
|
+
$.user_effect(() => {
|
|
9301
|
+
if (!$.get(isRegistered)) return;
|
|
9302
|
+
if (uniform && uniform.value !== void 0) {
|
|
9303
|
+
const newValue = props[propName];
|
|
9304
|
+
if (newValue !== void 0) parentUniformUpdate(instanceId, propName, newValue);
|
|
9305
|
+
}
|
|
9306
|
+
});
|
|
9307
|
+
});
|
|
9308
|
+
$.user_effect(() => {
|
|
9309
|
+
if (!$.get(isRegistered)) return;
|
|
9310
|
+
parentMetadataUpdate(instanceId, {
|
|
9311
|
+
blendMode,
|
|
9312
|
+
opacity,
|
|
9313
|
+
visible: visible === false ? false : true,
|
|
9314
|
+
id,
|
|
9315
|
+
mask: maskSource ? {
|
|
9316
|
+
source: maskSource,
|
|
9317
|
+
type: maskType || "alpha"
|
|
9318
|
+
} : void 0,
|
|
9319
|
+
renderOrder: renderOrder ?? detectedRenderOrder,
|
|
9320
|
+
transform: $.get(effectiveTransform)
|
|
9321
|
+
});
|
|
9322
|
+
});
|
|
9323
|
+
onMount(() => {
|
|
9324
|
+
if (componentDefinition$71 && typeof componentDefinition$71.fragmentNode === "function") {
|
|
9325
|
+
parentRegister(instanceId, componentDefinition$71.fragmentNode, parentId, {
|
|
9326
|
+
blendMode,
|
|
9327
|
+
opacity,
|
|
9328
|
+
visible: visible !== false ? true : false,
|
|
9329
|
+
id,
|
|
9330
|
+
mask: maskSource ? {
|
|
9331
|
+
source: maskSource,
|
|
9332
|
+
type: maskType || "alpha"
|
|
9333
|
+
} : void 0,
|
|
9334
|
+
renderOrder: renderOrder ?? detectedRenderOrder,
|
|
9335
|
+
transform: $.get(effectiveTransform)
|
|
9336
|
+
}, uniforms);
|
|
9337
|
+
$.set(isRegistered, true);
|
|
9338
|
+
if (renderOrder === void 0 && orderMarker) {
|
|
9339
|
+
const parent = orderMarker.parentElement;
|
|
9340
|
+
if (parent) {
|
|
9341
|
+
const siblings = parent.querySelectorAll(":scope > [data-shader-id]");
|
|
9342
|
+
const position = Array.from(siblings).indexOf(orderMarker);
|
|
9343
|
+
if (position >= 0) {
|
|
9344
|
+
detectedRenderOrder = position;
|
|
9345
|
+
parentMetadataUpdate(instanceId, { renderOrder: position });
|
|
9346
|
+
}
|
|
9347
|
+
}
|
|
9348
|
+
}
|
|
9349
|
+
} else console.error("componentDefinition.fragmentNode is not a function:", {
|
|
9350
|
+
componentDefinition: componentDefinition$71,
|
|
9351
|
+
fragmentNode: componentDefinition$71?.fragmentNode,
|
|
9352
|
+
type: typeof componentDefinition$71?.fragmentNode
|
|
9353
|
+
});
|
|
9354
|
+
});
|
|
9355
|
+
onDestroy(() => {
|
|
9356
|
+
$.set(isRegistered, false);
|
|
9357
|
+
parentRegister(instanceId, null, null, null, null);
|
|
9358
|
+
});
|
|
9099
9359
|
var span = root$1();
|
|
9100
9360
|
var node = $.child(span);
|
|
9101
9361
|
children?.(node);
|
|
@@ -9237,4 +9497,4 @@ function Shader($$anchor, $$props) {
|
|
|
9237
9497
|
$.append($$anchor, div);
|
|
9238
9498
|
$.pop();
|
|
9239
9499
|
}
|
|
9240
|
-
export { AngularBlur, Ascii, Beam, Blob, Blur, BrightnessContrast, Bulge, CRTScreen, ChannelBlur, Checkerboard, ChromaFlow, ChromaticAberration, Circle, ContourLines, CursorTrail, DiffuseBlur, Dither, DotGrid, Duotone, FilmGrain, FloatingParticles, FlowField, GlassTiles, Glitch, Glow, Godrays, Grayscale, Grid, GridDistortion, Group, Halftone, HueShift, ImageTexture, Invert, Kaleidoscope, LensFlare, LinearBlur, LinearGradient, Liquify, Mirror, Perspective, Pixelate, Plasma, PolarCoordinates, Posterize, ProgressiveBlur, RadialGradient, RectangularCoordinates, Ripples, Saturation, Shader, Sharpness, Shatter, SimplexNoise, SineWave, SolidColor, Spherize, Spiral, Strands, Stretch, Stripes, Swirl, TiltShift, Tint, Tritone, Twirl, Vibrance, VideoTexture, WaveDistortion, WebcamTexture, ZoomBlur, generatePresetCode };
|
|
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 };
|