shaders 2.5.103 → 2.5.105
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-CXXttTb1.js → Blur-Cxx3ZuHi.js} +1 -1
- package/dist/core/{ChannelBlur-gzP71FWd.js → ChannelBlur-Cth0biwG.js} +1 -1
- package/dist/core/Crystal-COGiLVvV.js +402 -0
- package/dist/core/{Emboss-ClQV27Mt.js → Emboss-LU-6cckT.js} +50 -42
- package/dist/core/Fog-DhFHErOx.js +674 -0
- package/dist/core/{Glass-C04tCmBL.js → Glass-TRSXbuE6.js} +99 -91
- package/dist/core/{Glow-BwaPYDRZ.js → Glow-8bKkyehK.js} +1 -1
- package/dist/core/{Neon-Dg8UfC7P.js → Neon-CMmGJzPy.js} +72 -61
- package/dist/core/{ProgressiveBlur-B8xwWyTM.js → ProgressiveBlur-B_z0pZ1V.js} +1 -1
- package/dist/core/Smoke-LIDjCv7f.js +629 -0
- package/dist/core/SmokeFill-ChSIfTxW.js +641 -0
- package/dist/core/{TiltShift-CI3FlfYk.js → TiltShift-GqDjHvmk.js} +1 -1
- package/dist/core/{VideoTexture-DnHIs4pp.js → VideoTexture-SWLe5c3m.js} +1 -1
- package/dist/core/{WebcamTexture-XBDo2kgN.js → WebcamTexture-cXPyEumA.js} +1 -1
- package/dist/core/{computeBlur-C3oX720H.js → computeBlur-DeXZ99YL.js} +30 -21
- package/dist/core/effects/emboss.d.ts.map +1 -1
- package/dist/core/effects/glass.d.ts.map +1 -1
- package/dist/core/effects/neon.d.ts.map +1 -1
- package/dist/core/index.js +78 -75
- package/dist/core/registry.js +77 -74
- package/dist/core/renderer.d.ts.map +1 -1
- package/dist/core/shaderRegistry-AbMwztl7.js +252 -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/Crystal/index.d.ts.map +1 -1
- package/dist/core/shaders/Crystal/index.js +1 -1
- package/dist/core/shaders/Emboss/index.js +1 -1
- package/dist/core/shaders/Fog/index.d.ts +78 -0
- package/dist/core/shaders/Fog/index.d.ts.map +1 -0
- package/dist/core/shaders/Fog/index.js +4 -0
- package/dist/core/shaders/Form3D/index.js +1 -1
- package/dist/core/shaders/Glass/index.d.ts.map +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.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/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/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.d.ts +113 -0
- package/dist/core/shaders/Smoke/index.d.ts.map +1 -0
- package/dist/core/shaders/Smoke/index.js +4 -0
- package/dist/core/shaders/SmokeFill/index.d.ts +145 -0
- package/dist/core/shaders/SmokeFill/index.d.ts.map +1 -0
- package/dist/core/shaders/SmokeFill/index.js +5 -0
- 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/Swirl/index.js +1 -1
- 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/ZoomBlur/index.js +1 -1
- package/dist/core/utilities/computeBlur.d.ts +1 -1
- package/dist/core/utilities/computeBlur.d.ts.map +1 -1
- package/dist/js/createShader.js +1 -1
- package/dist/js/utils/generatePresetCode.d.ts.map +1 -1
- package/dist/js/utils/generatePresetCode.js +67 -0
- package/dist/react/Fog.js +223 -0
- package/dist/react/Preview.js +3 -0
- package/dist/react/Shader.js +1 -1
- package/dist/react/Smoke.js +223 -0
- package/dist/react/SmokeFill.js +223 -0
- package/dist/react/components/Fog.d.ts +31 -0
- package/dist/react/components/Fog.d.ts.map +1 -0
- package/dist/react/components/Smoke.d.ts +33 -0
- package/dist/react/components/Smoke.d.ts.map +1 -0
- package/dist/react/components/SmokeFill.d.ts +34 -0
- package/dist/react/components/SmokeFill.d.ts.map +1 -0
- package/dist/react/engine/Preview.d.ts.map +1 -1
- package/dist/react/index.d.ts +3 -0
- package/dist/react/index.d.ts.map +1 -1
- package/dist/react/index.js +4 -1
- package/dist/react/utils/generatePresetCode.d.ts.map +1 -1
- package/dist/react/utils/generatePresetCode.js +67 -0
- package/dist/registry.js +1189 -0
- package/dist/solid/components/Fog.d.ts +28 -0
- package/dist/solid/components/Fog.d.ts.map +1 -0
- package/dist/solid/components/Fog.js +228 -0
- package/dist/solid/components/Smoke.d.ts +30 -0
- package/dist/solid/components/Smoke.d.ts.map +1 -0
- package/dist/solid/components/Smoke.js +228 -0
- package/dist/solid/components/SmokeFill.d.ts +31 -0
- package/dist/solid/components/SmokeFill.d.ts.map +1 -0
- package/dist/solid/components/SmokeFill.js +228 -0
- package/dist/solid/engine/Preview.d.ts.map +1 -1
- package/dist/solid/engine/Preview.js +162 -156
- package/dist/solid/engine/Shader.js +1 -1
- package/dist/solid/index.d.ts +3 -0
- package/dist/solid/index.d.ts.map +1 -1
- package/dist/solid/index.js +144 -138
- package/dist/solid/utils/generatePresetCode.d.ts.map +1 -1
- package/dist/solid/utils/generatePresetCode.js +67 -0
- package/dist/svelte/components/Fog.svelte.d.ts +19 -0
- package/dist/svelte/components/Smoke.svelte.d.ts +20 -0
- package/dist/svelte/components/SmokeFill.svelte.d.ts +21 -0
- package/dist/svelte/{generatePresetCode-psTzYsW3.js → generatePresetCode-DR_OAIL7.js} +67 -0
- package/dist/svelte/index.d.ts +3 -0
- package/dist/svelte/index.js +1151 -551
- package/dist/svelte/source/components/Fog.svelte +325 -0
- package/dist/svelte/source/components/Smoke.svelte +326 -0
- package/dist/svelte/source/components/SmokeFill.svelte +327 -0
- package/dist/svelte/source/engine/Preview.svelte +6 -0
- package/dist/svelte/source/index.js +3 -0
- package/dist/svelte/utils/generatePresetCode.js +1 -1
- package/dist/vue/Fog.js +3 -0
- package/dist/vue/Fog.vue_vue_type_script_setup_true_lang.js +222 -0
- package/dist/vue/Preview.vue_vue_type_script_setup_true_lang.js +6 -0
- package/dist/vue/Shader.vue_vue_type_script_setup_true_lang.js +1 -1
- package/dist/vue/Smoke.js +3 -0
- package/dist/vue/Smoke.vue_vue_type_script_setup_true_lang.js +227 -0
- package/dist/vue/SmokeFill.js +3 -0
- package/dist/vue/SmokeFill.vue_vue_type_script_setup_true_lang.js +232 -0
- package/dist/vue/components/Fog.vue.d.ts +54 -0
- package/dist/vue/components/Fog.vue.d.ts.map +1 -0
- package/dist/vue/components/Smoke.vue.d.ts +55 -0
- package/dist/vue/components/Smoke.vue.d.ts.map +1 -0
- package/dist/vue/components/SmokeFill.vue.d.ts +56 -0
- package/dist/vue/components/SmokeFill.vue.d.ts.map +1 -0
- package/dist/vue/index.d.ts +3 -0
- package/dist/vue/index.d.ts.map +1 -1
- package/dist/vue/index.js +4 -1
- package/dist/vue/utils/generatePresetCode.d.ts.map +1 -1
- package/dist/vue/utils/generatePresetCode.js +67 -0
- package/package.json +25 -1
- package/dist/core/Crystal-xVyUhVD-.js +0 -394
- package/dist/core/shaderRegistry-BWuH2me2.js +0 -246
- /package/dist/core/{Form3D-rKpxb9t3.js → Form3D-DaPbLGUi.js} +0 -0
- /package/dist/core/{GlassTiles-k1C4a4u8.js → GlassTiles-Dgh6nOaE.js} +0 -0
- /package/dist/core/{Glitch-DzPMkBu4.js → Glitch-BsbzLahF.js} +0 -0
- /package/dist/core/{Godrays-DAYmq-BP.js → Godrays-D1LINbut.js} +0 -0
- /package/dist/core/{Grayscale-lYKBBkGY.js → Grayscale-Ri-695Uh.js} +0 -0
- /package/dist/core/{Grid-BJ-nxN3i.js → Grid-BYSsAIEv.js} +0 -0
- /package/dist/core/{GridDistortion-DtaRNrTZ.js → GridDistortion-DWFGD8ya.js} +0 -0
- /package/dist/core/{Group-DpozigtX.js → Group-CkhjTW59.js} +0 -0
- /package/dist/core/{Halftone-XFa7by1s.js → Halftone-BUCDTTAU.js} +0 -0
- /package/dist/core/{HexGrid-D-EmQ4kI.js → HexGrid-BUiDrehv.js} +0 -0
- /package/dist/core/{HueShift-D9K0ynaS.js → HueShift-BtGVMu7q.js} +0 -0
- /package/dist/core/{ImageTexture-CArkZMfh.js → ImageTexture-CrX_9-f0.js} +0 -0
- /package/dist/core/{Invert-DCnwo_Xq.js → Invert-azYrcDMi.js} +0 -0
- /package/dist/core/{Kaleidoscope-BytHro3k.js → Kaleidoscope-CFWtKisp.js} +0 -0
- /package/dist/core/{LensFlare-B0vv4x97.js → LensFlare-ttrXgfea.js} +0 -0
- /package/dist/core/{LinearBlur-BFewxPjV.js → LinearBlur-By2aD8OO.js} +0 -0
- /package/dist/core/{LinearGradient-BKUf_u7r.js → LinearGradient-CM02z32l.js} +0 -0
- /package/dist/core/{Liquify-cE5dxrfh.js → Liquify-CyXo6vAH.js} +0 -0
- /package/dist/core/{Mirror-DIle92J8.js → Mirror-B7XmfGdw.js} +0 -0
- /package/dist/core/{MultiPointGradient-DDwac_mm.js → MultiPointGradient-8zGSIM4U.js} +0 -0
- /package/dist/core/{Paper-bMSMCeYK.js → Paper-B08rxNys.js} +0 -0
- /package/dist/core/{Perspective-BmfvQV6W.js → Perspective-BN_OpTZq.js} +0 -0
- /package/dist/core/{Pixelate-Dl26r6IT.js → Pixelate-dxPAFCRu.js} +0 -0
- /package/dist/core/{Plasma-CJWS1TvX.js → Plasma-DGCw0cd7.js} +0 -0
- /package/dist/core/{PolarCoordinates-lq6K4WBm.js → PolarCoordinates-CMYCFT4S.js} +0 -0
- /package/dist/core/{Polygon-DRCs3CYs.js → Polygon-CsCOt5YE.js} +0 -0
- /package/dist/core/{Posterize-BjH7Zscm.js → Posterize-Blv9pzPT.js} +0 -0
- /package/dist/core/{RadialGradient-DiGFPgrn.js → RadialGradient-De0gtdh3.js} +0 -0
- /package/dist/core/{RectangularCoordinates-COkNDxi0.js → RectangularCoordinates-8Sa2GaDy.js} +0 -0
- /package/dist/core/{Ring-QApyKPzE.js → Ring-kHH-DIDQ.js} +0 -0
- /package/dist/core/{Ripples-C8Q17Hvz.js → Ripples-Bf6Zwg6X.js} +0 -0
- /package/dist/core/{RoundedRect-Ca9af9xe.js → RoundedRect-B0sWh2BN.js} +0 -0
- /package/dist/core/{Saturation-CgDaiq6n.js → Saturation-CB19kOXg.js} +0 -0
- /package/dist/core/{Sharpness-CRXT0D30.js → Sharpness-CQOboeqy.js} +0 -0
- /package/dist/core/{Shatter-BssZTRYJ.js → Shatter-BhK75BiG.js} +0 -0
- /package/dist/core/{SimplexNoise-KfTCAfpL.js → SimplexNoise-BcSgytjc.js} +0 -0
- /package/dist/core/{SineWave-Ckeap_YM.js → SineWave-VTNDSK_g.js} +0 -0
- /package/dist/core/{Solarize-DhtQYYpW.js → Solarize-CWDgSBiv.js} +0 -0
- /package/dist/core/{SolidColor-6yUkGybH.js → SolidColor-DhMdM3bE.js} +0 -0
- /package/dist/core/{Spherize-8LXrGGG_.js → Spherize-BZxwopX8.js} +0 -0
- /package/dist/core/{Spiral-Bs7uZrBr.js → Spiral-gpkw37l1.js} +0 -0
- /package/dist/core/{Star-DiXwnPGP.js → Star-WJAOZ5P5.js} +0 -0
- /package/dist/core/{Strands-DsAAVemq.js → Strands-DOthZNHt.js} +0 -0
- /package/dist/core/{Stretch-D7P2R5lV.js → Stretch--GV6hbru.js} +0 -0
- /package/dist/core/{Stripes-DF8agIiJ.js → Stripes-CFCXw1_N.js} +0 -0
- /package/dist/core/{StudioBackground-BFeNfwEu.js → StudioBackground-DJr-cxOL.js} +0 -0
- /package/dist/core/{Swirl-BwezrSAA.js → Swirl-By5FadQK.js} +0 -0
- /package/dist/core/{Tint-BdXlqlzz.js → Tint-DaTx2HII.js} +0 -0
- /package/dist/core/{Trapezoid-BX_hmeZJ.js → Trapezoid-Co0sIA73.js} +0 -0
- /package/dist/core/{Tritone-BlJ7cchN.js → Tritone-C9Yx69Tw.js} +0 -0
- /package/dist/core/{Truchet-Bnn0fwbF.js → Truchet-CkFSkniR.js} +0 -0
- /package/dist/core/{Twirl-C5ijhqz1.js → Twirl-v8pLqUTN.js} +0 -0
- /package/dist/core/{VHS-CQJ1hV_D.js → VHS-mKd1QBBj.js} +0 -0
- /package/dist/core/{Vesica-DU0f85NG.js → Vesica-CxP7UD0a.js} +0 -0
- /package/dist/core/{Vibrance-CGvYDeds.js → Vibrance-WR5yQv_9.js} +0 -0
- /package/dist/core/{Vignette-BJaonUVL.js → Vignette-hAIKTi35.js} +0 -0
- /package/dist/core/{Voronoi-DZemzWA4.js → Voronoi-DOGmwUSK.js} +0 -0
- /package/dist/core/{WaveDistortion--Y-m667K.js → WaveDistortion-BGdgj3Iz.js} +0 -0
- /package/dist/core/{Weave-CtyohvHz.js → Weave-CIP_EUPa.js} +0 -0
- /package/dist/core/{ZoomBlur-BwkhsFRE.js → ZoomBlur-BuIVpHGG.js} +0 -0
- /package/dist/core/{browser-DTNngPey.js → browser-D8zonASQ.js} +0 -0
|
@@ -1,246 +0,0 @@
|
|
|
1
|
-
import { n as componentDefinition } from "./AngularBlur-BgZWbEjj.js";
|
|
2
|
-
import { n as componentDefinition$1 } from "./Ascii-BwSMmD6Z.js";
|
|
3
|
-
import { n as componentDefinition$2 } from "./Aurora-BPHeGEZ_.js";
|
|
4
|
-
import { n as componentDefinition$3 } from "./Beam-CAnoOWgt.js";
|
|
5
|
-
import { n as componentDefinition$4 } from "./Blob-CuRSRXmA.js";
|
|
6
|
-
import { n as componentDefinition$5 } from "./Blur-CXXttTb1.js";
|
|
7
|
-
import { n as componentDefinition$6 } from "./BrightnessContrast-CJTOpQCn.js";
|
|
8
|
-
import { n as componentDefinition$7 } from "./Bulge-Chpbxxzj.js";
|
|
9
|
-
import { n as componentDefinition$8 } from "./ChannelBlur-gzP71FWd.js";
|
|
10
|
-
import { n as componentDefinition$9 } from "./Checkerboard-ucave4-a.js";
|
|
11
|
-
import { n as componentDefinition$10 } from "./ChromaFlow-BZXyVHtK.js";
|
|
12
|
-
import { n as componentDefinition$11 } from "./ChromaticAberration-DsMj-vBw.js";
|
|
13
|
-
import { n as componentDefinition$12 } from "./Circle-QgCuVo44.js";
|
|
14
|
-
import { n as componentDefinition$13 } from "./ConcentricSpin-Crfxti93.js";
|
|
15
|
-
import { n as componentDefinition$14 } from "./ConicGradient-CQAPYlQg.js";
|
|
16
|
-
import { n as componentDefinition$15 } from "./ContourLines-KTHC32hd.js";
|
|
17
|
-
import { n as componentDefinition$16 } from "./Crescent-BkRt-XWy.js";
|
|
18
|
-
import { n as componentDefinition$17 } from "./Cross-kkY7feuC.js";
|
|
19
|
-
import { n as componentDefinition$18 } from "./CRTScreen-CTwXU-NX.js";
|
|
20
|
-
import { n as componentDefinition$19 } from "./Crystal-xVyUhVD-.js";
|
|
21
|
-
import { n as componentDefinition$20 } from "./CursorRipples-Cgm7N0Bp.js";
|
|
22
|
-
import { n as componentDefinition$21 } from "./CursorTrail-CCRbdwHJ.js";
|
|
23
|
-
import { n as componentDefinition$22 } from "./DiamondGradient-BC3ugP8a.js";
|
|
24
|
-
import { n as componentDefinition$23 } from "./DiffuseBlur-eyM1v3ad.js";
|
|
25
|
-
import { n as componentDefinition$24 } from "./Dither-CDfDotR6.js";
|
|
26
|
-
import { n as componentDefinition$25 } from "./DOMTexture-D-RkeyMs.js";
|
|
27
|
-
import { n as componentDefinition$26 } from "./DotGrid-T9YbgC3V.js";
|
|
28
|
-
import { n as componentDefinition$27 } from "./DropShadow-jMhnYPXZ.js";
|
|
29
|
-
import { n as componentDefinition$28 } from "./Duotone-Bl02WcA2.js";
|
|
30
|
-
import { n as componentDefinition$29 } from "./Ellipse-CXxGqTYI.js";
|
|
31
|
-
import { n as componentDefinition$30 } from "./Emboss-ClQV27Mt.js";
|
|
32
|
-
import { n as componentDefinition$31 } from "./FallingLines-CArEXajJ.js";
|
|
33
|
-
import { n as componentDefinition$32 } from "./FilmGrain-DSJiMtEp.js";
|
|
34
|
-
import { n as componentDefinition$33 } from "./FloatingParticles-BtwGRl_d.js";
|
|
35
|
-
import { n as componentDefinition$34 } from "./Flower-MAwlZEv8.js";
|
|
36
|
-
import { n as componentDefinition$35 } from "./FlowField-RyqiRxyI.js";
|
|
37
|
-
import { n as componentDefinition$36 } from "./FlowingGradient-C0Zoyfd6.js";
|
|
38
|
-
import { n as componentDefinition$37 } from "./Form3D-rKpxb9t3.js";
|
|
39
|
-
import { n as componentDefinition$38 } from "./Glass-C04tCmBL.js";
|
|
40
|
-
import { n as componentDefinition$39 } from "./GlassTiles-k1C4a4u8.js";
|
|
41
|
-
import { n as componentDefinition$40 } from "./Glitch-DzPMkBu4.js";
|
|
42
|
-
import { n as componentDefinition$41 } from "./Glow-BwaPYDRZ.js";
|
|
43
|
-
import { n as componentDefinition$42 } from "./Godrays-DAYmq-BP.js";
|
|
44
|
-
import { n as componentDefinition$43 } from "./Grayscale-lYKBBkGY.js";
|
|
45
|
-
import { n as componentDefinition$44 } from "./Grid-BJ-nxN3i.js";
|
|
46
|
-
import { n as componentDefinition$45 } from "./GridDistortion-DtaRNrTZ.js";
|
|
47
|
-
import { n as componentDefinition$46 } from "./Group-DpozigtX.js";
|
|
48
|
-
import { n as componentDefinition$47 } from "./Halftone-XFa7by1s.js";
|
|
49
|
-
import { n as componentDefinition$48 } from "./HexGrid-D-EmQ4kI.js";
|
|
50
|
-
import { n as componentDefinition$49 } from "./HueShift-D9K0ynaS.js";
|
|
51
|
-
import { n as componentDefinition$50 } from "./ImageTexture-CArkZMfh.js";
|
|
52
|
-
import { n as componentDefinition$51 } from "./Invert-DCnwo_Xq.js";
|
|
53
|
-
import { n as componentDefinition$52 } from "./Kaleidoscope-BytHro3k.js";
|
|
54
|
-
import { n as componentDefinition$53 } from "./LensFlare-B0vv4x97.js";
|
|
55
|
-
import { n as componentDefinition$54 } from "./LinearBlur-BFewxPjV.js";
|
|
56
|
-
import { n as componentDefinition$55 } from "./LinearGradient-BKUf_u7r.js";
|
|
57
|
-
import { n as componentDefinition$56 } from "./Liquify-cE5dxrfh.js";
|
|
58
|
-
import { n as componentDefinition$57 } from "./Mirror-DIle92J8.js";
|
|
59
|
-
import { n as componentDefinition$58 } from "./MultiPointGradient-DDwac_mm.js";
|
|
60
|
-
import { n as componentDefinition$59 } from "./Neon-Dg8UfC7P.js";
|
|
61
|
-
import { n as componentDefinition$60 } from "./Paper-bMSMCeYK.js";
|
|
62
|
-
import { n as componentDefinition$61 } from "./Perspective-BmfvQV6W.js";
|
|
63
|
-
import { n as componentDefinition$62 } from "./Pixelate-Dl26r6IT.js";
|
|
64
|
-
import { n as componentDefinition$63 } from "./Plasma-CJWS1TvX.js";
|
|
65
|
-
import { n as componentDefinition$64 } from "./PolarCoordinates-lq6K4WBm.js";
|
|
66
|
-
import { n as componentDefinition$65 } from "./Polygon-DRCs3CYs.js";
|
|
67
|
-
import { n as componentDefinition$66 } from "./Posterize-BjH7Zscm.js";
|
|
68
|
-
import { n as componentDefinition$67 } from "./ProgressiveBlur-B8xwWyTM.js";
|
|
69
|
-
import { n as componentDefinition$68 } from "./RadialGradient-DiGFPgrn.js";
|
|
70
|
-
import { n as componentDefinition$69 } from "./RectangularCoordinates-COkNDxi0.js";
|
|
71
|
-
import { n as componentDefinition$70 } from "./Ring-QApyKPzE.js";
|
|
72
|
-
import { n as componentDefinition$71 } from "./Ripples-C8Q17Hvz.js";
|
|
73
|
-
import { n as componentDefinition$72 } from "./RoundedRect-Ca9af9xe.js";
|
|
74
|
-
import { n as componentDefinition$73 } from "./Saturation-CgDaiq6n.js";
|
|
75
|
-
import { n as componentDefinition$74 } from "./Sharpness-CRXT0D30.js";
|
|
76
|
-
import { n as componentDefinition$75 } from "./Shatter-BssZTRYJ.js";
|
|
77
|
-
import { n as componentDefinition$76 } from "./SimplexNoise-KfTCAfpL.js";
|
|
78
|
-
import { n as componentDefinition$77 } from "./SineWave-Ckeap_YM.js";
|
|
79
|
-
import { n as componentDefinition$78 } from "./Solarize-DhtQYYpW.js";
|
|
80
|
-
import { n as componentDefinition$79 } from "./SolidColor-6yUkGybH.js";
|
|
81
|
-
import { n as componentDefinition$80 } from "./Spherize-8LXrGGG_.js";
|
|
82
|
-
import { n as componentDefinition$81 } from "./Spiral-Bs7uZrBr.js";
|
|
83
|
-
import { n as componentDefinition$82 } from "./Star-DiXwnPGP.js";
|
|
84
|
-
import { n as componentDefinition$83 } from "./Strands-DsAAVemq.js";
|
|
85
|
-
import { n as componentDefinition$84 } from "./Stretch-D7P2R5lV.js";
|
|
86
|
-
import { n as componentDefinition$85 } from "./Stripes-DF8agIiJ.js";
|
|
87
|
-
import { n as componentDefinition$86 } from "./StudioBackground-BFeNfwEu.js";
|
|
88
|
-
import { n as componentDefinition$87 } from "./Swirl-BwezrSAA.js";
|
|
89
|
-
import { n as componentDefinition$88 } from "./TiltShift-CI3FlfYk.js";
|
|
90
|
-
import { n as componentDefinition$89 } from "./Tint-BdXlqlzz.js";
|
|
91
|
-
import { n as componentDefinition$90 } from "./Trapezoid-BX_hmeZJ.js";
|
|
92
|
-
import { n as componentDefinition$91 } from "./Tritone-BlJ7cchN.js";
|
|
93
|
-
import { n as componentDefinition$92 } from "./Truchet-Bnn0fwbF.js";
|
|
94
|
-
import { n as componentDefinition$93 } from "./Twirl-C5ijhqz1.js";
|
|
95
|
-
import { n as componentDefinition$94 } from "./Vesica-DU0f85NG.js";
|
|
96
|
-
import { n as componentDefinition$95 } from "./VHS-CQJ1hV_D.js";
|
|
97
|
-
import { n as componentDefinition$96 } from "./Vibrance-CGvYDeds.js";
|
|
98
|
-
import { n as componentDefinition$97 } from "./VideoTexture-DnHIs4pp.js";
|
|
99
|
-
import { n as componentDefinition$98 } from "./Vignette-BJaonUVL.js";
|
|
100
|
-
import { n as componentDefinition$99 } from "./Voronoi-DZemzWA4.js";
|
|
101
|
-
import { n as componentDefinition$100 } from "./WaveDistortion--Y-m667K.js";
|
|
102
|
-
import { n as componentDefinition$101 } from "./Weave-CtyohvHz.js";
|
|
103
|
-
import { n as componentDefinition$102 } from "./WebcamTexture-XBDo2kgN.js";
|
|
104
|
-
import { n as componentDefinition$103 } from "./ZoomBlur-BwkhsFRE.js";
|
|
105
|
-
var createShaderRegistry = () => {
|
|
106
|
-
const registry = {};
|
|
107
|
-
const shaderDefinitions = {
|
|
108
|
-
AngularBlur: componentDefinition,
|
|
109
|
-
Ascii: componentDefinition$1,
|
|
110
|
-
Aurora: componentDefinition$2,
|
|
111
|
-
Beam: componentDefinition$3,
|
|
112
|
-
Blob: componentDefinition$4,
|
|
113
|
-
Blur: componentDefinition$5,
|
|
114
|
-
BrightnessContrast: componentDefinition$6,
|
|
115
|
-
Bulge: componentDefinition$7,
|
|
116
|
-
ChannelBlur: componentDefinition$8,
|
|
117
|
-
Checkerboard: componentDefinition$9,
|
|
118
|
-
ChromaFlow: componentDefinition$10,
|
|
119
|
-
ChromaticAberration: componentDefinition$11,
|
|
120
|
-
Circle: componentDefinition$12,
|
|
121
|
-
ConcentricSpin: componentDefinition$13,
|
|
122
|
-
ConicGradient: componentDefinition$14,
|
|
123
|
-
ContourLines: componentDefinition$15,
|
|
124
|
-
Crescent: componentDefinition$16,
|
|
125
|
-
Cross: componentDefinition$17,
|
|
126
|
-
CRTScreen: componentDefinition$18,
|
|
127
|
-
Crystal: componentDefinition$19,
|
|
128
|
-
CursorRipples: componentDefinition$20,
|
|
129
|
-
CursorTrail: componentDefinition$21,
|
|
130
|
-
DiamondGradient: componentDefinition$22,
|
|
131
|
-
DiffuseBlur: componentDefinition$23,
|
|
132
|
-
Dither: componentDefinition$24,
|
|
133
|
-
DOMTexture: componentDefinition$25,
|
|
134
|
-
DotGrid: componentDefinition$26,
|
|
135
|
-
DropShadow: componentDefinition$27,
|
|
136
|
-
Duotone: componentDefinition$28,
|
|
137
|
-
Ellipse: componentDefinition$29,
|
|
138
|
-
Emboss: componentDefinition$30,
|
|
139
|
-
FallingLines: componentDefinition$31,
|
|
140
|
-
FilmGrain: componentDefinition$32,
|
|
141
|
-
FloatingParticles: componentDefinition$33,
|
|
142
|
-
Flower: componentDefinition$34,
|
|
143
|
-
FlowField: componentDefinition$35,
|
|
144
|
-
FlowingGradient: componentDefinition$36,
|
|
145
|
-
Form3D: componentDefinition$37,
|
|
146
|
-
Glass: componentDefinition$38,
|
|
147
|
-
GlassTiles: componentDefinition$39,
|
|
148
|
-
Glitch: componentDefinition$40,
|
|
149
|
-
Glow: componentDefinition$41,
|
|
150
|
-
Godrays: componentDefinition$42,
|
|
151
|
-
Grayscale: componentDefinition$43,
|
|
152
|
-
Grid: componentDefinition$44,
|
|
153
|
-
GridDistortion: componentDefinition$45,
|
|
154
|
-
Group: componentDefinition$46,
|
|
155
|
-
Halftone: componentDefinition$47,
|
|
156
|
-
HexGrid: componentDefinition$48,
|
|
157
|
-
HueShift: componentDefinition$49,
|
|
158
|
-
ImageTexture: componentDefinition$50,
|
|
159
|
-
Invert: componentDefinition$51,
|
|
160
|
-
Kaleidoscope: componentDefinition$52,
|
|
161
|
-
LensFlare: componentDefinition$53,
|
|
162
|
-
LinearBlur: componentDefinition$54,
|
|
163
|
-
LinearGradient: componentDefinition$55,
|
|
164
|
-
Liquify: componentDefinition$56,
|
|
165
|
-
Mirror: componentDefinition$57,
|
|
166
|
-
MultiPointGradient: componentDefinition$58,
|
|
167
|
-
Neon: componentDefinition$59,
|
|
168
|
-
Paper: componentDefinition$60,
|
|
169
|
-
Perspective: componentDefinition$61,
|
|
170
|
-
Pixelate: componentDefinition$62,
|
|
171
|
-
Plasma: componentDefinition$63,
|
|
172
|
-
PolarCoordinates: componentDefinition$64,
|
|
173
|
-
Polygon: componentDefinition$65,
|
|
174
|
-
Posterize: componentDefinition$66,
|
|
175
|
-
ProgressiveBlur: componentDefinition$67,
|
|
176
|
-
RadialGradient: componentDefinition$68,
|
|
177
|
-
RectangularCoordinates: componentDefinition$69,
|
|
178
|
-
Ring: componentDefinition$70,
|
|
179
|
-
Ripples: componentDefinition$71,
|
|
180
|
-
RoundedRect: componentDefinition$72,
|
|
181
|
-
Saturation: componentDefinition$73,
|
|
182
|
-
Sharpness: componentDefinition$74,
|
|
183
|
-
Shatter: componentDefinition$75,
|
|
184
|
-
SimplexNoise: componentDefinition$76,
|
|
185
|
-
SineWave: componentDefinition$77,
|
|
186
|
-
Solarize: componentDefinition$78,
|
|
187
|
-
SolidColor: componentDefinition$79,
|
|
188
|
-
Spherize: componentDefinition$80,
|
|
189
|
-
Spiral: componentDefinition$81,
|
|
190
|
-
Star: componentDefinition$82,
|
|
191
|
-
Strands: componentDefinition$83,
|
|
192
|
-
Stretch: componentDefinition$84,
|
|
193
|
-
Stripes: componentDefinition$85,
|
|
194
|
-
StudioBackground: componentDefinition$86,
|
|
195
|
-
Swirl: componentDefinition$87,
|
|
196
|
-
TiltShift: componentDefinition$88,
|
|
197
|
-
Tint: componentDefinition$89,
|
|
198
|
-
Trapezoid: componentDefinition$90,
|
|
199
|
-
Tritone: componentDefinition$91,
|
|
200
|
-
Truchet: componentDefinition$92,
|
|
201
|
-
Twirl: componentDefinition$93,
|
|
202
|
-
Vesica: componentDefinition$94,
|
|
203
|
-
VHS: componentDefinition$95,
|
|
204
|
-
Vibrance: componentDefinition$96,
|
|
205
|
-
VideoTexture: componentDefinition$97,
|
|
206
|
-
Vignette: componentDefinition$98,
|
|
207
|
-
Voronoi: componentDefinition$99,
|
|
208
|
-
WaveDistortion: componentDefinition$100,
|
|
209
|
-
Weave: componentDefinition$101,
|
|
210
|
-
WebcamTexture: componentDefinition$102,
|
|
211
|
-
ZoomBlur: componentDefinition$103
|
|
212
|
-
};
|
|
213
|
-
Object.entries(shaderDefinitions).forEach(([fileName, def]) => {
|
|
214
|
-
const propsMetadata = {};
|
|
215
|
-
if (def.props) Object.entries(def.props).forEach(([propName, propConfig]) => {
|
|
216
|
-
if (propConfig.ui) propsMetadata[propName] = {
|
|
217
|
-
ui: propConfig.ui,
|
|
218
|
-
default: propConfig.default,
|
|
219
|
-
description: propConfig.description
|
|
220
|
-
};
|
|
221
|
-
});
|
|
222
|
-
registry[def.name] = {
|
|
223
|
-
name: def.name,
|
|
224
|
-
fileName,
|
|
225
|
-
category: def.category || "Uncategorized",
|
|
226
|
-
definition: def,
|
|
227
|
-
propsMetadata
|
|
228
|
-
};
|
|
229
|
-
});
|
|
230
|
-
return registry;
|
|
231
|
-
};
|
|
232
|
-
const shaderRegistry = createShaderRegistry();
|
|
233
|
-
function getAllShaders() {
|
|
234
|
-
return Object.values(shaderRegistry);
|
|
235
|
-
}
|
|
236
|
-
function getShaderByName(name) {
|
|
237
|
-
return shaderRegistry[name];
|
|
238
|
-
}
|
|
239
|
-
function getShadersByCategory(category) {
|
|
240
|
-
return Object.values(shaderRegistry).filter((shader) => shader.category === category);
|
|
241
|
-
}
|
|
242
|
-
function getShaderCategories() {
|
|
243
|
-
const categories = new Set(Object.values(shaderRegistry).map((shader) => shader.category));
|
|
244
|
-
return Array.from(categories).sort();
|
|
245
|
-
}
|
|
246
|
-
export { shaderRegistry as a, getShadersByCategory as i, getShaderByName as n, getShaderCategories as r, getAllShaders as t };
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/core/{RectangularCoordinates-COkNDxi0.js → RectangularCoordinates-8Sa2GaDy.js}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|