shaders 2.5.127 → 2.5.129
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/{Blur-5_t3tR_g.js → Blur-LkvIPGj0.js} +1 -1
- package/dist/core/{ChannelBlur-DWgS3nhn.js → ChannelBlur-WTXL0B7t.js} +1 -1
- package/dist/core/Exposure-CFn2J_t3.js +29 -0
- package/dist/core/{Glass-CXT1jdLw.js → Glass-Cy1wvfuu.js} +1 -1
- package/dist/core/{Glow-5PP4-rM9.js → Glow-CJ7MTzc4.js} +6 -4
- package/dist/core/{ProgressiveBlur-BJwJ5mE0.js → ProgressiveBlur-jvN5Adf4.js} +1 -1
- package/dist/core/{ReflectivePlane-UIT4xlmn.js → ReflectivePlane-CGXUsPVJ.js} +1 -1
- package/dist/core/ThinFilm-CUsi8eSg.js +305 -0
- package/dist/core/{TiltShift-DtQ3dRL-.js → TiltShift-e-1ia_HN.js} +1 -1
- package/dist/core/{VideoTexture-ClutlOqj.js → VideoTexture-FmV1l91c.js} +1 -1
- package/dist/core/{WebcamTexture-D4e06ajM.js → WebcamTexture-DlS4MCDm.js} +1 -1
- package/dist/core/blendModes/linearDodge.d.ts.map +1 -1
- package/dist/core/{computeBlur-CprKe0xa.js → computeBlur-DNlXBk7b.js} +7 -3
- package/dist/core/effects/thinFilm.d.ts +81 -0
- package/dist/core/effects/thinFilm.d.ts.map +1 -0
- package/dist/core/index.js +91 -107
- package/dist/core/registry.js +89 -87
- package/dist/core/renderer.d.ts.map +1 -1
- package/dist/core/shaderRegistry-RdJlP7Pq.js +276 -0
- package/dist/core/shaderRegistry.d.ts.map +1 -1
- package/dist/core/shaders/Blur/index.js +2 -2
- package/dist/core/shaders/ChannelBlur/index.js +2 -2
- package/dist/core/shaders/Exposure/index.d.ts +13 -0
- package/dist/core/shaders/Exposure/index.d.ts.map +1 -0
- package/dist/core/shaders/Exposure/index.js +2 -0
- package/dist/core/shaders/FallingLines/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/Flower/index.js +1 -1
- package/dist/core/shaders/FlowingGradient/index.js +1 -1
- package/dist/core/shaders/FlutedGlass/index.js +1 -1
- package/dist/core/shaders/Fog/index.js +1 -1
- package/dist/core/shaders/Form3D/index.js +1 -1
- package/dist/core/shaders/FractalNoise/index.js +1 -1
- package/dist/core/shaders/Glass/index.js +2 -2
- package/dist/core/shaders/GlassTiles/index.js +1 -1
- package/dist/core/shaders/Glitch/index.js +1 -1
- package/dist/core/shaders/Glow/index.d.ts.map +1 -1
- package/dist/core/shaders/Glow/index.js +2 -2
- 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/HexGrid/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/Marble/index.js +1 -1
- package/dist/core/shaders/Mirror/index.js +1 -1
- package/dist/core/shaders/MultiPointGradient/index.js +1 -1
- package/dist/core/shaders/Neon/index.js +1 -1
- package/dist/core/shaders/Paper/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/Polygon/index.js +1 -1
- package/dist/core/shaders/Posterize/index.js +1 -1
- package/dist/core/shaders/ProgressiveBlur/index.js +2 -2
- package/dist/core/shaders/RadialGradient/index.js +1 -1
- package/dist/core/shaders/RectangularCoordinates/index.js +1 -1
- package/dist/core/shaders/ReflectivePlane/index.js +2 -2
- package/dist/core/shaders/Ring/index.js +1 -1
- package/dist/core/shaders/Ripples/index.js +1 -1
- package/dist/core/shaders/RoundedRect/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/Smoke/index.js +1 -1
- package/dist/core/shaders/SmokeFill/index.js +1 -1
- package/dist/core/shaders/Solarize/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/Star/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/SunBurst/index.js +1 -1
- package/dist/core/shaders/Swirl/index.js +1 -1
- package/dist/core/shaders/ThinFilm/index.d.ts +130 -0
- package/dist/core/shaders/ThinFilm/index.d.ts.map +1 -0
- package/dist/core/shaders/ThinFilm/index.js +6 -0
- package/dist/core/shaders/TiltShift/index.js +2 -2
- package/dist/core/shaders/Tint/index.js +1 -1
- package/dist/core/shaders/Trapezoid/index.js +1 -1
- package/dist/core/shaders/Tritone/index.js +1 -1
- package/dist/core/shaders/Truchet/index.js +1 -1
- package/dist/core/shaders/Twirl/index.js +1 -1
- package/dist/core/shaders/VHS/index.js +1 -1
- package/dist/core/shaders/Vesica/index.js +1 -1
- package/dist/core/shaders/Vibrance/index.js +1 -1
- package/dist/core/shaders/VideoTexture/index.js +2 -2
- package/dist/core/shaders/Vignette/index.js +1 -1
- package/dist/core/shaders/Voronoi/index.js +1 -1
- package/dist/core/shaders/WaveDistortion/index.js +1 -1
- package/dist/core/shaders/Weave/index.js +1 -1
- package/dist/core/shaders/WebcamTexture/index.js +2 -2
- package/dist/core/shaders/WorleyNoise/index.js +1 -1
- package/dist/core/shaders/ZoomBlur/index.js +1 -1
- package/dist/core/utilities/computeBlur.d.ts.map +1 -1
- package/dist/js/bundle.js +216 -216
- package/dist/js/createShader.js +1 -1
- package/dist/js/utils/generatePresetCode.d.ts.map +1 -1
- package/dist/js/utils/generatePresetCode.js +31 -0
- package/dist/react/Exposure.js +217 -0
- package/dist/react/Preview.js +2 -0
- package/dist/react/Shader.js +1 -1
- package/dist/react/ThinFilm.js +217 -0
- package/dist/react/bundle.js +218 -218
- package/dist/react/components/Exposure.d.ts +33 -0
- package/dist/react/components/Exposure.d.ts.map +1 -0
- package/dist/react/components/ThinFilm.d.ts +41 -0
- package/dist/react/components/ThinFilm.d.ts.map +1 -0
- package/dist/react/engine/Preview.d.ts.map +1 -1
- 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 +590 -0
- package/dist/solid/components/Exposure.d.ts +30 -0
- package/dist/solid/components/Exposure.d.ts.map +1 -0
- package/dist/solid/components/Exposure.js +228 -0
- package/dist/solid/components/ThinFilm.d.ts +38 -0
- package/dist/solid/components/ThinFilm.d.ts.map +1 -0
- package/dist/solid/components/ThinFilm.js +228 -0
- package/dist/solid/engine/Preview.d.ts.map +1 -1
- package/dist/solid/engine/Preview.js +204 -200
- package/dist/solid/engine/Shader.js +1 -1
- package/dist/solid/index.d.ts +2 -0
- package/dist/solid/index.d.ts.map +1 -1
- package/dist/solid/index.js +172 -168
- package/dist/solid/utils/generatePresetCode.d.ts.map +1 -1
- package/dist/solid/utils/generatePresetCode.js +31 -0
- package/dist/svelte/components/Exposure.svelte.d.ts +20 -0
- package/dist/svelte/components/ThinFilm.svelte.d.ts +28 -0
- package/dist/svelte/index.d.ts +2 -0
- package/dist/svelte/index.js +1033 -633
- package/dist/svelte/source/components/Exposure.svelte +326 -0
- package/dist/svelte/source/components/ThinFilm.svelte +334 -0
- package/dist/svelte/source/engine/Preview.svelte +4 -0
- package/dist/svelte/source/index.js +2 -0
- package/dist/svelte/utils/generatePresetCode.js +31 -0
- package/dist/vue/Exposure.js +3 -0
- package/dist/vue/Exposure.vue_vue_type_script_setup_true_lang.js +213 -0
- package/dist/vue/Preview.vue_vue_type_script_setup_true_lang.js +4 -0
- package/dist/vue/Shader.vue_vue_type_script_setup_true_lang.js +1 -1
- package/dist/vue/ThinFilm.js +3 -0
- package/dist/vue/ThinFilm.vue_vue_type_script_setup_true_lang.js +231 -0
- package/dist/vue/components/Exposure.vue.d.ts +55 -0
- package/dist/vue/components/Exposure.vue.d.ts.map +1 -0
- package/dist/vue/components/ThinFilm.vue.d.ts +63 -0
- package/dist/vue/components/ThinFilm.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/shaderRegistry-Brvv9sO8.js +0 -272
- /package/dist/core/{FallingLines-DqIZ8wTH.js → FallingLines-9elMmSlj.js} +0 -0
- /package/dist/core/{FilmGrain-DdV7_b8g.js → FilmGrain-DIydVgOW.js} +0 -0
- /package/dist/core/{FloatingParticles-LMsFTJKp.js → FloatingParticles-B068TLIi.js} +0 -0
- /package/dist/core/{FlowField-D3CAHBBG.js → FlowField-CeZjhyEo.js} +0 -0
- /package/dist/core/{Flower-BbRNrXIa.js → Flower-DSr0JWa2.js} +0 -0
- /package/dist/core/{FlowingGradient-BRQ_K-k3.js → FlowingGradient-Bd8KBK5P.js} +0 -0
- /package/dist/core/{FlutedGlass-CyFWN_SM.js → FlutedGlass-BJtMfV2c.js} +0 -0
- /package/dist/core/{Fog-CLGVVVeo.js → Fog-BQuVDReH.js} +0 -0
- /package/dist/core/{Form3D-8tPyUgh4.js → Form3D-DOek31CJ.js} +0 -0
- /package/dist/core/{FractalNoise-Ccufnbw6.js → FractalNoise-Dyhbvx9a.js} +0 -0
- /package/dist/core/{GlassTiles-CXJHjEBe.js → GlassTiles-Bb3cuOkr.js} +0 -0
- /package/dist/core/{Glitch-Bg9W-KNm.js → Glitch-zqdbCc2E.js} +0 -0
- /package/dist/core/{Godrays-DHXKsw5B.js → Godrays-DdSLZtBs.js} +0 -0
- /package/dist/core/{Grayscale-DgXoUcmg.js → Grayscale-BC40hfXH.js} +0 -0
- /package/dist/core/{Grid-DwyhjFAT.js → Grid-Lc4S0Hmp.js} +0 -0
- /package/dist/core/{GridDistortion-DJ8S-96Y.js → GridDistortion-DQcPYbXS.js} +0 -0
- /package/dist/core/{Group-DmgNNlDd.js → Group-BeZhHbOT.js} +0 -0
- /package/dist/core/{Halftone-x9boWkFW.js → Halftone-CsblgxnY.js} +0 -0
- /package/dist/core/{HexGrid-BUsgyF8P.js → HexGrid-DWRNPMET.js} +0 -0
- /package/dist/core/{HueShift-D3_5D7jx.js → HueShift-C-p9W5sr.js} +0 -0
- /package/dist/core/{ImageTexture-6ZzBt79u.js → ImageTexture-bqgQxAt9.js} +0 -0
- /package/dist/core/{Invert-kXxY97QJ.js → Invert-D-RVP34v.js} +0 -0
- /package/dist/core/{Kaleidoscope-D4jRcZCt.js → Kaleidoscope-HQNQrRP_.js} +0 -0
- /package/dist/core/{LensFlare-D7vypE2Q.js → LensFlare-DtES749p.js} +0 -0
- /package/dist/core/{LinearBlur-2hspd2YP.js → LinearBlur-6mCJ9fY5.js} +0 -0
- /package/dist/core/{LinearGradient-glCc9IaB.js → LinearGradient-DIbCAHc7.js} +0 -0
- /package/dist/core/{Liquify-uZjs0wcu.js → Liquify-8dcdv2Sl.js} +0 -0
- /package/dist/core/{Marble-DkHLcqFD.js → Marble-DX29RG-p.js} +0 -0
- /package/dist/core/{Mirror-Dv5fOEp6.js → Mirror-BM2xf3Nr.js} +0 -0
- /package/dist/core/{MultiPointGradient-Dvt1GUiv.js → MultiPointGradient-BzM24vnR.js} +0 -0
- /package/dist/core/{Neon-DQDB7hAE.js → Neon-nPiMi3wt.js} +0 -0
- /package/dist/core/{Paper-DNP2-hPM.js → Paper-Ddpe8-EI.js} +0 -0
- /package/dist/core/{Perspective-CAIchX9p.js → Perspective-BIKpqd4H.js} +0 -0
- /package/dist/core/{Pixelate-BbT3Rrf2.js → Pixelate-Cp0-lwkG.js} +0 -0
- /package/dist/core/{Plasma-D9rhkH2y.js → Plasma-M--gLd1Q.js} +0 -0
- /package/dist/core/{PolarCoordinates-2RBCk-fo.js → PolarCoordinates-C42rlD2q.js} +0 -0
- /package/dist/core/{Polygon-C6_siOs0.js → Polygon-CKqH0ApY.js} +0 -0
- /package/dist/core/{Posterize-DNxTRgvF.js → Posterize-B6ZhRkH2.js} +0 -0
- /package/dist/core/{RadialGradient-CQIctl__.js → RadialGradient-SHxJ9ZNF.js} +0 -0
- /package/dist/core/{RectangularCoordinates-F2VzXmal.js → RectangularCoordinates-Dw6Xr9uV.js} +0 -0
- /package/dist/core/{Ring-UT__kmzY.js → Ring-V4sEHwwm.js} +0 -0
- /package/dist/core/{Ripples-CWVLSUP0.js → Ripples-DC1y3YuP.js} +0 -0
- /package/dist/core/{RoundedRect-BPWHTT1j.js → RoundedRect-JY2z6YEH.js} +0 -0
- /package/dist/core/{Saturation-DFOp2yD9.js → Saturation-ChJ9IWnl.js} +0 -0
- /package/dist/core/{Sharpness-PIWR4gYc.js → Sharpness-C1ufX8S-.js} +0 -0
- /package/dist/core/{Shatter-CUYQp-qy.js → Shatter-Du5THcwZ.js} +0 -0
- /package/dist/core/{SimplexNoise-LAxWw8fJ.js → SimplexNoise--vwIZVu0.js} +0 -0
- /package/dist/core/{SineWave-CEQWxC9Q.js → SineWave-BIVPG3oc.js} +0 -0
- /package/dist/core/{Smoke-DO4yylWk.js → Smoke-DSBQreo0.js} +0 -0
- /package/dist/core/{SmokeFill-Dm0sZS5F.js → SmokeFill-Dy-0kjsX.js} +0 -0
- /package/dist/core/{Solarize-mE7LU1li.js → Solarize-BymZlSu0.js} +0 -0
- /package/dist/core/{SolidColor-BljkSdvg.js → SolidColor-D8XC4aoJ.js} +0 -0
- /package/dist/core/{Spherize-DARagREe.js → Spherize-tRTB4WdO.js} +0 -0
- /package/dist/core/{Spiral-CumsIpkp.js → Spiral-CiDp2Tg2.js} +0 -0
- /package/dist/core/{Star-8fAlzR9L.js → Star-Cp4dt6Fl.js} +0 -0
- /package/dist/core/{Strands-BB4RIsFz.js → Strands-V3q8N-y1.js} +0 -0
- /package/dist/core/{Stretch-3S2atBkJ.js → Stretch-CTgtc3nG.js} +0 -0
- /package/dist/core/{Stripes-BGFVSZIt.js → Stripes-CZV6oGMy.js} +0 -0
- /package/dist/core/{StudioBackground-BtJ6b1Ki.js → StudioBackground-CWSHq6vE.js} +0 -0
- /package/dist/core/{SunBurst-BJRFFYhs.js → SunBurst-CskZwXc3.js} +0 -0
- /package/dist/core/{Swirl-fkUEZ2TQ.js → Swirl-CyGfVZ8n.js} +0 -0
- /package/dist/core/{Tint-W_EvzN1-.js → Tint-R7y5CJ4U.js} +0 -0
- /package/dist/core/{Trapezoid-cQzS6-bh.js → Trapezoid-BXzH--z9.js} +0 -0
- /package/dist/core/{Tritone-B3hI2nAi.js → Tritone-CF4Oj1sl.js} +0 -0
- /package/dist/core/{Truchet-s9PmowCP.js → Truchet-BL4jzZDX.js} +0 -0
- /package/dist/core/{Twirl-UDDXGkFl.js → Twirl-BVLPHKJD.js} +0 -0
- /package/dist/core/{VHS-DW1H7Wuy.js → VHS-B2IBdQgX.js} +0 -0
- /package/dist/core/{Vesica-ChQBYWuw.js → Vesica-DzIEa3aJ.js} +0 -0
- /package/dist/core/{Vibrance-DUj7hwzE.js → Vibrance-jrvT49Du.js} +0 -0
- /package/dist/core/{Vignette-F9yxi-UM.js → Vignette-ng_5gjXc.js} +0 -0
- /package/dist/core/{Voronoi-D8HHP_WR.js → Voronoi-C8iIU7AT.js} +0 -0
- /package/dist/core/{WaveDistortion-MbB-Kgjz.js → WaveDistortion-Crt9JSXN.js} +0 -0
- /package/dist/core/{Weave-ou5shgl3.js → Weave-CFmLkEaq.js} +0 -0
- /package/dist/core/{WorleyNoise-Uf6IPm7A.js → WorleyNoise-CEZiaVAN.js} +0 -0
- /package/dist/core/{ZoomBlur-DJ-RNKHM.js → ZoomBlur-DTVSwIvc.js} +0 -0
- /package/dist/core/{browser-NUM-x2tw.js → browser-CDogs09U.js} +0 -0
|
@@ -0,0 +1,276 @@
|
|
|
1
|
+
import { n as componentDefinition } from "./AngularBlur-C1oRJ8Y9.js";
|
|
2
|
+
import { n as componentDefinition$1 } from "./Ascii-BwSMmD6Z.js";
|
|
3
|
+
import { n as componentDefinition$2 } from "./Aurora-D5Pjk4ve.js";
|
|
4
|
+
import { n as componentDefinition$3 } from "./BarShift-2XBhva1A.js";
|
|
5
|
+
import { n as componentDefinition$4 } from "./Beam-B3BX08lR.js";
|
|
6
|
+
import { n as componentDefinition$5 } from "./Blob-BT50tDXE.js";
|
|
7
|
+
import { n as componentDefinition$6 } from "./Blur-LkvIPGj0.js";
|
|
8
|
+
import { n as componentDefinition$7 } from "./BrickPattern-BfTsjp4I.js";
|
|
9
|
+
import { n as componentDefinition$8 } from "./BrightnessContrast-GppIqtkO.js";
|
|
10
|
+
import { n as componentDefinition$9 } from "./Bulge-DMOATSEs.js";
|
|
11
|
+
import { n as componentDefinition$10 } from "./ChannelBlur-WTXL0B7t.js";
|
|
12
|
+
import { n as componentDefinition$11 } from "./Checkerboard-BVBGTvd-.js";
|
|
13
|
+
import { n as componentDefinition$12 } from "./Chevron-BKZjAXR_.js";
|
|
14
|
+
import { n as componentDefinition$13 } from "./ChromaFlow-C0guw_LP.js";
|
|
15
|
+
import { n as componentDefinition$14 } from "./ChromaticAberration-DZOcs-bZ.js";
|
|
16
|
+
import { n as componentDefinition$15 } from "./Circle-BycqVCMt.js";
|
|
17
|
+
import { n as componentDefinition$16 } from "./ColorWheel-BQUKQPM-.js";
|
|
18
|
+
import { n as componentDefinition$17 } from "./ConcentricSpin-CO3Kx1I1.js";
|
|
19
|
+
import { n as componentDefinition$18 } from "./ConicGradient-DRvVwiSj.js";
|
|
20
|
+
import { n as componentDefinition$19 } from "./ContourLines-s4waN3uU.js";
|
|
21
|
+
import { n as componentDefinition$20 } from "./Crescent-ppz7W7eM.js";
|
|
22
|
+
import { n as componentDefinition$21 } from "./Cross-BfNOtQ6s.js";
|
|
23
|
+
import { n as componentDefinition$22 } from "./CRTScreen-corekL_R.js";
|
|
24
|
+
import { n as componentDefinition$23 } from "./Crystal-QsQoy8fZ.js";
|
|
25
|
+
import { n as componentDefinition$24 } from "./CursorRipples-CLP7Sinv.js";
|
|
26
|
+
import { n as componentDefinition$25 } from "./CursorTrail-CshoSM5Y.js";
|
|
27
|
+
import { n as componentDefinition$26 } from "./DiamondGradient-D6eyjZOn.js";
|
|
28
|
+
import { n as componentDefinition$27 } from "./DiffuseBlur-BjvXHmJx.js";
|
|
29
|
+
import { n as componentDefinition$28 } from "./Dither-z6s-TFg7.js";
|
|
30
|
+
import { n as componentDefinition$29 } from "./DOMTexture-Ec0k6AnK.js";
|
|
31
|
+
import { n as componentDefinition$30 } from "./DotGrid-BxAAGO4F.js";
|
|
32
|
+
import { n as componentDefinition$31 } from "./DropShadow-CR3cecIQ.js";
|
|
33
|
+
import { n as componentDefinition$32 } from "./Duotone-PwTfBBtM.js";
|
|
34
|
+
import { n as componentDefinition$33 } from "./Ellipse-sWhNvW9-.js";
|
|
35
|
+
import { n as componentDefinition$34 } from "./Emboss-DGaubb9x.js";
|
|
36
|
+
import { n as componentDefinition$35 } from "./Exposure-CFn2J_t3.js";
|
|
37
|
+
import { n as componentDefinition$36 } from "./FallingLines-9elMmSlj.js";
|
|
38
|
+
import { n as componentDefinition$37 } from "./FilmGrain-DIydVgOW.js";
|
|
39
|
+
import { n as componentDefinition$38 } from "./FloatingParticles-B068TLIi.js";
|
|
40
|
+
import { n as componentDefinition$39 } from "./Flower-DSr0JWa2.js";
|
|
41
|
+
import { n as componentDefinition$40 } from "./FlowField-CeZjhyEo.js";
|
|
42
|
+
import { n as componentDefinition$41 } from "./FlowingGradient-Bd8KBK5P.js";
|
|
43
|
+
import { n as componentDefinition$42 } from "./FlutedGlass-BJtMfV2c.js";
|
|
44
|
+
import { n as componentDefinition$43 } from "./Fog-BQuVDReH.js";
|
|
45
|
+
import { n as componentDefinition$44 } from "./Form3D-DOek31CJ.js";
|
|
46
|
+
import { n as componentDefinition$45 } from "./FractalNoise-Dyhbvx9a.js";
|
|
47
|
+
import { n as componentDefinition$46 } from "./Glass-Cy1wvfuu.js";
|
|
48
|
+
import { n as componentDefinition$47 } from "./GlassTiles-Bb3cuOkr.js";
|
|
49
|
+
import { n as componentDefinition$48 } from "./Glitch-zqdbCc2E.js";
|
|
50
|
+
import { n as componentDefinition$49 } from "./Glow-CJ7MTzc4.js";
|
|
51
|
+
import { n as componentDefinition$50 } from "./Godrays-DdSLZtBs.js";
|
|
52
|
+
import { n as componentDefinition$51 } from "./Grayscale-BC40hfXH.js";
|
|
53
|
+
import { n as componentDefinition$52 } from "./Grid-Lc4S0Hmp.js";
|
|
54
|
+
import { n as componentDefinition$53 } from "./GridDistortion-DQcPYbXS.js";
|
|
55
|
+
import { n as componentDefinition$54 } from "./Group-BeZhHbOT.js";
|
|
56
|
+
import { n as componentDefinition$55 } from "./Halftone-CsblgxnY.js";
|
|
57
|
+
import { n as componentDefinition$56 } from "./HexGrid-DWRNPMET.js";
|
|
58
|
+
import { n as componentDefinition$57 } from "./HueShift-C-p9W5sr.js";
|
|
59
|
+
import { n as componentDefinition$58 } from "./ImageTexture-bqgQxAt9.js";
|
|
60
|
+
import { n as componentDefinition$59 } from "./Invert-D-RVP34v.js";
|
|
61
|
+
import { n as componentDefinition$60 } from "./Kaleidoscope-HQNQrRP_.js";
|
|
62
|
+
import { n as componentDefinition$61 } from "./LensFlare-DtES749p.js";
|
|
63
|
+
import { n as componentDefinition$62 } from "./LinearBlur-6mCJ9fY5.js";
|
|
64
|
+
import { n as componentDefinition$63 } from "./LinearGradient-DIbCAHc7.js";
|
|
65
|
+
import { n as componentDefinition$64 } from "./Liquify-8dcdv2Sl.js";
|
|
66
|
+
import { n as componentDefinition$65 } from "./Marble-DX29RG-p.js";
|
|
67
|
+
import { n as componentDefinition$66 } from "./Mirror-BM2xf3Nr.js";
|
|
68
|
+
import { n as componentDefinition$67 } from "./MultiPointGradient-BzM24vnR.js";
|
|
69
|
+
import { n as componentDefinition$68 } from "./Neon-nPiMi3wt.js";
|
|
70
|
+
import { n as componentDefinition$69 } from "./Paper-Ddpe8-EI.js";
|
|
71
|
+
import { n as componentDefinition$70 } from "./Perspective-BIKpqd4H.js";
|
|
72
|
+
import { n as componentDefinition$71 } from "./Pixelate-Cp0-lwkG.js";
|
|
73
|
+
import { n as componentDefinition$72 } from "./Plasma-M--gLd1Q.js";
|
|
74
|
+
import { n as componentDefinition$73 } from "./PolarCoordinates-C42rlD2q.js";
|
|
75
|
+
import { n as componentDefinition$74 } from "./Polygon-CKqH0ApY.js";
|
|
76
|
+
import { n as componentDefinition$75 } from "./Posterize-B6ZhRkH2.js";
|
|
77
|
+
import { n as componentDefinition$76 } from "./ProgressiveBlur-jvN5Adf4.js";
|
|
78
|
+
import { n as componentDefinition$77 } from "./RadialGradient-SHxJ9ZNF.js";
|
|
79
|
+
import { n as componentDefinition$78 } from "./RectangularCoordinates-Dw6Xr9uV.js";
|
|
80
|
+
import { n as componentDefinition$79 } from "./ReflectivePlane-CGXUsPVJ.js";
|
|
81
|
+
import { n as componentDefinition$80 } from "./Ring-V4sEHwwm.js";
|
|
82
|
+
import { n as componentDefinition$81 } from "./Ripples-DC1y3YuP.js";
|
|
83
|
+
import { n as componentDefinition$82 } from "./RoundedRect-JY2z6YEH.js";
|
|
84
|
+
import { n as componentDefinition$83 } from "./Saturation-ChJ9IWnl.js";
|
|
85
|
+
import { n as componentDefinition$84 } from "./Sharpness-C1ufX8S-.js";
|
|
86
|
+
import { n as componentDefinition$85 } from "./Shatter-Du5THcwZ.js";
|
|
87
|
+
import { n as componentDefinition$86 } from "./SimplexNoise--vwIZVu0.js";
|
|
88
|
+
import { n as componentDefinition$87 } from "./SineWave-BIVPG3oc.js";
|
|
89
|
+
import { n as componentDefinition$88 } from "./Smoke-DSBQreo0.js";
|
|
90
|
+
import { n as componentDefinition$89 } from "./SmokeFill-Dy-0kjsX.js";
|
|
91
|
+
import { n as componentDefinition$90 } from "./Solarize-BymZlSu0.js";
|
|
92
|
+
import { n as componentDefinition$91 } from "./SolidColor-D8XC4aoJ.js";
|
|
93
|
+
import { n as componentDefinition$92 } from "./Spherize-tRTB4WdO.js";
|
|
94
|
+
import { n as componentDefinition$93 } from "./Spiral-CiDp2Tg2.js";
|
|
95
|
+
import { n as componentDefinition$94 } from "./Star-Cp4dt6Fl.js";
|
|
96
|
+
import { n as componentDefinition$95 } from "./Strands-V3q8N-y1.js";
|
|
97
|
+
import { n as componentDefinition$96 } from "./Stretch-CTgtc3nG.js";
|
|
98
|
+
import { n as componentDefinition$97 } from "./Stripes-CZV6oGMy.js";
|
|
99
|
+
import { n as componentDefinition$98 } from "./StudioBackground-CWSHq6vE.js";
|
|
100
|
+
import { n as componentDefinition$99 } from "./SunBurst-CskZwXc3.js";
|
|
101
|
+
import { n as componentDefinition$100 } from "./Swirl-CyGfVZ8n.js";
|
|
102
|
+
import { n as componentDefinition$101 } from "./ThinFilm-CUsi8eSg.js";
|
|
103
|
+
import { n as componentDefinition$102 } from "./TiltShift-e-1ia_HN.js";
|
|
104
|
+
import { n as componentDefinition$103 } from "./Tint-R7y5CJ4U.js";
|
|
105
|
+
import { n as componentDefinition$104 } from "./Trapezoid-BXzH--z9.js";
|
|
106
|
+
import { n as componentDefinition$105 } from "./Tritone-CF4Oj1sl.js";
|
|
107
|
+
import { n as componentDefinition$106 } from "./Truchet-BL4jzZDX.js";
|
|
108
|
+
import { n as componentDefinition$107 } from "./Twirl-BVLPHKJD.js";
|
|
109
|
+
import { n as componentDefinition$108 } from "./Vesica-DzIEa3aJ.js";
|
|
110
|
+
import { n as componentDefinition$109 } from "./VHS-B2IBdQgX.js";
|
|
111
|
+
import { n as componentDefinition$110 } from "./Vibrance-jrvT49Du.js";
|
|
112
|
+
import { n as componentDefinition$111 } from "./VideoTexture-FmV1l91c.js";
|
|
113
|
+
import { n as componentDefinition$112 } from "./Vignette-ng_5gjXc.js";
|
|
114
|
+
import { n as componentDefinition$113 } from "./Voronoi-C8iIU7AT.js";
|
|
115
|
+
import { n as componentDefinition$114 } from "./WaveDistortion-Crt9JSXN.js";
|
|
116
|
+
import { n as componentDefinition$115 } from "./Weave-CFmLkEaq.js";
|
|
117
|
+
import { n as componentDefinition$116 } from "./WebcamTexture-DlS4MCDm.js";
|
|
118
|
+
import { n as componentDefinition$117 } from "./WorleyNoise-CEZiaVAN.js";
|
|
119
|
+
import { n as componentDefinition$118 } from "./ZoomBlur-DTVSwIvc.js";
|
|
120
|
+
var createShaderRegistry = () => {
|
|
121
|
+
const registry = {};
|
|
122
|
+
const shaderDefinitions = {
|
|
123
|
+
AngularBlur: componentDefinition,
|
|
124
|
+
Ascii: componentDefinition$1,
|
|
125
|
+
Aurora: componentDefinition$2,
|
|
126
|
+
BarShift: componentDefinition$3,
|
|
127
|
+
Beam: componentDefinition$4,
|
|
128
|
+
Blob: componentDefinition$5,
|
|
129
|
+
Blur: componentDefinition$6,
|
|
130
|
+
BrickPattern: componentDefinition$7,
|
|
131
|
+
BrightnessContrast: componentDefinition$8,
|
|
132
|
+
Bulge: componentDefinition$9,
|
|
133
|
+
ChannelBlur: componentDefinition$10,
|
|
134
|
+
Checkerboard: componentDefinition$11,
|
|
135
|
+
Chevron: componentDefinition$12,
|
|
136
|
+
ChromaFlow: componentDefinition$13,
|
|
137
|
+
ChromaticAberration: componentDefinition$14,
|
|
138
|
+
Circle: componentDefinition$15,
|
|
139
|
+
ColorWheel: componentDefinition$16,
|
|
140
|
+
ConcentricSpin: componentDefinition$17,
|
|
141
|
+
ConicGradient: componentDefinition$18,
|
|
142
|
+
ContourLines: componentDefinition$19,
|
|
143
|
+
Crescent: componentDefinition$20,
|
|
144
|
+
Cross: componentDefinition$21,
|
|
145
|
+
CRTScreen: componentDefinition$22,
|
|
146
|
+
Crystal: componentDefinition$23,
|
|
147
|
+
CursorRipples: componentDefinition$24,
|
|
148
|
+
CursorTrail: componentDefinition$25,
|
|
149
|
+
DiamondGradient: componentDefinition$26,
|
|
150
|
+
DiffuseBlur: componentDefinition$27,
|
|
151
|
+
Dither: componentDefinition$28,
|
|
152
|
+
DOMTexture: componentDefinition$29,
|
|
153
|
+
DotGrid: componentDefinition$30,
|
|
154
|
+
DropShadow: componentDefinition$31,
|
|
155
|
+
Duotone: componentDefinition$32,
|
|
156
|
+
Ellipse: componentDefinition$33,
|
|
157
|
+
Emboss: componentDefinition$34,
|
|
158
|
+
Exposure: componentDefinition$35,
|
|
159
|
+
FallingLines: componentDefinition$36,
|
|
160
|
+
FilmGrain: componentDefinition$37,
|
|
161
|
+
FloatingParticles: componentDefinition$38,
|
|
162
|
+
Flower: componentDefinition$39,
|
|
163
|
+
FlowField: componentDefinition$40,
|
|
164
|
+
FlowingGradient: componentDefinition$41,
|
|
165
|
+
FlutedGlass: componentDefinition$42,
|
|
166
|
+
Fog: componentDefinition$43,
|
|
167
|
+
Form3D: componentDefinition$44,
|
|
168
|
+
FractalNoise: componentDefinition$45,
|
|
169
|
+
Glass: componentDefinition$46,
|
|
170
|
+
GlassTiles: componentDefinition$47,
|
|
171
|
+
Glitch: componentDefinition$48,
|
|
172
|
+
Glow: componentDefinition$49,
|
|
173
|
+
Godrays: componentDefinition$50,
|
|
174
|
+
Grayscale: componentDefinition$51,
|
|
175
|
+
Grid: componentDefinition$52,
|
|
176
|
+
GridDistortion: componentDefinition$53,
|
|
177
|
+
Group: componentDefinition$54,
|
|
178
|
+
Halftone: componentDefinition$55,
|
|
179
|
+
HexGrid: componentDefinition$56,
|
|
180
|
+
HueShift: componentDefinition$57,
|
|
181
|
+
ImageTexture: componentDefinition$58,
|
|
182
|
+
Invert: componentDefinition$59,
|
|
183
|
+
Kaleidoscope: componentDefinition$60,
|
|
184
|
+
LensFlare: componentDefinition$61,
|
|
185
|
+
LinearBlur: componentDefinition$62,
|
|
186
|
+
LinearGradient: componentDefinition$63,
|
|
187
|
+
Liquify: componentDefinition$64,
|
|
188
|
+
Marble: componentDefinition$65,
|
|
189
|
+
Mirror: componentDefinition$66,
|
|
190
|
+
MultiPointGradient: componentDefinition$67,
|
|
191
|
+
Neon: componentDefinition$68,
|
|
192
|
+
Paper: componentDefinition$69,
|
|
193
|
+
Perspective: componentDefinition$70,
|
|
194
|
+
Pixelate: componentDefinition$71,
|
|
195
|
+
Plasma: componentDefinition$72,
|
|
196
|
+
PolarCoordinates: componentDefinition$73,
|
|
197
|
+
Polygon: componentDefinition$74,
|
|
198
|
+
Posterize: componentDefinition$75,
|
|
199
|
+
ProgressiveBlur: componentDefinition$76,
|
|
200
|
+
RadialGradient: componentDefinition$77,
|
|
201
|
+
RectangularCoordinates: componentDefinition$78,
|
|
202
|
+
ReflectivePlane: componentDefinition$79,
|
|
203
|
+
Ring: componentDefinition$80,
|
|
204
|
+
Ripples: componentDefinition$81,
|
|
205
|
+
RoundedRect: componentDefinition$82,
|
|
206
|
+
Saturation: componentDefinition$83,
|
|
207
|
+
Sharpness: componentDefinition$84,
|
|
208
|
+
Shatter: componentDefinition$85,
|
|
209
|
+
SimplexNoise: componentDefinition$86,
|
|
210
|
+
SineWave: componentDefinition$87,
|
|
211
|
+
Smoke: componentDefinition$88,
|
|
212
|
+
SmokeFill: componentDefinition$89,
|
|
213
|
+
Solarize: componentDefinition$90,
|
|
214
|
+
SolidColor: componentDefinition$91,
|
|
215
|
+
Spherize: componentDefinition$92,
|
|
216
|
+
Spiral: componentDefinition$93,
|
|
217
|
+
Star: componentDefinition$94,
|
|
218
|
+
Strands: componentDefinition$95,
|
|
219
|
+
Stretch: componentDefinition$96,
|
|
220
|
+
Stripes: componentDefinition$97,
|
|
221
|
+
StudioBackground: componentDefinition$98,
|
|
222
|
+
SunBurst: componentDefinition$99,
|
|
223
|
+
Swirl: componentDefinition$100,
|
|
224
|
+
ThinFilm: componentDefinition$101,
|
|
225
|
+
TiltShift: componentDefinition$102,
|
|
226
|
+
Tint: componentDefinition$103,
|
|
227
|
+
Trapezoid: componentDefinition$104,
|
|
228
|
+
Tritone: componentDefinition$105,
|
|
229
|
+
Truchet: componentDefinition$106,
|
|
230
|
+
Twirl: componentDefinition$107,
|
|
231
|
+
Vesica: componentDefinition$108,
|
|
232
|
+
VHS: componentDefinition$109,
|
|
233
|
+
Vibrance: componentDefinition$110,
|
|
234
|
+
VideoTexture: componentDefinition$111,
|
|
235
|
+
Vignette: componentDefinition$112,
|
|
236
|
+
Voronoi: componentDefinition$113,
|
|
237
|
+
WaveDistortion: componentDefinition$114,
|
|
238
|
+
Weave: componentDefinition$115,
|
|
239
|
+
WebcamTexture: componentDefinition$116,
|
|
240
|
+
WorleyNoise: componentDefinition$117,
|
|
241
|
+
ZoomBlur: componentDefinition$118
|
|
242
|
+
};
|
|
243
|
+
Object.entries(shaderDefinitions).forEach(([fileName, def]) => {
|
|
244
|
+
const propsMetadata = {};
|
|
245
|
+
if (def.props) Object.entries(def.props).forEach(([propName, propConfig]) => {
|
|
246
|
+
if (propConfig.ui) propsMetadata[propName] = {
|
|
247
|
+
ui: propConfig.ui,
|
|
248
|
+
default: propConfig.default,
|
|
249
|
+
description: propConfig.description
|
|
250
|
+
};
|
|
251
|
+
});
|
|
252
|
+
registry[def.name] = {
|
|
253
|
+
name: def.name,
|
|
254
|
+
fileName,
|
|
255
|
+
category: def.category || "Uncategorized",
|
|
256
|
+
definition: def,
|
|
257
|
+
propsMetadata
|
|
258
|
+
};
|
|
259
|
+
});
|
|
260
|
+
return registry;
|
|
261
|
+
};
|
|
262
|
+
const shaderRegistry = createShaderRegistry();
|
|
263
|
+
function getAllShaders() {
|
|
264
|
+
return Object.values(shaderRegistry);
|
|
265
|
+
}
|
|
266
|
+
function getShaderByName(name) {
|
|
267
|
+
return shaderRegistry[name];
|
|
268
|
+
}
|
|
269
|
+
function getShadersByCategory(category) {
|
|
270
|
+
return Object.values(shaderRegistry).filter((shader) => shader.category === category);
|
|
271
|
+
}
|
|
272
|
+
function getShaderCategories() {
|
|
273
|
+
const categories = new Set(Object.values(shaderRegistry).map((shader) => shader.category));
|
|
274
|
+
return Array.from(categories).sort();
|
|
275
|
+
}
|
|
276
|
+
export { shaderRegistry as a, getShadersByCategory as i, getShaderByName as n, getShaderCategories as r, getAllShaders as t };
|
|
@@ -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":"AA0HA,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;AA2JD,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"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "../../alpha-C4ptedXe.js";
|
|
2
|
-
import "../../computeBlur-
|
|
3
|
-
import { n as componentDefinition, t as Blur_default } from "../../Blur-
|
|
2
|
+
import "../../computeBlur-DNlXBk7b.js";
|
|
3
|
+
import { n as componentDefinition, t as Blur_default } from "../../Blur-LkvIPGj0.js";
|
|
4
4
|
export { componentDefinition, Blur_default as default };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "../../alpha-C4ptedXe.js";
|
|
2
|
-
import "../../computeBlur-
|
|
3
|
-
import { n as componentDefinition, t as ChannelBlur_default } from "../../ChannelBlur-
|
|
2
|
+
import "../../computeBlur-DNlXBk7b.js";
|
|
3
|
+
import { n as componentDefinition, t as ChannelBlur_default } from "../../ChannelBlur-WTXL0B7t.js";
|
|
4
4
|
export { componentDefinition, ChannelBlur_default as default };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ComponentDefinition } from '../../types';
|
|
2
|
+
|
|
3
|
+
export interface ComponentProps {
|
|
4
|
+
/**
|
|
5
|
+
* Brightness multiplier (gain). 1 = unchanged, >1 pushes highlights past white for HDR bloom, <1 darkens.
|
|
6
|
+
*
|
|
7
|
+
* @default 1
|
|
8
|
+
*/
|
|
9
|
+
exposure: number;
|
|
10
|
+
}
|
|
11
|
+
export declare const componentDefinition: ComponentDefinition<ComponentProps>;
|
|
12
|
+
export default componentDefinition;
|
|
13
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/shaders/Exposure/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAAqB,MAAM,iBAAiB,CAAA;AAIvE,MAAM,WAAW,cAAc;IAC3B,QAAQ,EAAE,MAAM,CAAA;CACnB;AAED,eAAO,MAAM,mBAAmB,EAAE,mBAAmB,CAAC,cAAc,CA2BnE,CAAA;AAED,eAAe,mBAAmB,CAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "../../transformations-CJcUeZIC.js";
|
|
2
2
|
import "../../colorMixing-BPpDnR5I.js";
|
|
3
3
|
import "../../time-DUqSFWvT.js";
|
|
4
|
-
import { n as componentDefinition, t as FallingLines_default } from "../../FallingLines-
|
|
4
|
+
import { n as componentDefinition, t as FallingLines_default } from "../../FallingLines-9elMmSlj.js";
|
|
5
5
|
export { componentDefinition, FallingLines_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-DIydVgOW.js";
|
|
2
2
|
export { componentDefinition, FilmGrain_default as default };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "../../transformations-CJcUeZIC.js";
|
|
2
2
|
import "../../time-DUqSFWvT.js";
|
|
3
|
-
import { n as componentDefinition, t as FloatingParticles_default } from "../../FloatingParticles-
|
|
3
|
+
import { n as componentDefinition, t as FloatingParticles_default } from "../../FloatingParticles-B068TLIi.js";
|
|
4
4
|
export { componentDefinition, FloatingParticles_default as default };
|
|
@@ -2,5 +2,5 @@ import "../../edges-CX_lJB9R.js";
|
|
|
2
2
|
import "../../transformations-CJcUeZIC.js";
|
|
3
3
|
import "../../alpha-C4ptedXe.js";
|
|
4
4
|
import "../../time-DUqSFWvT.js";
|
|
5
|
-
import { n as componentDefinition, t as FlowField_default } from "../../FlowField-
|
|
5
|
+
import { n as componentDefinition, t as FlowField_default } from "../../FlowField-CeZjhyEo.js";
|
|
6
6
|
export { componentDefinition, FlowField_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "../../transformations-CJcUeZIC.js";
|
|
2
2
|
import "../../colorMixing-BPpDnR5I.js";
|
|
3
3
|
import "../../sdf-D_EAGXhN.js";
|
|
4
|
-
import { n as componentDefinition, t as Flower_default } from "../../Flower-
|
|
4
|
+
import { n as componentDefinition, t as Flower_default } from "../../Flower-DSr0JWa2.js";
|
|
5
5
|
export { componentDefinition, Flower_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "../../transformations-CJcUeZIC.js";
|
|
2
2
|
import "../../colorMixing-BPpDnR5I.js";
|
|
3
3
|
import "../../time-DUqSFWvT.js";
|
|
4
|
-
import { n as componentDefinition, t as FlowingGradient_default } from "../../FlowingGradient-
|
|
4
|
+
import { n as componentDefinition, t as FlowingGradient_default } from "../../FlowingGradient-Bd8KBK5P.js";
|
|
5
5
|
export { componentDefinition, FlowingGradient_default as default };
|
|
@@ -2,5 +2,5 @@ import "../../edges-CX_lJB9R.js";
|
|
|
2
2
|
import "../../transformations-CJcUeZIC.js";
|
|
3
3
|
import "../../alpha-C4ptedXe.js";
|
|
4
4
|
import "../../time-DUqSFWvT.js";
|
|
5
|
-
import { n as componentDefinition, t as FlutedGlass_default } from "../../FlutedGlass-
|
|
5
|
+
import { n as componentDefinition, t as FlutedGlass_default } from "../../FlutedGlass-BJtMfV2c.js";
|
|
6
6
|
export { componentDefinition, FlutedGlass_default as default };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "../../transformations-CJcUeZIC.js";
|
|
2
2
|
import "../../colorMixing-BPpDnR5I.js";
|
|
3
|
-
import { n as componentDefinition, t as Fog_default } from "../../Fog-
|
|
3
|
+
import { n as componentDefinition, t as Fog_default } from "../../Fog-BQuVDReH.js";
|
|
4
4
|
export { componentDefinition, Fog_default as default };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "../../transformations-CJcUeZIC.js";
|
|
2
2
|
import "../../time-DUqSFWvT.js";
|
|
3
|
-
import { n as componentDefinition, t as Form3D_default } from "../../Form3D-
|
|
3
|
+
import { n as componentDefinition, t as Form3D_default } from "../../Form3D-DOek31CJ.js";
|
|
4
4
|
export { componentDefinition, Form3D_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "../../transformations-CJcUeZIC.js";
|
|
2
2
|
import "../../colorMixing-BPpDnR5I.js";
|
|
3
3
|
import "../../time-DUqSFWvT.js";
|
|
4
|
-
import { n as componentDefinition, t as FractalNoise_default } from "../../FractalNoise-
|
|
4
|
+
import { n as componentDefinition, t as FractalNoise_default } from "../../FractalNoise-Dyhbvx9a.js";
|
|
5
5
|
export { componentDefinition, FractalNoise_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "../../transformations-CJcUeZIC.js";
|
|
2
|
-
import "../../computeBlur-
|
|
2
|
+
import "../../computeBlur-DNlXBk7b.js";
|
|
3
3
|
import "../../sdf-D_EAGXhN.js";
|
|
4
|
-
import { n as componentDefinition, t as Glass_default } from "../../Glass-
|
|
4
|
+
import { n as componentDefinition, t as Glass_default } from "../../Glass-Cy1wvfuu.js";
|
|
5
5
|
export { componentDefinition, Glass_default as default };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import "../../alpha-C4ptedXe.js";
|
|
2
|
-
import { n as componentDefinition, t as GlassTiles_default } from "../../GlassTiles-
|
|
2
|
+
import { n as componentDefinition, t as GlassTiles_default } from "../../GlassTiles-Bb3cuOkr.js";
|
|
3
3
|
export { componentDefinition, GlassTiles_default as default };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import "../../alpha-C4ptedXe.js";
|
|
2
|
-
import { n as componentDefinition, t as Glitch_default } from "../../Glitch-
|
|
2
|
+
import { n as componentDefinition, t as Glitch_default } from "../../Glitch-zqdbCc2E.js";
|
|
3
3
|
export { componentDefinition, Glitch_default as default };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/shaders/Glow/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAAwC,MAAM,iBAAiB,CAAA;AAY1F,MAAM,WAAW,cAAc;IAC3B,SAAS,EAAE,MAAM,CAAA;IACjB,SAAS,EAAE,MAAM,CAAA;IACjB,IAAI,EAAE,MAAM,CAAA;CACf;AAED,eAAO,MAAM,mBAAmB,EAAE,mBAAmB,CAAC,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/shaders/Glow/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAAwC,MAAM,iBAAiB,CAAA;AAY1F,MAAM,WAAW,cAAc;IAC3B,SAAS,EAAE,MAAM,CAAA;IACjB,SAAS,EAAE,MAAM,CAAA;IACjB,IAAI,EAAE,MAAM,CAAA;CACf;AAED,eAAO,MAAM,mBAAmB,EAAE,mBAAmB,CAAC,cAAc,CAmOnE,CAAA;AAED,eAAe,mBAAmB,CAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "../../alpha-C4ptedXe.js";
|
|
2
|
-
import "../../computeBlur-
|
|
3
|
-
import { n as componentDefinition, t as Glow_default } from "../../Glow-
|
|
2
|
+
import "../../computeBlur-DNlXBk7b.js";
|
|
3
|
+
import { n as componentDefinition, t as Glow_default } from "../../Glow-CJ7MTzc4.js";
|
|
4
4
|
export { componentDefinition, Glow_default as default };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "../../transformations-CJcUeZIC.js";
|
|
2
2
|
import "../../time-DUqSFWvT.js";
|
|
3
|
-
import { n as componentDefinition, t as Godrays_default } from "../../Godrays-
|
|
3
|
+
import { n as componentDefinition, t as Godrays_default } from "../../Godrays-DdSLZtBs.js";
|
|
4
4
|
export { componentDefinition, Godrays_default as default };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as componentDefinition, t as Grayscale_default } from "../../Grayscale-
|
|
1
|
+
import { n as componentDefinition, t as Grayscale_default } from "../../Grayscale-BC40hfXH.js";
|
|
2
2
|
export { componentDefinition, Grayscale_default as default };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import "../../transformations-CJcUeZIC.js";
|
|
2
|
-
import { n as componentDefinition, t as Grid_default } from "../../Grid-
|
|
2
|
+
import { n as componentDefinition, t as Grid_default } from "../../Grid-Lc4S0Hmp.js";
|
|
3
3
|
export { componentDefinition, Grid_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "../../edges-CX_lJB9R.js";
|
|
2
2
|
import "../../transformations-CJcUeZIC.js";
|
|
3
3
|
import "../../alpha-C4ptedXe.js";
|
|
4
|
-
import { n as componentDefinition, t as GridDistortion_default } from "../../GridDistortion-
|
|
4
|
+
import { n as componentDefinition, t as GridDistortion_default } from "../../GridDistortion-DQcPYbXS.js";
|
|
5
5
|
export { componentDefinition, GridDistortion_default as default };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as componentDefinition, t as Group_default } from "../../Group-
|
|
1
|
+
import { n as componentDefinition, t as Group_default } from "../../Group-BeZhHbOT.js";
|
|
2
2
|
export { componentDefinition, Group_default as default };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "../../transformations-CJcUeZIC.js";
|
|
2
2
|
import "../../alpha-C4ptedXe.js";
|
|
3
|
-
import { n as componentDefinition, t as Halftone_default } from "../../Halftone-
|
|
3
|
+
import { n as componentDefinition, t as Halftone_default } from "../../Halftone-CsblgxnY.js";
|
|
4
4
|
export { componentDefinition, Halftone_default as default };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "../../transformations-CJcUeZIC.js";
|
|
2
2
|
import "../../colorMixing-BPpDnR5I.js";
|
|
3
|
-
import { n as componentDefinition, t as HexGrid_default } from "../../HexGrid-
|
|
3
|
+
import { n as componentDefinition, t as HexGrid_default } from "../../HexGrid-DWRNPMET.js";
|
|
4
4
|
export { componentDefinition, HexGrid_default as default };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as componentDefinition, t as HueShift_default } from "../../HueShift-
|
|
1
|
+
import { n as componentDefinition, t as HueShift_default } from "../../HueShift-C-p9W5sr.js";
|
|
2
2
|
export { componentDefinition, HueShift_default as default };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as componentDefinition, t as ImageTexture_default } from "../../ImageTexture-
|
|
1
|
+
import { n as componentDefinition, t as ImageTexture_default } from "../../ImageTexture-bqgQxAt9.js";
|
|
2
2
|
export { componentDefinition, ImageTexture_default as default };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as componentDefinition, t as Invert_default } from "../../Invert-
|
|
1
|
+
import { n as componentDefinition, t as Invert_default } from "../../Invert-D-RVP34v.js";
|
|
2
2
|
export { componentDefinition, Invert_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "../../edges-CX_lJB9R.js";
|
|
2
2
|
import "../../transformations-CJcUeZIC.js";
|
|
3
3
|
import "../../alpha-C4ptedXe.js";
|
|
4
|
-
import { n as componentDefinition, t as Kaleidoscope_default } from "../../Kaleidoscope-
|
|
4
|
+
import { n as componentDefinition, t as Kaleidoscope_default } from "../../Kaleidoscope-HQNQrRP_.js";
|
|
5
5
|
export { componentDefinition, Kaleidoscope_default as default };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "../../transformations-CJcUeZIC.js";
|
|
2
2
|
import "../../time-DUqSFWvT.js";
|
|
3
|
-
import { n as componentDefinition, t as LensFlare_default } from "../../LensFlare-
|
|
3
|
+
import { n as componentDefinition, t as LensFlare_default } from "../../LensFlare-DtES749p.js";
|
|
4
4
|
export { componentDefinition, LensFlare_default as default };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "../../transformations-CJcUeZIC.js";
|
|
2
2
|
import "../../alpha-C4ptedXe.js";
|
|
3
|
-
import { n as componentDefinition, t as LinearBlur_default } from "../../LinearBlur-
|
|
3
|
+
import { n as componentDefinition, t as LinearBlur_default } from "../../LinearBlur-6mCJ9fY5.js";
|
|
4
4
|
export { componentDefinition, LinearBlur_default as default };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "../../transformations-CJcUeZIC.js";
|
|
2
2
|
import "../../colorMixing-BPpDnR5I.js";
|
|
3
|
-
import { n as componentDefinition, t as LinearGradient_default } from "../../LinearGradient-
|
|
3
|
+
import { n as componentDefinition, t as LinearGradient_default } from "../../LinearGradient-DIbCAHc7.js";
|
|
4
4
|
export { componentDefinition, LinearGradient_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "../../edges-CX_lJB9R.js";
|
|
2
2
|
import "../../transformations-CJcUeZIC.js";
|
|
3
3
|
import "../../alpha-C4ptedXe.js";
|
|
4
|
-
import { n as componentDefinition, t as Liquify_default } from "../../Liquify-
|
|
4
|
+
import { n as componentDefinition, t as Liquify_default } from "../../Liquify-8dcdv2Sl.js";
|
|
5
5
|
export { componentDefinition, Liquify_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "../../transformations-CJcUeZIC.js";
|
|
2
2
|
import "../../colorMixing-BPpDnR5I.js";
|
|
3
3
|
import "../../time-DUqSFWvT.js";
|
|
4
|
-
import { n as componentDefinition, t as Marble_default } from "../../Marble-
|
|
4
|
+
import { n as componentDefinition, t as Marble_default } from "../../Marble-DX29RG-p.js";
|
|
5
5
|
export { componentDefinition, Marble_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "../../edges-CX_lJB9R.js";
|
|
2
2
|
import "../../transformations-CJcUeZIC.js";
|
|
3
3
|
import "../../alpha-C4ptedXe.js";
|
|
4
|
-
import { n as componentDefinition, t as Mirror_default } from "../../Mirror-
|
|
4
|
+
import { n as componentDefinition, t as Mirror_default } from "../../Mirror-BM2xf3Nr.js";
|
|
5
5
|
export { componentDefinition, Mirror_default as default };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import "../../transformations-CJcUeZIC.js";
|
|
2
|
-
import { n as componentDefinition, t as MultiPointGradient_default } from "../../MultiPointGradient-
|
|
2
|
+
import { n as componentDefinition, t as MultiPointGradient_default } from "../../MultiPointGradient-BzM24vnR.js";
|
|
3
3
|
export { componentDefinition, MultiPointGradient_default as default };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "../../transformations-CJcUeZIC.js";
|
|
2
2
|
import "../../sdf-D_EAGXhN.js";
|
|
3
|
-
import { n as componentDefinition, t as Neon_default } from "../../Neon-
|
|
3
|
+
import { n as componentDefinition, t as Neon_default } from "../../Neon-nPiMi3wt.js";
|
|
4
4
|
export { componentDefinition, Neon_default as default };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as componentDefinition, t as Paper_default } from "../../Paper-
|
|
1
|
+
import { n as componentDefinition, t as Paper_default } from "../../Paper-Ddpe8-EI.js";
|
|
2
2
|
export { componentDefinition, Paper_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "../../edges-CX_lJB9R.js";
|
|
2
2
|
import "../../transformations-CJcUeZIC.js";
|
|
3
3
|
import "../../alpha-C4ptedXe.js";
|
|
4
|
-
import { n as componentDefinition, t as Perspective_default } from "../../Perspective-
|
|
4
|
+
import { n as componentDefinition, t as Perspective_default } from "../../Perspective-BIKpqd4H.js";
|
|
5
5
|
export { componentDefinition, Perspective_default as default };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import "../../alpha-C4ptedXe.js";
|
|
2
|
-
import { n as componentDefinition, t as Pixelate_default } from "../../Pixelate-
|
|
2
|
+
import { n as componentDefinition, t as Pixelate_default } from "../../Pixelate-Cp0-lwkG.js";
|
|
3
3
|
export { componentDefinition, Pixelate_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "../../transformations-CJcUeZIC.js";
|
|
2
2
|
import "../../colorMixing-BPpDnR5I.js";
|
|
3
3
|
import "../../time-DUqSFWvT.js";
|
|
4
|
-
import { n as componentDefinition, t as Plasma_default } from "../../Plasma-
|
|
4
|
+
import { n as componentDefinition, t as Plasma_default } from "../../Plasma-M--gLd1Q.js";
|
|
5
5
|
export { componentDefinition, Plasma_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "../../edges-CX_lJB9R.js";
|
|
2
2
|
import "../../transformations-CJcUeZIC.js";
|
|
3
3
|
import "../../alpha-C4ptedXe.js";
|
|
4
|
-
import { n as componentDefinition, t as PolarCoordinates_default } from "../../PolarCoordinates-
|
|
4
|
+
import { n as componentDefinition, t as PolarCoordinates_default } from "../../PolarCoordinates-C42rlD2q.js";
|
|
5
5
|
export { componentDefinition, PolarCoordinates_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "../../transformations-CJcUeZIC.js";
|
|
2
2
|
import "../../colorMixing-BPpDnR5I.js";
|
|
3
3
|
import "../../sdf-D_EAGXhN.js";
|
|
4
|
-
import { n as componentDefinition, t as Polygon_default } from "../../Polygon-
|
|
4
|
+
import { n as componentDefinition, t as Polygon_default } from "../../Polygon-CKqH0ApY.js";
|
|
5
5
|
export { componentDefinition, Polygon_default as default };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as componentDefinition, t as Posterize_default } from "../../Posterize-
|
|
1
|
+
import { n as componentDefinition, t as Posterize_default } from "../../Posterize-B6ZhRkH2.js";
|
|
2
2
|
export { componentDefinition, Posterize_default as default };
|