shaders 2.3.51 → 2.3.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/core/Aurora-BDnL1XdK.js +233 -0
- package/dist/core/CursorRipples-Dn_rE8nA.js +177 -0
- package/dist/core/registry.js +144 -140
- package/dist/core/shaderRegistry.d.ts.map +1 -1
- package/dist/core/shaders/Aurora/index.d.ts +99 -0
- package/dist/core/shaders/Aurora/index.d.ts.map +1 -0
- package/dist/core/shaders/Aurora/index.js +5 -0
- package/dist/core/shaders/Beam/index.js +1 -1
- package/dist/core/shaders/Blob/index.js +1 -1
- package/dist/core/shaders/Blur/index.js +1 -1
- package/dist/core/shaders/BrightnessContrast/index.js +1 -1
- package/dist/core/shaders/Bulge/index.js +1 -1
- package/dist/core/shaders/CRTScreen/index.js +1 -1
- package/dist/core/shaders/ChannelBlur/index.js +1 -1
- package/dist/core/shaders/Checkerboard/index.js +1 -1
- package/dist/core/shaders/ChromaFlow/index.js +1 -1
- package/dist/core/shaders/ChromaticAberration/index.js +1 -1
- package/dist/core/shaders/Circle/index.js +1 -1
- package/dist/core/shaders/ConcentricSpin/index.js +1 -1
- package/dist/core/shaders/ContourLines/index.js +1 -1
- package/dist/core/shaders/CursorRipples/index.d.ts +42 -0
- package/dist/core/shaders/CursorRipples/index.d.ts.map +1 -0
- package/dist/core/shaders/CursorRipples/index.js +4 -0
- package/dist/core/shaders/CursorTrail/index.js +1 -1
- package/dist/core/shaders/DiffuseBlur/index.js +1 -1
- package/dist/core/shaders/Dither/index.js +1 -1
- package/dist/core/shaders/DotGrid/index.js +1 -1
- package/dist/core/shaders/Duotone/index.js +1 -1
- package/dist/core/shaders/FilmGrain/index.js +1 -1
- package/dist/core/shaders/FloatingParticles/index.js +1 -1
- package/dist/core/shaders/FlowField/index.js +1 -1
- package/dist/core/shaders/GlassTiles/index.js +1 -1
- package/dist/core/shaders/Glitch/index.js +1 -1
- package/dist/core/shaders/Glow/index.js +1 -1
- package/dist/core/shaders/Godrays/index.js +1 -1
- package/dist/core/shaders/Grayscale/index.js +1 -1
- package/dist/core/shaders/Grid/index.js +1 -1
- package/dist/core/shaders/GridDistortion/index.js +1 -1
- package/dist/core/shaders/Group/index.js +1 -1
- package/dist/core/shaders/Halftone/index.js +1 -1
- package/dist/core/shaders/HueShift/index.js +1 -1
- package/dist/core/shaders/ImageTexture/index.js +1 -1
- package/dist/core/shaders/Invert/index.js +1 -1
- package/dist/core/shaders/Kaleidoscope/index.js +1 -1
- package/dist/core/shaders/LensFlare/index.js +1 -1
- package/dist/core/shaders/LinearBlur/index.js +1 -1
- package/dist/core/shaders/LinearGradient/index.js +1 -1
- package/dist/core/shaders/Liquify/index.js +1 -1
- package/dist/core/shaders/Mirror/index.js +1 -1
- package/dist/core/shaders/Perspective/index.js +1 -1
- package/dist/core/shaders/Pixelate/index.js +1 -1
- package/dist/core/shaders/Plasma/index.js +1 -1
- package/dist/core/shaders/PolarCoordinates/index.js +1 -1
- package/dist/core/shaders/Posterize/index.js +1 -1
- package/dist/core/shaders/ProgressiveBlur/index.js +1 -1
- package/dist/core/shaders/RadialGradient/index.js +1 -1
- package/dist/core/shaders/RectangularCoordinates/index.js +1 -1
- package/dist/core/shaders/Ripples/index.js +1 -1
- package/dist/core/shaders/Saturation/index.js +1 -1
- package/dist/core/shaders/Sharpness/index.js +1 -1
- package/dist/core/shaders/Shatter/index.js +1 -1
- package/dist/core/shaders/SimplexNoise/index.js +1 -1
- package/dist/core/shaders/SineWave/index.js +1 -1
- package/dist/core/shaders/SolidColor/index.js +1 -1
- package/dist/core/shaders/Spherize/index.js +1 -1
- package/dist/core/shaders/Spiral/index.js +1 -1
- package/dist/core/shaders/Strands/index.js +1 -1
- package/dist/core/shaders/Stretch/index.js +1 -1
- package/dist/core/shaders/Stripes/index.js +1 -1
- package/dist/core/shaders/StudioBackground/index.js +1 -1
- package/dist/core/shaders/Swirl/index.js +1 -1
- package/dist/core/shaders/TiltShift/index.js +1 -1
- package/dist/core/shaders/Tint/index.js +1 -1
- package/dist/core/shaders/Tritone/index.js +1 -1
- package/dist/core/shaders/Twirl/index.js +1 -1
- package/dist/core/shaders/Vibrance/index.js +1 -1
- package/dist/core/shaders/VideoTexture/index.js +1 -1
- package/dist/core/shaders/WaveDistortion/index.js +1 -1
- package/dist/core/shaders/WebcamTexture/index.js +1 -1
- package/dist/core/shaders/ZoomBlur/index.js +1 -1
- package/dist/react/Aurora.js +164 -0
- package/dist/react/CursorRipples.js +164 -0
- package/dist/react/components/Aurora.d.ts +31 -0
- package/dist/react/components/Aurora.d.ts.map +1 -0
- package/dist/react/components/CursorRipples.d.ts +31 -0
- package/dist/react/components/CursorRipples.d.ts.map +1 -0
- package/dist/react/index.d.ts +2 -0
- package/dist/react/index.d.ts.map +1 -1
- package/dist/react/index.js +3 -1
- package/dist/react/utils/generatePresetCode.d.ts.map +1 -1
- package/dist/react/utils/generatePresetCode.js +31 -0
- package/dist/registry.js +499 -0
- package/dist/solid/components/Aurora.d.ts +28 -0
- package/dist/solid/components/Aurora.d.ts.map +1 -0
- package/dist/solid/components/Aurora.js +168 -0
- package/dist/solid/components/CursorRipples.d.ts +28 -0
- package/dist/solid/components/CursorRipples.d.ts.map +1 -0
- package/dist/solid/components/CursorRipples.js +168 -0
- package/dist/solid/index.d.ts +2 -0
- package/dist/solid/index.d.ts.map +1 -1
- package/dist/solid/index.js +146 -142
- package/dist/solid/utils/generatePresetCode.d.ts.map +1 -1
- package/dist/solid/utils/generatePresetCode.js +31 -0
- package/dist/svelte/components/Aurora.svelte.d.ts +19 -0
- package/dist/svelte/components/CursorRipples.svelte.d.ts +19 -0
- package/dist/svelte/{generatePresetCode-TDa1I3YR.js → generatePresetCode-DN-iUvZN.js} +31 -0
- package/dist/svelte/index.d.ts +2 -0
- package/dist/svelte/index.js +545 -285
- package/dist/svelte/utils/generatePresetCode.js +1 -1
- package/dist/vue/Aurora.js +3 -0
- package/dist/vue/Aurora.vue_vue_type_script_setup_true_lang.js +156 -0
- package/dist/vue/CursorRipples.js +3 -0
- package/dist/vue/CursorRipples.vue_vue_type_script_setup_true_lang.js +148 -0
- package/dist/vue/components/Aurora.vue.d.ts +54 -0
- package/dist/vue/components/Aurora.vue.d.ts.map +1 -0
- package/dist/vue/components/CursorRipples.vue.d.ts +54 -0
- package/dist/vue/components/CursorRipples.vue.d.ts.map +1 -0
- package/dist/vue/index.d.ts +2 -0
- package/dist/vue/index.d.ts.map +1 -1
- package/dist/vue/index.js +3 -1
- package/dist/vue/utils/generatePresetCode.d.ts.map +1 -1
- package/dist/vue/utils/generatePresetCode.js +31 -0
- package/package.json +17 -1
- /package/dist/core/{Beam-BBbjVQDP.js → Beam-CyRoRQEj.js} +0 -0
- /package/dist/core/{Blob-DeD9KRj-.js → Blob-BgN4aVOR.js} +0 -0
- /package/dist/core/{Blur-Brqgsz7y.js → Blur-NNElJwzj.js} +0 -0
- /package/dist/core/{BrightnessContrast-DSePKfxC.js → BrightnessContrast-FdkKMaQQ.js} +0 -0
- /package/dist/core/{Bulge-D2OwcL23.js → Bulge-Ca9hW7y4.js} +0 -0
- /package/dist/core/{CRTScreen-D6qh6DnD.js → CRTScreen-BHKDJ9_0.js} +0 -0
- /package/dist/core/{ChannelBlur-BKo9uGaB.js → ChannelBlur-A0r5Gx_y.js} +0 -0
- /package/dist/core/{Checkerboard-ChbG4nPC.js → Checkerboard-XJh_tV6B.js} +0 -0
- /package/dist/core/{ChromaFlow-DyqU1igx.js → ChromaFlow-Cc647Knw.js} +0 -0
- /package/dist/core/{ChromaticAberration-9nlFN2h0.js → ChromaticAberration-CYvju_kr.js} +0 -0
- /package/dist/core/{Circle-DSQ_9vPx.js → Circle-C9DYXDnD.js} +0 -0
- /package/dist/core/{ConcentricSpin-CLTGx_sN.js → ConcentricSpin-CnuAW_6I.js} +0 -0
- /package/dist/core/{ContourLines-Dc5J7iw5.js → ContourLines-DJ0R9q6Y.js} +0 -0
- /package/dist/core/{CursorTrail-COnyRZH9.js → CursorTrail-DD4YxAqo.js} +0 -0
- /package/dist/core/{DiffuseBlur-DcV8M7hN.js → DiffuseBlur-GlibDd8O.js} +0 -0
- /package/dist/core/{Dither-C-w0ugGX.js → Dither-BOWyA2dp.js} +0 -0
- /package/dist/core/{DotGrid-wXnfcjrM.js → DotGrid-Cm-wz6WU.js} +0 -0
- /package/dist/core/{Duotone-B8dYgrFR.js → Duotone-C8mRw_1e.js} +0 -0
- /package/dist/core/{FilmGrain-D_6m7GJ4.js → FilmGrain-BzD2zoUK.js} +0 -0
- /package/dist/core/{FloatingParticles-YuuXeICf.js → FloatingParticles-GkVY1twT.js} +0 -0
- /package/dist/core/{FlowField-Dx2eqOcU.js → FlowField-S_LXjhaN.js} +0 -0
- /package/dist/core/{GlassTiles-hnt2pUQN.js → GlassTiles--hbefQlc.js} +0 -0
- /package/dist/core/{Glitch-DfPXeSlL.js → Glitch-lbgQYebN.js} +0 -0
- /package/dist/core/{Glow-CQv_dRPj.js → Glow-DM9zbhbr.js} +0 -0
- /package/dist/core/{Godrays-B_-HliEA.js → Godrays-DVo1ikUR.js} +0 -0
- /package/dist/core/{Grayscale-DRFXhxr4.js → Grayscale-CRYK8foe.js} +0 -0
- /package/dist/core/{Grid-DKSUwEIe.js → Grid-BmYSb6Ur.js} +0 -0
- /package/dist/core/{GridDistortion-DahXljLX.js → GridDistortion-PNU8pi2I.js} +0 -0
- /package/dist/core/{Group-r9gMBd5y.js → Group-D-QMn-Co.js} +0 -0
- /package/dist/core/{Halftone-ZVjwkjaQ.js → Halftone-BlY2LuT8.js} +0 -0
- /package/dist/core/{HueShift-gZlNBwNE.js → HueShift-p4t6HfqE.js} +0 -0
- /package/dist/core/{ImageTexture-DuXMku_O.js → ImageTexture-BAOtuVAy.js} +0 -0
- /package/dist/core/{Invert-gUjZNHF3.js → Invert-oYct5uwC.js} +0 -0
- /package/dist/core/{Kaleidoscope-COKZ0BDb.js → Kaleidoscope-BXKsOJl2.js} +0 -0
- /package/dist/core/{LensFlare-D6jy4M7G.js → LensFlare-BWl8PWjv.js} +0 -0
- /package/dist/core/{LinearBlur-CArDQIhs.js → LinearBlur-gV1sIMuQ.js} +0 -0
- /package/dist/core/{LinearGradient-BkB_3gVV.js → LinearGradient-C5kz9RSs.js} +0 -0
- /package/dist/core/{Liquify-BrIB9ajS.js → Liquify-CtUvuV0S.js} +0 -0
- /package/dist/core/{Mirror-BRPYfVAr.js → Mirror-C3Bn9m7T.js} +0 -0
- /package/dist/core/{Perspective-CglPLWTZ.js → Perspective-NsMXVWAS.js} +0 -0
- /package/dist/core/{Pixelate-CwnuDc5L.js → Pixelate-C-LbtIjf.js} +0 -0
- /package/dist/core/{Plasma-CuW-GOI_.js → Plasma-Dr516u2H.js} +0 -0
- /package/dist/core/{PolarCoordinates-9AFXKnSC.js → PolarCoordinates-HVxz9oX-.js} +0 -0
- /package/dist/core/{Posterize-DU2yrydV.js → Posterize-DbPe3f5d.js} +0 -0
- /package/dist/core/{ProgressiveBlur-BXv2mob_.js → ProgressiveBlur-Cf2pKf8U.js} +0 -0
- /package/dist/core/{RadialGradient-Dd21Be-_.js → RadialGradient-Bel2cjwV.js} +0 -0
- /package/dist/core/{RectangularCoordinates-DAOGnX2p.js → RectangularCoordinates-BfeH7Mp6.js} +0 -0
- /package/dist/core/{Ripples-Nk5is8WX.js → Ripples-DBqbjqb_.js} +0 -0
- /package/dist/core/{Saturation-KoiVB92Y.js → Saturation-4L5KnzYg.js} +0 -0
- /package/dist/core/{Sharpness-CK-zaDVc.js → Sharpness-C5h9h3NY.js} +0 -0
- /package/dist/core/{Shatter-EEzkIXGb.js → Shatter-BDTHZrbz.js} +0 -0
- /package/dist/core/{SimplexNoise-DKov4Yho.js → SimplexNoise-DU-QPbwp.js} +0 -0
- /package/dist/core/{SineWave-Cy0wWKUU.js → SineWave-CsoVJf9C.js} +0 -0
- /package/dist/core/{SolidColor-P4OKglCC.js → SolidColor-BOK2t0JT.js} +0 -0
- /package/dist/core/{Spherize-BLEvqakM.js → Spherize-BxUTtFAg.js} +0 -0
- /package/dist/core/{Spiral-DXuKs26n.js → Spiral-DVURsiiQ.js} +0 -0
- /package/dist/core/{Strands-DsdASoV4.js → Strands-C2l4JaUt.js} +0 -0
- /package/dist/core/{Stretch-By8f2wmJ.js → Stretch-uSJDtqi2.js} +0 -0
- /package/dist/core/{Stripes-D8HSlP1H.js → Stripes-IFl3of9w.js} +0 -0
- /package/dist/core/{StudioBackground-CFjfBnWp.js → StudioBackground-DbBGv5fk.js} +0 -0
- /package/dist/core/{Swirl-BIFGxHL0.js → Swirl-C16tmwEg.js} +0 -0
- /package/dist/core/{TiltShift-CLMFkzBs.js → TiltShift-C5t3YMVT.js} +0 -0
- /package/dist/core/{Tint-NQjiXLGu.js → Tint-VTnDmiKF.js} +0 -0
- /package/dist/core/{Tritone-67eoddBF.js → Tritone-v6z_O967.js} +0 -0
- /package/dist/core/{Twirl-ZaYAMqmq.js → Twirl-BWpsT8iI.js} +0 -0
- /package/dist/core/{Vibrance-DbSUuK_4.js → Vibrance-C_DSuzwf.js} +0 -0
- /package/dist/core/{VideoTexture-lHzoN3G9.js → VideoTexture-OrpXuUNQ.js} +0 -0
- /package/dist/core/{WaveDistortion-CB6xTndT.js → WaveDistortion-BAxVvc8B.js} +0 -0
- /package/dist/core/{WebcamTexture-BJUvpMmV.js → WebcamTexture-D2CHXtkO.js} +0 -0
- /package/dist/core/{ZoomBlur-BCClC8fw.js → ZoomBlur-D--sEenn.js} +0 -0
package/dist/core/registry.js
CHANGED
|
@@ -4,151 +4,155 @@ import "./time-BZqyVJXt.js";
|
|
|
4
4
|
import { n as componentDefinition } from "./AngularBlur-HQuGCKow.js";
|
|
5
5
|
import { n as componentDefinition$1 } from "./Ascii-BmSlALjq.js";
|
|
6
6
|
import "./colorMixing-Ehw-Hfs_.js";
|
|
7
|
-
import { n as componentDefinition$2 } from "./
|
|
8
|
-
import { n as componentDefinition$3 } from "./
|
|
9
|
-
import { n as componentDefinition$4 } from "./
|
|
10
|
-
import { n as componentDefinition$5 } from "./
|
|
11
|
-
import { n as componentDefinition$6 } from "./
|
|
12
|
-
import { n as componentDefinition$7 } from "./
|
|
13
|
-
import { n as componentDefinition$8 } from "./
|
|
14
|
-
import { n as componentDefinition$9 } from "./
|
|
15
|
-
import { n as componentDefinition$10 } from "./
|
|
16
|
-
import { n as componentDefinition$11 } from "./
|
|
17
|
-
import { n as componentDefinition$12 } from "./
|
|
18
|
-
import { n as componentDefinition$13 } from "./
|
|
19
|
-
import { n as componentDefinition$14 } from "./
|
|
20
|
-
import { n as componentDefinition$15 } from "./
|
|
21
|
-
import { n as componentDefinition$16 } from "./
|
|
22
|
-
import { n as componentDefinition$17 } from "./
|
|
23
|
-
import { n as componentDefinition$18 } from "./
|
|
24
|
-
import { n as componentDefinition$19 } from "./
|
|
25
|
-
import { n as componentDefinition$20 } from "./
|
|
26
|
-
import { n as componentDefinition$21 } from "./
|
|
27
|
-
import { n as componentDefinition$22 } from "./
|
|
28
|
-
import { n as componentDefinition$23 } from "./
|
|
29
|
-
import { n as componentDefinition$24 } from "./
|
|
30
|
-
import { n as componentDefinition$25 } from "./
|
|
31
|
-
import { n as componentDefinition$26 } from "./
|
|
32
|
-
import { n as componentDefinition$27 } from "./
|
|
33
|
-
import { n as componentDefinition$28 } from "./
|
|
34
|
-
import { n as componentDefinition$29 } from "./
|
|
35
|
-
import { n as componentDefinition$30 } from "./
|
|
36
|
-
import { n as componentDefinition$31 } from "./
|
|
37
|
-
import { n as componentDefinition$32 } from "./
|
|
38
|
-
import { n as componentDefinition$33 } from "./
|
|
39
|
-
import { n as componentDefinition$34 } from "./
|
|
40
|
-
import { n as componentDefinition$35 } from "./
|
|
41
|
-
import { n as componentDefinition$36 } from "./
|
|
42
|
-
import { n as componentDefinition$37 } from "./
|
|
43
|
-
import { n as componentDefinition$38 } from "./
|
|
44
|
-
import { n as componentDefinition$39 } from "./
|
|
45
|
-
import { n as componentDefinition$40 } from "./
|
|
46
|
-
import { n as componentDefinition$41 } from "./
|
|
47
|
-
import { n as componentDefinition$42 } from "./
|
|
48
|
-
import { n as componentDefinition$43 } from "./
|
|
49
|
-
import { n as componentDefinition$44 } from "./
|
|
50
|
-
import { n as componentDefinition$45 } from "./
|
|
51
|
-
import { n as componentDefinition$46 } from "./
|
|
52
|
-
import { n as componentDefinition$47 } from "./
|
|
53
|
-
import { n as componentDefinition$48 } from "./
|
|
54
|
-
import { n as componentDefinition$49 } from "./
|
|
55
|
-
import { n as componentDefinition$50 } from "./
|
|
56
|
-
import { n as componentDefinition$51 } from "./
|
|
57
|
-
import { n as componentDefinition$52 } from "./
|
|
58
|
-
import { n as componentDefinition$53 } from "./
|
|
59
|
-
import { n as componentDefinition$54 } from "./
|
|
60
|
-
import { n as componentDefinition$55 } from "./
|
|
61
|
-
import { n as componentDefinition$56 } from "./
|
|
62
|
-
import { n as componentDefinition$57 } from "./
|
|
63
|
-
import { n as componentDefinition$58 } from "./
|
|
64
|
-
import { n as componentDefinition$59 } from "./
|
|
65
|
-
import { n as componentDefinition$60 } from "./
|
|
66
|
-
import { n as componentDefinition$61 } from "./
|
|
67
|
-
import { n as componentDefinition$62 } from "./
|
|
68
|
-
import { n as componentDefinition$63 } from "./
|
|
69
|
-
import { n as componentDefinition$64 } from "./
|
|
70
|
-
import { n as componentDefinition$65 } from "./
|
|
71
|
-
import { n as componentDefinition$66 } from "./
|
|
72
|
-
import { n as componentDefinition$67 } from "./
|
|
73
|
-
import { n as componentDefinition$68 } from "./
|
|
74
|
-
import { n as componentDefinition$69 } from "./
|
|
75
|
-
import { n as componentDefinition$70 } from "./
|
|
76
|
-
import { n as componentDefinition$71 } from "./
|
|
7
|
+
import { n as componentDefinition$2 } from "./Aurora-BDnL1XdK.js";
|
|
8
|
+
import { n as componentDefinition$3 } from "./Beam-CyRoRQEj.js";
|
|
9
|
+
import { n as componentDefinition$4 } from "./Blob-BgN4aVOR.js";
|
|
10
|
+
import { n as componentDefinition$5 } from "./Blur-NNElJwzj.js";
|
|
11
|
+
import { n as componentDefinition$6 } from "./BrightnessContrast-FdkKMaQQ.js";
|
|
12
|
+
import { n as componentDefinition$7 } from "./Bulge-Ca9hW7y4.js";
|
|
13
|
+
import { n as componentDefinition$8 } from "./ChannelBlur-A0r5Gx_y.js";
|
|
14
|
+
import { n as componentDefinition$9 } from "./Checkerboard-XJh_tV6B.js";
|
|
15
|
+
import { n as componentDefinition$10 } from "./ChromaFlow-Cc647Knw.js";
|
|
16
|
+
import { n as componentDefinition$11 } from "./ChromaticAberration-CYvju_kr.js";
|
|
17
|
+
import { n as componentDefinition$12 } from "./Circle-C9DYXDnD.js";
|
|
18
|
+
import { n as componentDefinition$13 } from "./ConcentricSpin-CnuAW_6I.js";
|
|
19
|
+
import { n as componentDefinition$14 } from "./ContourLines-DJ0R9q6Y.js";
|
|
20
|
+
import { n as componentDefinition$15 } from "./CRTScreen-BHKDJ9_0.js";
|
|
21
|
+
import { n as componentDefinition$16 } from "./CursorRipples-Dn_rE8nA.js";
|
|
22
|
+
import { n as componentDefinition$17 } from "./CursorTrail-DD4YxAqo.js";
|
|
23
|
+
import { n as componentDefinition$18 } from "./DiffuseBlur-GlibDd8O.js";
|
|
24
|
+
import { n as componentDefinition$19 } from "./Dither-BOWyA2dp.js";
|
|
25
|
+
import { n as componentDefinition$20 } from "./DotGrid-Cm-wz6WU.js";
|
|
26
|
+
import { n as componentDefinition$21 } from "./Duotone-C8mRw_1e.js";
|
|
27
|
+
import { n as componentDefinition$22 } from "./FilmGrain-BzD2zoUK.js";
|
|
28
|
+
import { n as componentDefinition$23 } from "./FloatingParticles-GkVY1twT.js";
|
|
29
|
+
import { n as componentDefinition$24 } from "./FlowField-S_LXjhaN.js";
|
|
30
|
+
import { n as componentDefinition$25 } from "./GlassTiles--hbefQlc.js";
|
|
31
|
+
import { n as componentDefinition$26 } from "./Glitch-lbgQYebN.js";
|
|
32
|
+
import { n as componentDefinition$27 } from "./Glow-DM9zbhbr.js";
|
|
33
|
+
import { n as componentDefinition$28 } from "./Godrays-DVo1ikUR.js";
|
|
34
|
+
import { n as componentDefinition$29 } from "./Grayscale-CRYK8foe.js";
|
|
35
|
+
import { n as componentDefinition$30 } from "./Grid-BmYSb6Ur.js";
|
|
36
|
+
import { n as componentDefinition$31 } from "./GridDistortion-PNU8pi2I.js";
|
|
37
|
+
import { n as componentDefinition$32 } from "./Group-D-QMn-Co.js";
|
|
38
|
+
import { n as componentDefinition$33 } from "./Halftone-BlY2LuT8.js";
|
|
39
|
+
import { n as componentDefinition$34 } from "./HueShift-p4t6HfqE.js";
|
|
40
|
+
import { n as componentDefinition$35 } from "./ImageTexture-BAOtuVAy.js";
|
|
41
|
+
import { n as componentDefinition$36 } from "./Invert-oYct5uwC.js";
|
|
42
|
+
import { n as componentDefinition$37 } from "./Kaleidoscope-BXKsOJl2.js";
|
|
43
|
+
import { n as componentDefinition$38 } from "./LensFlare-BWl8PWjv.js";
|
|
44
|
+
import { n as componentDefinition$39 } from "./LinearBlur-gV1sIMuQ.js";
|
|
45
|
+
import { n as componentDefinition$40 } from "./LinearGradient-C5kz9RSs.js";
|
|
46
|
+
import { n as componentDefinition$41 } from "./Liquify-CtUvuV0S.js";
|
|
47
|
+
import { n as componentDefinition$42 } from "./Mirror-C3Bn9m7T.js";
|
|
48
|
+
import { n as componentDefinition$43 } from "./Perspective-NsMXVWAS.js";
|
|
49
|
+
import { n as componentDefinition$44 } from "./Pixelate-C-LbtIjf.js";
|
|
50
|
+
import { n as componentDefinition$45 } from "./Plasma-Dr516u2H.js";
|
|
51
|
+
import { n as componentDefinition$46 } from "./PolarCoordinates-HVxz9oX-.js";
|
|
52
|
+
import { n as componentDefinition$47 } from "./Posterize-DbPe3f5d.js";
|
|
53
|
+
import { n as componentDefinition$48 } from "./ProgressiveBlur-Cf2pKf8U.js";
|
|
54
|
+
import { n as componentDefinition$49 } from "./RadialGradient-Bel2cjwV.js";
|
|
55
|
+
import { n as componentDefinition$50 } from "./RectangularCoordinates-BfeH7Mp6.js";
|
|
56
|
+
import { n as componentDefinition$51 } from "./Ripples-DBqbjqb_.js";
|
|
57
|
+
import { n as componentDefinition$52 } from "./Saturation-4L5KnzYg.js";
|
|
58
|
+
import { n as componentDefinition$53 } from "./Sharpness-C5h9h3NY.js";
|
|
59
|
+
import { n as componentDefinition$54 } from "./Shatter-BDTHZrbz.js";
|
|
60
|
+
import { n as componentDefinition$55 } from "./SimplexNoise-DU-QPbwp.js";
|
|
61
|
+
import { n as componentDefinition$56 } from "./SineWave-CsoVJf9C.js";
|
|
62
|
+
import { n as componentDefinition$57 } from "./SolidColor-BOK2t0JT.js";
|
|
63
|
+
import { n as componentDefinition$58 } from "./Spherize-BxUTtFAg.js";
|
|
64
|
+
import { n as componentDefinition$59 } from "./Spiral-DVURsiiQ.js";
|
|
65
|
+
import { n as componentDefinition$60 } from "./Strands-C2l4JaUt.js";
|
|
66
|
+
import { n as componentDefinition$61 } from "./Stretch-uSJDtqi2.js";
|
|
67
|
+
import { n as componentDefinition$62 } from "./Stripes-IFl3of9w.js";
|
|
68
|
+
import { n as componentDefinition$63 } from "./StudioBackground-DbBGv5fk.js";
|
|
69
|
+
import { n as componentDefinition$64 } from "./Swirl-C16tmwEg.js";
|
|
70
|
+
import { n as componentDefinition$65 } from "./TiltShift-C5t3YMVT.js";
|
|
71
|
+
import { n as componentDefinition$66 } from "./Tint-VTnDmiKF.js";
|
|
72
|
+
import { n as componentDefinition$67 } from "./Tritone-v6z_O967.js";
|
|
73
|
+
import { n as componentDefinition$68 } from "./Twirl-BWpsT8iI.js";
|
|
74
|
+
import { n as componentDefinition$69 } from "./Vibrance-C_DSuzwf.js";
|
|
75
|
+
import { n as componentDefinition$70 } from "./VideoTexture-OrpXuUNQ.js";
|
|
76
|
+
import { n as componentDefinition$71 } from "./WaveDistortion-BAxVvc8B.js";
|
|
77
|
+
import { n as componentDefinition$72 } from "./WebcamTexture-D2CHXtkO.js";
|
|
78
|
+
import { n as componentDefinition$73 } from "./ZoomBlur-D--sEenn.js";
|
|
77
79
|
var createShaderRegistry = () => {
|
|
78
80
|
const registry = {};
|
|
79
81
|
const shaderDefinitions = {
|
|
80
82
|
AngularBlur: componentDefinition,
|
|
81
83
|
Ascii: componentDefinition$1,
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
84
|
+
Aurora: componentDefinition$2,
|
|
85
|
+
Beam: componentDefinition$3,
|
|
86
|
+
Blob: componentDefinition$4,
|
|
87
|
+
Blur: componentDefinition$5,
|
|
88
|
+
BrightnessContrast: componentDefinition$6,
|
|
89
|
+
Bulge: componentDefinition$7,
|
|
90
|
+
ChannelBlur: componentDefinition$8,
|
|
91
|
+
Checkerboard: componentDefinition$9,
|
|
92
|
+
ChromaFlow: componentDefinition$10,
|
|
93
|
+
ChromaticAberration: componentDefinition$11,
|
|
94
|
+
Circle: componentDefinition$12,
|
|
95
|
+
ConcentricSpin: componentDefinition$13,
|
|
96
|
+
ContourLines: componentDefinition$14,
|
|
97
|
+
CRTScreen: componentDefinition$15,
|
|
98
|
+
CursorRipples: componentDefinition$16,
|
|
99
|
+
CursorTrail: componentDefinition$17,
|
|
100
|
+
DiffuseBlur: componentDefinition$18,
|
|
101
|
+
Dither: componentDefinition$19,
|
|
102
|
+
DotGrid: componentDefinition$20,
|
|
103
|
+
Duotone: componentDefinition$21,
|
|
104
|
+
FilmGrain: componentDefinition$22,
|
|
105
|
+
FloatingParticles: componentDefinition$23,
|
|
106
|
+
FlowField: componentDefinition$24,
|
|
107
|
+
GlassTiles: componentDefinition$25,
|
|
108
|
+
Glitch: componentDefinition$26,
|
|
109
|
+
Glow: componentDefinition$27,
|
|
110
|
+
Godrays: componentDefinition$28,
|
|
111
|
+
Grayscale: componentDefinition$29,
|
|
112
|
+
Grid: componentDefinition$30,
|
|
113
|
+
GridDistortion: componentDefinition$31,
|
|
114
|
+
Group: componentDefinition$32,
|
|
115
|
+
Halftone: componentDefinition$33,
|
|
116
|
+
HueShift: componentDefinition$34,
|
|
117
|
+
ImageTexture: componentDefinition$35,
|
|
118
|
+
Invert: componentDefinition$36,
|
|
119
|
+
Kaleidoscope: componentDefinition$37,
|
|
120
|
+
LensFlare: componentDefinition$38,
|
|
121
|
+
LinearBlur: componentDefinition$39,
|
|
122
|
+
LinearGradient: componentDefinition$40,
|
|
123
|
+
Liquify: componentDefinition$41,
|
|
124
|
+
Mirror: componentDefinition$42,
|
|
125
|
+
Perspective: componentDefinition$43,
|
|
126
|
+
Pixelate: componentDefinition$44,
|
|
127
|
+
Plasma: componentDefinition$45,
|
|
128
|
+
PolarCoordinates: componentDefinition$46,
|
|
129
|
+
Posterize: componentDefinition$47,
|
|
130
|
+
ProgressiveBlur: componentDefinition$48,
|
|
131
|
+
RadialGradient: componentDefinition$49,
|
|
132
|
+
RectangularCoordinates: componentDefinition$50,
|
|
133
|
+
Ripples: componentDefinition$51,
|
|
134
|
+
Saturation: componentDefinition$52,
|
|
135
|
+
Sharpness: componentDefinition$53,
|
|
136
|
+
Shatter: componentDefinition$54,
|
|
137
|
+
SimplexNoise: componentDefinition$55,
|
|
138
|
+
SineWave: componentDefinition$56,
|
|
139
|
+
SolidColor: componentDefinition$57,
|
|
140
|
+
Spherize: componentDefinition$58,
|
|
141
|
+
Spiral: componentDefinition$59,
|
|
142
|
+
Strands: componentDefinition$60,
|
|
143
|
+
Stretch: componentDefinition$61,
|
|
144
|
+
Stripes: componentDefinition$62,
|
|
145
|
+
StudioBackground: componentDefinition$63,
|
|
146
|
+
Swirl: componentDefinition$64,
|
|
147
|
+
TiltShift: componentDefinition$65,
|
|
148
|
+
Tint: componentDefinition$66,
|
|
149
|
+
Tritone: componentDefinition$67,
|
|
150
|
+
Twirl: componentDefinition$68,
|
|
151
|
+
Vibrance: componentDefinition$69,
|
|
152
|
+
VideoTexture: componentDefinition$70,
|
|
153
|
+
WaveDistortion: componentDefinition$71,
|
|
154
|
+
WebcamTexture: componentDefinition$72,
|
|
155
|
+
ZoomBlur: componentDefinition$73
|
|
152
156
|
};
|
|
153
157
|
Object.entries(shaderDefinitions).forEach(([fileName, def]) => {
|
|
154
158
|
const propsMetadata = {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"shaderRegistry.d.ts","sourceRoot":"","sources":["../src/shaderRegistry.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"shaderRegistry.d.ts","sourceRoot":"","sources":["../src/shaderRegistry.ts"],"names":[],"mappings":"AA6EA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAA;AAElD,MAAM,WAAW,mBAAmB;IAClC,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,EAAE,MAAM,CAAA;IAChB,QAAQ,EAAE,MAAM,CAAA;IAChB,UAAU,EAAE,mBAAmB,CAAC,GAAG,CAAC,CAAA;IACpC,aAAa,EAAE,MAAM,CAAC,MAAM,EAAE;QAC5B,EAAE,CAAC,EAAE,GAAG,CAAA;QACR,OAAO,CAAC,EAAE,GAAG,CAAA;QACb,WAAW,CAAC,EAAE,MAAM,CAAA;KACrB,CAAC,CAAA;CACH;AA8GD,eAAO,MAAM,cAAc,qCAAyB,CAAA;AAGpD,wBAAgB,aAAa,IAAI,mBAAmB,EAAE,CAErD;AAED,wBAAgB,eAAe,CAAC,IAAI,EAAE,MAAM,GAAG,mBAAmB,GAAG,SAAS,CAE7E;AAED,wBAAgB,oBAAoB,CAAC,QAAQ,EAAE,MAAM,GAAG,mBAAmB,EAAE,CAE5E;AAED,wBAAgB,mBAAmB,IAAI,MAAM,EAAE,CAG9C"}
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
import { ComponentDefinition } from '../../types';
|
|
2
|
+
import { transformColor, transformPosition } from '../../utilities/transformations';
|
|
3
|
+
|
|
4
|
+
export interface ComponentProps {
|
|
5
|
+
/**
|
|
6
|
+
* Edge color at the curtain base
|
|
7
|
+
*
|
|
8
|
+
* Accepts hex strings (`#ff0000`), RGB objects (`{ r, g, b }`), or CSS color names (`limegreen`).
|
|
9
|
+
* @default "#a533f8"
|
|
10
|
+
*/
|
|
11
|
+
colorA: Parameters<typeof transformColor>[0];
|
|
12
|
+
/**
|
|
13
|
+
* Core color in the bright center
|
|
14
|
+
*
|
|
15
|
+
* Accepts hex strings (`#ff0000`), RGB objects (`{ r, g, b }`), or CSS color names (`limegreen`).
|
|
16
|
+
* @default "#22ee88"
|
|
17
|
+
*/
|
|
18
|
+
colorB: Parameters<typeof transformColor>[0];
|
|
19
|
+
/**
|
|
20
|
+
* Tip color at the ray ends
|
|
21
|
+
*
|
|
22
|
+
* Accepts hex strings (`#ff0000`), RGB objects (`{ r, g, b }`), or CSS color names (`limegreen`).
|
|
23
|
+
* @default "#1694e8"
|
|
24
|
+
*/
|
|
25
|
+
colorC: Parameters<typeof transformColor>[0];
|
|
26
|
+
/**
|
|
27
|
+
* Color space for color interpolation
|
|
28
|
+
*
|
|
29
|
+
* Accepts one of the predefined option values.
|
|
30
|
+
* @default "linear"
|
|
31
|
+
*/
|
|
32
|
+
colorSpace: string;
|
|
33
|
+
/**
|
|
34
|
+
* Shifts color distribution across the curtain height
|
|
35
|
+
*
|
|
36
|
+
* Accepts a number between 0 and 100.
|
|
37
|
+
* @default 50
|
|
38
|
+
*/
|
|
39
|
+
balance: number;
|
|
40
|
+
/**
|
|
41
|
+
* Overall aurora brightness
|
|
42
|
+
*
|
|
43
|
+
* Accepts a number between 0 and 100.
|
|
44
|
+
* @default 80
|
|
45
|
+
*/
|
|
46
|
+
intensity: number;
|
|
47
|
+
/**
|
|
48
|
+
* Number of aurora curtain layers
|
|
49
|
+
*
|
|
50
|
+
* Accepts a number between 1 and 4.
|
|
51
|
+
* @default 4
|
|
52
|
+
*/
|
|
53
|
+
curtainCount: number;
|
|
54
|
+
/**
|
|
55
|
+
* Animation speed
|
|
56
|
+
*
|
|
57
|
+
* Accepts a number between -10 and 10.
|
|
58
|
+
* @default 5
|
|
59
|
+
*/
|
|
60
|
+
speed: number;
|
|
61
|
+
/**
|
|
62
|
+
* How much the curtains undulate
|
|
63
|
+
*
|
|
64
|
+
* Accepts a number between 0 and 200.
|
|
65
|
+
* @default 50
|
|
66
|
+
*/
|
|
67
|
+
waviness: number;
|
|
68
|
+
/**
|
|
69
|
+
* Density of vertical ray structures
|
|
70
|
+
*
|
|
71
|
+
* Accepts a number between 0 and 100.
|
|
72
|
+
* @default 20
|
|
73
|
+
*/
|
|
74
|
+
rayDensity: number;
|
|
75
|
+
/**
|
|
76
|
+
* How tall the aurora extends
|
|
77
|
+
*
|
|
78
|
+
* Accepts a number between 10 and 200.
|
|
79
|
+
* @default 120
|
|
80
|
+
*/
|
|
81
|
+
height: number;
|
|
82
|
+
/**
|
|
83
|
+
* Center position of the aurora
|
|
84
|
+
*
|
|
85
|
+
* Accepts `{ x, y }` objects with values from 0 to 1, or CSS positions like `top center`.
|
|
86
|
+
* @default {"x":0.5,"y":0.5}
|
|
87
|
+
*/
|
|
88
|
+
center: Parameters<typeof transformPosition>[0];
|
|
89
|
+
/**
|
|
90
|
+
* Random seed for variation
|
|
91
|
+
*
|
|
92
|
+
* Accepts a number between 0 and 100.
|
|
93
|
+
* @default 0
|
|
94
|
+
*/
|
|
95
|
+
seed: number;
|
|
96
|
+
}
|
|
97
|
+
export declare const componentDefinition: ComponentDefinition<ComponentProps>;
|
|
98
|
+
export default componentDefinition;
|
|
99
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/shaders/Aurora/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAAqB,MAAM,iBAAiB,CAAA;AASvE,OAAO,EAAC,cAAc,EAAE,iBAAiB,EAAyC,MAAM,qCAAqC,CAAA;AAI7H,MAAM,WAAW,cAAc;IAC3B,MAAM,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC,CAAC,CAAC,CAAA;IAC5C,MAAM,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC,CAAC,CAAC,CAAA;IAC5C,MAAM,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC,CAAC,CAAC,CAAA;IAC5C,UAAU,EAAE,MAAM,CAAA;IAClB,OAAO,EAAE,MAAM,CAAA;IACf,SAAS,EAAE,MAAM,CAAA;IACjB,YAAY,EAAE,MAAM,CAAA;IACpB,KAAK,EAAE,MAAM,CAAA;IACb,QAAQ,EAAE,MAAM,CAAA;IAChB,UAAU,EAAE,MAAM,CAAA;IAClB,MAAM,EAAE,MAAM,CAAA;IACd,MAAM,EAAE,UAAU,CAAC,OAAO,iBAAiB,CAAC,CAAC,CAAC,CAAC,CAAA;IAC/C,IAAI,EAAE,MAAM,CAAA;CACf;AAED,eAAO,MAAM,mBAAmB,EAAE,mBAAmB,CAAC,cAAc,CAuMnE,CAAA;AAED,eAAe,mBAAmB,CAAA"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import "../../transformations-CC_c-QAT.js";
|
|
2
|
+
import "../../time-BZqyVJXt.js";
|
|
3
|
+
import "../../colorMixing-Ehw-Hfs_.js";
|
|
4
|
+
import { n as componentDefinition, t as Aurora_default } from "../../Aurora-BDnL1XdK.js";
|
|
5
|
+
export { componentDefinition, Aurora_default as default };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "../../transformations-CC_c-QAT.js";
|
|
2
2
|
import "../../colorMixing-Ehw-Hfs_.js";
|
|
3
|
-
import { n as componentDefinition, t as Beam_default } from "../../Beam-
|
|
3
|
+
import { n as componentDefinition, t as Beam_default } from "../../Beam-CyRoRQEj.js";
|
|
4
4
|
export { componentDefinition, Beam_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "../../transformations-CC_c-QAT.js";
|
|
2
2
|
import "../../time-BZqyVJXt.js";
|
|
3
3
|
import "../../colorMixing-Ehw-Hfs_.js";
|
|
4
|
-
import { n as componentDefinition, t as Blob_default } from "../../Blob-
|
|
4
|
+
import { n as componentDefinition, t as Blob_default } from "../../Blob-BgN4aVOR.js";
|
|
5
5
|
export { componentDefinition, Blob_default as default };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as componentDefinition, t as Blur_default } from "../../Blur-
|
|
1
|
+
import { n as componentDefinition, t as Blur_default } from "../../Blur-NNElJwzj.js";
|
|
2
2
|
export { componentDefinition, Blur_default as default };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as componentDefinition, t as BrightnessContrast_default } from "../../BrightnessContrast-
|
|
1
|
+
import { n as componentDefinition, t as BrightnessContrast_default } from "../../BrightnessContrast-FdkKMaQQ.js";
|
|
2
2
|
export { componentDefinition, BrightnessContrast_default as default };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "../../edges-Bd7GP4s2.js";
|
|
2
2
|
import "../../transformations-CC_c-QAT.js";
|
|
3
|
-
import { n as componentDefinition, t as Bulge_default } from "../../Bulge-
|
|
3
|
+
import { n as componentDefinition, t as Bulge_default } from "../../Bulge-Ca9hW7y4.js";
|
|
4
4
|
export { componentDefinition, Bulge_default as default };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as componentDefinition, t as CRTScreen_default } from "../../CRTScreen-
|
|
1
|
+
import { n as componentDefinition, t as CRTScreen_default } from "../../CRTScreen-BHKDJ9_0.js";
|
|
2
2
|
export { componentDefinition, CRTScreen_default as default };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as componentDefinition, t as ChannelBlur_default } from "../../ChannelBlur-
|
|
1
|
+
import { n as componentDefinition, t as ChannelBlur_default } from "../../ChannelBlur-A0r5Gx_y.js";
|
|
2
2
|
export { componentDefinition, ChannelBlur_default as default };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "../../transformations-CC_c-QAT.js";
|
|
2
2
|
import "../../colorMixing-Ehw-Hfs_.js";
|
|
3
|
-
import { n as componentDefinition, t as Checkerboard_default } from "../../Checkerboard-
|
|
3
|
+
import { n as componentDefinition, t as Checkerboard_default } from "../../Checkerboard-XJh_tV6B.js";
|
|
4
4
|
export { componentDefinition, Checkerboard_default as default };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import "../../transformations-CC_c-QAT.js";
|
|
2
|
-
import { n as componentDefinition, t as ChromaFlow_default } from "../../ChromaFlow-
|
|
2
|
+
import { n as componentDefinition, t as ChromaFlow_default } from "../../ChromaFlow-Cc647Knw.js";
|
|
3
3
|
export { componentDefinition, ChromaFlow_default as default };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import "../../transformations-CC_c-QAT.js";
|
|
2
|
-
import { n as componentDefinition, t as ChromaticAberration_default } from "../../ChromaticAberration-
|
|
2
|
+
import { n as componentDefinition, t as ChromaticAberration_default } from "../../ChromaticAberration-CYvju_kr.js";
|
|
3
3
|
export { componentDefinition, ChromaticAberration_default as default };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import "../../transformations-CC_c-QAT.js";
|
|
2
|
-
import { n as componentDefinition, t as Circle_default } from "../../Circle-
|
|
2
|
+
import { n as componentDefinition, t as Circle_default } from "../../Circle-C9DYXDnD.js";
|
|
3
3
|
export { componentDefinition, Circle_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "../../edges-Bd7GP4s2.js";
|
|
2
2
|
import "../../transformations-CC_c-QAT.js";
|
|
3
3
|
import "../../time-BZqyVJXt.js";
|
|
4
|
-
import { n as componentDefinition, t as ConcentricSpin_default } from "../../ConcentricSpin-
|
|
4
|
+
import { n as componentDefinition, t as ConcentricSpin_default } from "../../ConcentricSpin-CnuAW_6I.js";
|
|
5
5
|
export { componentDefinition, ConcentricSpin_default as default };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import "../../transformations-CC_c-QAT.js";
|
|
2
|
-
import { n as componentDefinition, t as ContourLines_default } from "../../ContourLines-
|
|
2
|
+
import { n as componentDefinition, t as ContourLines_default } from "../../ContourLines-DJ0R9q6Y.js";
|
|
3
3
|
export { componentDefinition, ContourLines_default as default };
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { ComponentDefinition } from '../../types';
|
|
2
|
+
|
|
3
|
+
export interface ComponentProps {
|
|
4
|
+
/**
|
|
5
|
+
* Strength of the ripple distortion
|
|
6
|
+
*
|
|
7
|
+
* Accepts a number between 0 and 20.
|
|
8
|
+
* @default 10
|
|
9
|
+
*/
|
|
10
|
+
intensity: number;
|
|
11
|
+
/**
|
|
12
|
+
* How quickly ripples fade (higher = faster)
|
|
13
|
+
*
|
|
14
|
+
* Accepts a number between 0 and 20.
|
|
15
|
+
* @default 10
|
|
16
|
+
*/
|
|
17
|
+
decay: number;
|
|
18
|
+
/**
|
|
19
|
+
* Radius of cursor influence
|
|
20
|
+
*
|
|
21
|
+
* Accepts a number between 0.1 and 1.
|
|
22
|
+
* @default 0.5
|
|
23
|
+
*/
|
|
24
|
+
radius: number;
|
|
25
|
+
/**
|
|
26
|
+
* RGB channel separation along ripple edges
|
|
27
|
+
*
|
|
28
|
+
* Accepts a number between 0 and 3.
|
|
29
|
+
* @default 1
|
|
30
|
+
*/
|
|
31
|
+
chromaticSplit: number;
|
|
32
|
+
/**
|
|
33
|
+
* How to handle edges when distortion pushes content out of bounds
|
|
34
|
+
*
|
|
35
|
+
* Accepts one of: `"stretch"`, `"transparent"`, `"mirror"`, `"wrap"`.
|
|
36
|
+
* @default "stretch"
|
|
37
|
+
*/
|
|
38
|
+
edges: string;
|
|
39
|
+
}
|
|
40
|
+
export declare const componentDefinition: ComponentDefinition<ComponentProps>;
|
|
41
|
+
export default componentDefinition;
|
|
42
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/shaders/CursorRipples/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAAqB,MAAM,iBAAiB,CAAA;AAQvE,MAAM,WAAW,cAAc;IAC3B,SAAS,EAAE,MAAM,CAAA;IACjB,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,EAAE,MAAM,CAAA;IACd,cAAc,EAAE,MAAM,CAAA;IACtB,KAAK,EAAE,MAAM,CAAA;CAChB;AAID,eAAO,MAAM,mBAAmB,EAAE,mBAAmB,CAAC,cAAc,CAuMnE,CAAA;AAED,eAAe,mBAAmB,CAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "../../transformations-CC_c-QAT.js";
|
|
2
2
|
import "../../colorMixing-Ehw-Hfs_.js";
|
|
3
|
-
import { n as componentDefinition, t as CursorTrail_default } from "../../CursorTrail-
|
|
3
|
+
import { n as componentDefinition, t as CursorTrail_default } from "../../CursorTrail-DD4YxAqo.js";
|
|
4
4
|
export { componentDefinition, CursorTrail_default as default };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "../../edges-Bd7GP4s2.js";
|
|
2
2
|
import "../../transformations-CC_c-QAT.js";
|
|
3
|
-
import { n as componentDefinition, t as DiffuseBlur_default } from "../../DiffuseBlur-
|
|
3
|
+
import { n as componentDefinition, t as DiffuseBlur_default } from "../../DiffuseBlur-GlibDd8O.js";
|
|
4
4
|
export { componentDefinition, DiffuseBlur_default as default };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import "../../transformations-CC_c-QAT.js";
|
|
2
|
-
import { n as componentDefinition, t as Dither_default } from "../../Dither-
|
|
2
|
+
import { n as componentDefinition, t as Dither_default } from "../../Dither-BOWyA2dp.js";
|
|
3
3
|
export { componentDefinition, Dither_default as default };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import "../../transformations-CC_c-QAT.js";
|
|
2
|
-
import { n as componentDefinition, t as DotGrid_default } from "../../DotGrid-
|
|
2
|
+
import { n as componentDefinition, t as DotGrid_default } from "../../DotGrid-Cm-wz6WU.js";
|
|
3
3
|
export { componentDefinition, DotGrid_default as default };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "../../transformations-CC_c-QAT.js";
|
|
2
2
|
import "../../colorMixing-Ehw-Hfs_.js";
|
|
3
|
-
import { n as componentDefinition, t as Duotone_default } from "../../Duotone-
|
|
3
|
+
import { n as componentDefinition, t as Duotone_default } from "../../Duotone-C8mRw_1e.js";
|
|
4
4
|
export { componentDefinition, Duotone_default as default };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as componentDefinition, t as FilmGrain_default } from "../../FilmGrain-
|
|
1
|
+
import { n as componentDefinition, t as FilmGrain_default } from "../../FilmGrain-BzD2zoUK.js";
|
|
2
2
|
export { componentDefinition, FilmGrain_default as default };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "../../transformations-CC_c-QAT.js";
|
|
2
2
|
import "../../time-BZqyVJXt.js";
|
|
3
|
-
import { n as componentDefinition, t as FloatingParticles_default } from "../../FloatingParticles-
|
|
3
|
+
import { n as componentDefinition, t as FloatingParticles_default } from "../../FloatingParticles-GkVY1twT.js";
|
|
4
4
|
export { componentDefinition, FloatingParticles_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "../../edges-Bd7GP4s2.js";
|
|
2
2
|
import "../../transformations-CC_c-QAT.js";
|
|
3
3
|
import "../../time-BZqyVJXt.js";
|
|
4
|
-
import { n as componentDefinition, t as FlowField_default } from "../../FlowField-
|
|
4
|
+
import { n as componentDefinition, t as FlowField_default } from "../../FlowField-S_LXjhaN.js";
|
|
5
5
|
export { componentDefinition, FlowField_default as default };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as componentDefinition, t as GlassTiles_default } from "../../GlassTiles
|
|
1
|
+
import { n as componentDefinition, t as GlassTiles_default } from "../../GlassTiles--hbefQlc.js";
|
|
2
2
|
export { componentDefinition, GlassTiles_default as default };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as componentDefinition, t as Glitch_default } from "../../Glitch-
|
|
1
|
+
import { n as componentDefinition, t as Glitch_default } from "../../Glitch-lbgQYebN.js";
|
|
2
2
|
export { componentDefinition, Glitch_default as default };
|