shaders 2.5.117 → 2.5.119
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/BarShift-2XBhva1A.js +141 -0
- package/dist/core/{Blur-DG7lJKPo.js → Blur-5_t3tR_g.js} +1 -1
- package/dist/core/BrickPattern-BfTsjp4I.js +175 -0
- package/dist/core/{ChannelBlur-BhcCkwcO.js → ChannelBlur-DWgS3nhn.js} +1 -1
- package/dist/core/Chevron-BKZjAXR_.js +142 -0
- package/dist/core/ColorWheel-BQUKQPM-.js +140 -0
- package/dist/core/{Crescent-DiioCL2k.js → Crescent-ppz7W7eM.js} +1 -1
- package/dist/core/{Cross-CxQTHuxC.js → Cross-BfNOtQ6s.js} +1 -1
- package/dist/core/{Crystal-B3iO7o_n.js → Crystal-QsQoy8fZ.js} +1 -1
- package/dist/core/{Ellipse-iwH-zEvD.js → Ellipse-sWhNvW9-.js} +1 -1
- package/dist/core/{Emboss-B4i61QDT.js → Emboss-DGaubb9x.js} +1 -1
- package/dist/core/{Flower-CdHVKJKu.js → Flower-BbRNrXIa.js} +1 -1
- package/dist/core/FractalNoise-Ccufnbw6.js +184 -0
- package/dist/core/{Glass-B19xsZLn.js → Glass-CXT1jdLw.js} +2 -2
- package/dist/core/{Glow-CsTZA75y.js → Glow-5PP4-rM9.js} +1 -1
- package/dist/core/Marble-DkHLcqFD.js +124 -0
- package/dist/core/{Neon-BeGABHrs.js → Neon-DQDB7hAE.js} +1 -1
- package/dist/core/{Polygon-_3DSqSBg.js → Polygon-C6_siOs0.js} +1 -1
- package/dist/core/{ProgressiveBlur-Dh8W2bZ3.js → ProgressiveBlur-BJwJ5mE0.js} +1 -1
- package/dist/core/{Ring-4J6h5Iof.js → Ring-CtnDtTY8.js} +1 -1
- package/dist/core/{RoundedRect-Dj-gqOc0.js → RoundedRect-tnt7Jr5b.js} +1 -1
- package/dist/core/{SmokeFill-rM9vUIm4.js → SmokeFill-DzEtYeKN.js} +1 -1
- package/dist/core/{Star-CJ4mkBZg.js → Star-0Flymgm9.js} +1 -1
- package/dist/core/SunBurst-D9X1-buZ.js +127 -0
- package/dist/core/{TiltShift-DSQ-CsXz.js → TiltShift-r4qzPb2k.js} +1 -1
- package/dist/core/{Trapezoid-P9gXhH9a.js → Trapezoid-JmybJMUr.js} +1 -1
- package/dist/core/{Vesica-DYov_i53.js → Vesica-D7iqgpJg.js} +1 -1
- package/dist/core/{VideoTexture-Cr1f0IOE.js → VideoTexture-D9XxE1Hw.js} +1 -1
- package/dist/core/{WebcamTexture-BQJpZvC5.js → WebcamTexture-9Td8qQWm.js} +1 -1
- package/dist/core/index.js +179 -121
- package/dist/core/registry.js +117 -110
- package/dist/core/renderer.d.ts.map +1 -1
- package/dist/core/shaderRegistry-CO5SCxc6.js +270 -0
- package/dist/core/shaderRegistry.d.ts.map +1 -1
- package/dist/core/shaders/BarShift/index.d.ts +47 -0
- package/dist/core/shaders/BarShift/index.d.ts.map +1 -0
- package/dist/core/shaders/BarShift/index.js +6 -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 +2 -2
- package/dist/core/shaders/BrickPattern/index.d.ts +79 -0
- package/dist/core/shaders/BrickPattern/index.d.ts.map +1 -0
- package/dist/core/shaders/BrickPattern/index.js +5 -0
- 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 +2 -2
- package/dist/core/shaders/Checkerboard/index.js +1 -1
- package/dist/core/shaders/Chevron/index.d.ts +66 -0
- package/dist/core/shaders/Chevron/index.d.ts.map +1 -0
- package/dist/core/shaders/Chevron/index.js +5 -0
- 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/ColorWheel/index.d.ts +62 -0
- package/dist/core/shaders/ColorWheel/index.d.ts.map +1 -0
- package/dist/core/shaders/ColorWheel/index.js +5 -0
- package/dist/core/shaders/ConcentricSpin/index.js +1 -1
- package/dist/core/shaders/ConicGradient/index.js +1 -1
- package/dist/core/shaders/ContourLines/index.js +1 -1
- package/dist/core/shaders/Crescent/index.js +2 -2
- package/dist/core/shaders/Cross/index.js +2 -2
- package/dist/core/shaders/Crystal/index.js +2 -2
- package/dist/core/shaders/CursorRipples/index.js +1 -1
- package/dist/core/shaders/CursorTrail/index.js +1 -1
- package/dist/core/shaders/DOMTexture/index.js +1 -1
- package/dist/core/shaders/DiamondGradient/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/DropShadow/index.js +1 -1
- package/dist/core/shaders/Duotone/index.js +1 -1
- package/dist/core/shaders/Ellipse/index.js +2 -2
- package/dist/core/shaders/Emboss/index.js +2 -2
- 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 +2 -2
- 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.d.ts +67 -0
- package/dist/core/shaders/FractalNoise/index.d.ts.map +1 -0
- package/dist/core/shaders/FractalNoise/index.js +5 -0
- package/dist/core/shaders/Glass/index.js +3 -3
- 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/Marble/index.d.ts +61 -0
- package/dist/core/shaders/Marble/index.d.ts.map +1 -0
- package/dist/core/shaders/Marble/index.js +5 -0
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- package/dist/core/shaders/Ripples/index.js +1 -1
- package/dist/core/shaders/RoundedRect/index.js +2 -2
- 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 +2 -2
- 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 +2 -2
- 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.d.ts +61 -0
- package/dist/core/shaders/SunBurst/index.d.ts.map +1 -0
- package/dist/core/shaders/SunBurst/index.js +4 -0
- 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 +2 -2
- 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 +2 -2
- 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/js/createShader.js +1 -1
- package/dist/js/utils/generatePresetCode.d.ts.map +1 -1
- package/dist/js/utils/generatePresetCode.js +97 -0
- package/dist/react/BarShift.js +217 -0
- package/dist/react/BrickPattern.js +217 -0
- package/dist/react/Chevron.js +217 -0
- package/dist/react/ColorWheel.js +217 -0
- package/dist/react/FractalNoise.js +217 -0
- package/dist/react/Marble.js +217 -0
- package/dist/react/Preview.js +7 -0
- package/dist/react/Shader.js +1 -1
- package/dist/react/SunBurst.js +217 -0
- package/dist/react/bundle.js +268 -268
- package/dist/react/components/BarShift.d.ts +35 -0
- package/dist/react/components/BarShift.d.ts.map +1 -0
- package/dist/react/components/BrickPattern.d.ts +38 -0
- package/dist/react/components/BrickPattern.d.ts.map +1 -0
- package/dist/react/components/Chevron.d.ts +37 -0
- package/dist/react/components/Chevron.d.ts.map +1 -0
- package/dist/react/components/ColorWheel.d.ts +34 -0
- package/dist/react/components/ColorWheel.d.ts.map +1 -0
- package/dist/react/components/FractalNoise.d.ts +36 -0
- package/dist/react/components/FractalNoise.d.ts.map +1 -0
- package/dist/react/components/Marble.d.ts +35 -0
- package/dist/react/components/Marble.d.ts.map +1 -0
- package/dist/react/components/SunBurst.d.ts +36 -0
- package/dist/react/components/SunBurst.d.ts.map +1 -0
- package/dist/react/engine/Preview.d.ts.map +1 -1
- package/dist/react/index.d.ts +7 -0
- package/dist/react/index.d.ts.map +1 -1
- package/dist/react/index.js +8 -1
- package/dist/react/utils/generatePresetCode.d.ts.map +1 -1
- package/dist/react/utils/generatePresetCode.js +97 -0
- package/dist/registry.js +2160 -258
- package/dist/solid/components/BarShift.d.ts +32 -0
- package/dist/solid/components/BarShift.d.ts.map +1 -0
- package/dist/solid/components/BarShift.js +228 -0
- package/dist/solid/components/BrickPattern.d.ts +35 -0
- package/dist/solid/components/BrickPattern.d.ts.map +1 -0
- package/dist/solid/components/BrickPattern.js +228 -0
- package/dist/solid/components/Chevron.d.ts +34 -0
- package/dist/solid/components/Chevron.d.ts.map +1 -0
- package/dist/solid/components/Chevron.js +228 -0
- package/dist/solid/components/ColorWheel.d.ts +31 -0
- package/dist/solid/components/ColorWheel.d.ts.map +1 -0
- package/dist/solid/components/ColorWheel.js +228 -0
- package/dist/solid/components/FractalNoise.d.ts +33 -0
- package/dist/solid/components/FractalNoise.d.ts.map +1 -0
- package/dist/solid/components/FractalNoise.js +228 -0
- package/dist/solid/components/Marble.d.ts +32 -0
- package/dist/solid/components/Marble.d.ts.map +1 -0
- package/dist/solid/components/Marble.js +228 -0
- package/dist/solid/components/SunBurst.d.ts +33 -0
- package/dist/solid/components/SunBurst.d.ts.map +1 -0
- package/dist/solid/components/SunBurst.js +228 -0
- package/dist/solid/engine/Preview.d.ts.map +1 -1
- package/dist/solid/engine/Preview.js +196 -182
- package/dist/solid/engine/Shader.js +1 -1
- package/dist/solid/index.d.ts +7 -0
- package/dist/solid/index.d.ts.map +1 -1
- package/dist/solid/index.js +230 -216
- package/dist/solid/utils/generatePresetCode.d.ts.map +1 -1
- package/dist/solid/utils/generatePresetCode.js +97 -0
- package/dist/svelte/components/BarShift.svelte.d.ts +22 -0
- package/dist/svelte/components/BrickPattern.svelte.d.ts +25 -0
- package/dist/svelte/components/Chevron.svelte.d.ts +24 -0
- package/dist/svelte/components/ColorWheel.svelte.d.ts +21 -0
- package/dist/svelte/components/FractalNoise.svelte.d.ts +23 -0
- package/dist/svelte/components/Marble.svelte.d.ts +22 -0
- package/dist/svelte/components/SunBurst.svelte.d.ts +23 -0
- package/dist/svelte/index.d.ts +7 -0
- package/dist/svelte/index.js +2049 -649
- package/dist/svelte/source/components/BarShift.svelte +328 -0
- package/dist/svelte/source/components/BrickPattern.svelte +331 -0
- package/dist/svelte/source/components/Chevron.svelte +330 -0
- package/dist/svelte/source/components/ColorWheel.svelte +327 -0
- package/dist/svelte/source/components/FractalNoise.svelte +329 -0
- package/dist/svelte/source/components/Marble.svelte +328 -0
- package/dist/svelte/source/components/SunBurst.svelte +329 -0
- package/dist/svelte/source/engine/Preview.svelte +14 -0
- package/dist/svelte/source/index.js +7 -0
- package/dist/svelte/utils/generatePresetCode.js +97 -0
- package/dist/vue/BarShift.js +3 -0
- package/dist/vue/BarShift.vue_vue_type_script_setup_true_lang.js +218 -0
- package/dist/vue/BrickPattern.js +3 -0
- package/dist/vue/BrickPattern.vue_vue_type_script_setup_true_lang.js +223 -0
- package/dist/vue/Chevron.js +3 -0
- package/dist/vue/Chevron.vue_vue_type_script_setup_true_lang.js +221 -0
- package/dist/vue/ColorWheel.js +3 -0
- package/dist/vue/ColorWheel.vue_vue_type_script_setup_true_lang.js +220 -0
- package/dist/vue/FractalNoise.js +3 -0
- package/dist/vue/FractalNoise.vue_vue_type_script_setup_true_lang.js +221 -0
- package/dist/vue/Marble.js +3 -0
- package/dist/vue/Marble.vue_vue_type_script_setup_true_lang.js +220 -0
- package/dist/vue/Preview.vue_vue_type_script_setup_true_lang.js +14 -0
- package/dist/vue/Shader.vue_vue_type_script_setup_true_lang.js +1 -1
- package/dist/vue/SunBurst.js +3 -0
- package/dist/vue/SunBurst.vue_vue_type_script_setup_true_lang.js +220 -0
- package/dist/vue/components/BarShift.vue.d.ts +57 -0
- package/dist/vue/components/BarShift.vue.d.ts.map +1 -0
- package/dist/vue/components/BrickPattern.vue.d.ts +60 -0
- package/dist/vue/components/BrickPattern.vue.d.ts.map +1 -0
- package/dist/vue/components/Chevron.vue.d.ts +59 -0
- package/dist/vue/components/Chevron.vue.d.ts.map +1 -0
- package/dist/vue/components/ColorWheel.vue.d.ts +56 -0
- package/dist/vue/components/ColorWheel.vue.d.ts.map +1 -0
- package/dist/vue/components/FractalNoise.vue.d.ts +58 -0
- package/dist/vue/components/FractalNoise.vue.d.ts.map +1 -0
- package/dist/vue/components/Marble.vue.d.ts +57 -0
- package/dist/vue/components/Marble.vue.d.ts.map +1 -0
- package/dist/vue/components/SunBurst.vue.d.ts +58 -0
- package/dist/vue/components/SunBurst.vue.d.ts.map +1 -0
- package/dist/vue/index.d.ts +7 -0
- package/dist/vue/index.d.ts.map +1 -1
- package/dist/vue/index.js +8 -1
- package/dist/vue/utils/generatePresetCode.d.ts.map +1 -1
- package/dist/vue/utils/generatePresetCode.js +97 -0
- package/package.json +142 -1
- package/dist/core/shaderRegistry-Ceu0nAxP.js +0 -256
- /package/dist/core/{Beam-mvF5Ri7_.js → Beam-B3BX08lR.js} +0 -0
- /package/dist/core/{Blob-CLHx5s6k.js → Blob-B7IFHhVB.js} +0 -0
- /package/dist/core/{BrightnessContrast-CJTOpQCn.js → BrightnessContrast-GppIqtkO.js} +0 -0
- /package/dist/core/{Bulge-wflTcWfI.js → Bulge-DMOATSEs.js} +0 -0
- /package/dist/core/{CRTScreen-CTwXU-NX.js → CRTScreen-corekL_R.js} +0 -0
- /package/dist/core/{Checkerboard-Db7Rb57F.js → Checkerboard-BVBGTvd-.js} +0 -0
- /package/dist/core/{ChromaFlow-DbiVz3hF.js → ChromaFlow-C0guw_LP.js} +0 -0
- /package/dist/core/{ChromaticAberration-Bg_I4XF-.js → ChromaticAberration-vygkvgz-.js} +0 -0
- /package/dist/core/{Circle-Bfi2e0Vm.js → Circle-BycqVCMt.js} +0 -0
- /package/dist/core/{ConcentricSpin-bAFd5_WI.js → ConcentricSpin-CO3Kx1I1.js} +0 -0
- /package/dist/core/{ConicGradient-Bcw4_25S.js → ConicGradient-DRvVwiSj.js} +0 -0
- /package/dist/core/{ContourLines-CcQWPKLx.js → ContourLines-s4waN3uU.js} +0 -0
- /package/dist/core/{CursorRipples-CsYAXG2E.js → CursorRipples-CLP7Sinv.js} +0 -0
- /package/dist/core/{CursorTrail-CUtEP_-P.js → CursorTrail-CshoSM5Y.js} +0 -0
- /package/dist/core/{DOMTexture-D-RkeyMs.js → DOMTexture-Ec0k6AnK.js} +0 -0
- /package/dist/core/{DiamondGradient-3b93bdrv.js → DiamondGradient-D6eyjZOn.js} +0 -0
- /package/dist/core/{DiffuseBlur-61Vuq571.js → DiffuseBlur-BjvXHmJx.js} +0 -0
- /package/dist/core/{Dither-Cv0Uci60.js → Dither-z6s-TFg7.js} +0 -0
- /package/dist/core/{DotGrid-C88Sux6D.js → DotGrid-BxAAGO4F.js} +0 -0
- /package/dist/core/{DropShadow-EZyCC_97.js → DropShadow-CR3cecIQ.js} +0 -0
- /package/dist/core/{Duotone-D4ads1T9.js → Duotone-PwTfBBtM.js} +0 -0
- /package/dist/core/{FallingLines-CQBvwLqn.js → FallingLines-DqIZ8wTH.js} +0 -0
- /package/dist/core/{FilmGrain-DSJiMtEp.js → FilmGrain-Dbw02Jz9.js} +0 -0
- /package/dist/core/{FloatingParticles-BAvsQDhF.js → FloatingParticles-C4sLwGyT.js} +0 -0
- /package/dist/core/{FlowField-D2xJ0Xr4.js → FlowField-D3CAHBBG.js} +0 -0
- /package/dist/core/{FlowingGradient-DVDnNpGd.js → FlowingGradient-BRQ_K-k3.js} +0 -0
- /package/dist/core/{FlutedGlass-trmBFfQr.js → FlutedGlass-CyFWN_SM.js} +0 -0
- /package/dist/core/{Fog-DrsxPyih.js → Fog-CLGVVVeo.js} +0 -0
- /package/dist/core/{Form3D-D1TtCjk8.js → Form3D-8tPyUgh4.js} +0 -0
- /package/dist/core/{GlassTiles-CMx4NyO-.js → GlassTiles-CXJHjEBe.js} +0 -0
- /package/dist/core/{Glitch-BdygvJKe.js → Glitch-Bg9W-KNm.js} +0 -0
- /package/dist/core/{Godrays-Mvz7ha2E.js → Godrays-DHXKsw5B.js} +0 -0
- /package/dist/core/{Grayscale-ChaVI3AW.js → Grayscale-DgXoUcmg.js} +0 -0
- /package/dist/core/{Grid-CsD21Eqg.js → Grid-DwyhjFAT.js} +0 -0
- /package/dist/core/{GridDistortion-BcDqBh9i.js → GridDistortion-DJ8S-96Y.js} +0 -0
- /package/dist/core/{Group-BqVJ4S7i.js → Group-DmgNNlDd.js} +0 -0
- /package/dist/core/{Halftone-3ImN5uQi.js → Halftone-x9boWkFW.js} +0 -0
- /package/dist/core/{HexGrid-BWwIHYEg.js → HexGrid-BUsgyF8P.js} +0 -0
- /package/dist/core/{HueShift-C1RxETwN.js → HueShift-D3_5D7jx.js} +0 -0
- /package/dist/core/{ImageTexture-DXhgMEOT.js → ImageTexture-6ZzBt79u.js} +0 -0
- /package/dist/core/{Invert-D3tc2UGp.js → Invert-kXxY97QJ.js} +0 -0
- /package/dist/core/{Kaleidoscope-D1HmcoOv.js → Kaleidoscope-D4jRcZCt.js} +0 -0
- /package/dist/core/{LensFlare-Be-Z9whi.js → LensFlare-D7vypE2Q.js} +0 -0
- /package/dist/core/{LinearBlur-xrHtMmWp.js → LinearBlur-2hspd2YP.js} +0 -0
- /package/dist/core/{LinearGradient-BiIad_hA.js → LinearGradient-glCc9IaB.js} +0 -0
- /package/dist/core/{Liquify-DkTxZZFW.js → Liquify-uZjs0wcu.js} +0 -0
- /package/dist/core/{Mirror-BDTE51kP.js → Mirror-Dv5fOEp6.js} +0 -0
- /package/dist/core/{MultiPointGradient-Bd-EGOI8.js → MultiPointGradient-Dvt1GUiv.js} +0 -0
- /package/dist/core/{Paper-BmeUPAFe.js → Paper-DNP2-hPM.js} +0 -0
- /package/dist/core/{Perspective-CqweSeFv.js → Perspective-CAIchX9p.js} +0 -0
- /package/dist/core/{Pixelate-DqZcUKFK.js → Pixelate-BbT3Rrf2.js} +0 -0
- /package/dist/core/{Plasma-DqKLBDYd.js → Plasma-D9rhkH2y.js} +0 -0
- /package/dist/core/{PolarCoordinates-CKT4CLT7.js → PolarCoordinates-2RBCk-fo.js} +0 -0
- /package/dist/core/{Posterize-CxYemXTn.js → Posterize-DNxTRgvF.js} +0 -0
- /package/dist/core/{RadialGradient-Dj3-DdO7.js → RadialGradient-CQIctl__.js} +0 -0
- /package/dist/core/{RectangularCoordinates-DxeLJ2nt.js → RectangularCoordinates-F2VzXmal.js} +0 -0
- /package/dist/core/{Ripples-CXeVzwUd.js → Ripples-B4H0VoZb.js} +0 -0
- /package/dist/core/{Saturation-n-aXJS81.js → Saturation-6FlxHXSi.js} +0 -0
- /package/dist/core/{Sharpness-7tm7b-Bu.js → Sharpness-C4cJlBuh.js} +0 -0
- /package/dist/core/{Shatter-CDza7dSw.js → Shatter-CnkycTRD.js} +0 -0
- /package/dist/core/{SimplexNoise-HQTocBLm.js → SimplexNoise-BnRaoxON.js} +0 -0
- /package/dist/core/{SineWave-S6nK8ZHR.js → SineWave-CZ4Fanvr.js} +0 -0
- /package/dist/core/{Smoke-DjlArYQW.js → Smoke-CXPjGG-b.js} +0 -0
- /package/dist/core/{Solarize-gNMmd47z.js → Solarize-CynVlxjT.js} +0 -0
- /package/dist/core/{SolidColor-a8bCIksn.js → SolidColor-dCAOGC_P.js} +0 -0
- /package/dist/core/{Spherize-BHmD2ajL.js → Spherize-C77QGVWj.js} +0 -0
- /package/dist/core/{Spiral-Bjsi8BMH.js → Spiral-eN65wa6O.js} +0 -0
- /package/dist/core/{Strands-C9fEwaiR.js → Strands-DnWJDGiO.js} +0 -0
- /package/dist/core/{Stretch-Cvht8B0L.js → Stretch-B5XGF1bF.js} +0 -0
- /package/dist/core/{Stripes-ChVSAeCO.js → Stripes-CNXJpFyr.js} +0 -0
- /package/dist/core/{StudioBackground-B8hilROB.js → StudioBackground-DtiE2mCf.js} +0 -0
- /package/dist/core/{Swirl-DZTPLx-W.js → Swirl-BV6pN94G.js} +0 -0
- /package/dist/core/{Tint-P7KwJAU5.js → Tint-CJ8FQdzA.js} +0 -0
- /package/dist/core/{Tritone-_9VR2bhu.js → Tritone-D_QvxjGc.js} +0 -0
- /package/dist/core/{Truchet-CbL5nYMj.js → Truchet-BJeZS_JQ.js} +0 -0
- /package/dist/core/{Twirl-C_97m32v.js → Twirl-8ayqS0n8.js} +0 -0
- /package/dist/core/{VHS-DbNjgUEX.js → VHS-Gbec95K_.js} +0 -0
- /package/dist/core/{Vibrance-IDvmP1Xw.js → Vibrance-COKHmh8r.js} +0 -0
- /package/dist/core/{Vignette-DmYVHciL.js → Vignette-Y_2yono-.js} +0 -0
- /package/dist/core/{Voronoi-kngFpTNB.js → Voronoi-DQ_f6k5D.js} +0 -0
- /package/dist/core/{WaveDistortion-DM-f_XCw.js → WaveDistortion-R5FfwKQN.js} +0 -0
- /package/dist/core/{Weave-DO0m0Dsh.js → Weave-DJ4s3Gwc.js} +0 -0
- /package/dist/core/{WorleyNoise-Derik4n-.js → WorleyNoise-CWytDfGH.js} +0 -0
- /package/dist/core/{ZoomBlur-BdLC9MCq.js → ZoomBlur-DWFQVFMK.js} +0 -0
- /package/dist/core/{browser-CsOpQ0L_.js → browser-BamVDhaZ.js} +0 -0
- /package/dist/core/{computeBlur-DCRhuYEi.js → computeBlur-CprKe0xa.js} +0 -0
- /package/dist/core/{sdf-DyC2H_qS.js → sdf-D_EAGXhN.js} +0 -0
|
@@ -1,256 +0,0 @@
|
|
|
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 "./Beam-mvF5Ri7_.js";
|
|
5
|
-
import { n as componentDefinition$4 } from "./Blob-CLHx5s6k.js";
|
|
6
|
-
import { n as componentDefinition$5 } from "./Blur-DG7lJKPo.js";
|
|
7
|
-
import { n as componentDefinition$6 } from "./BrightnessContrast-CJTOpQCn.js";
|
|
8
|
-
import { n as componentDefinition$7 } from "./Bulge-wflTcWfI.js";
|
|
9
|
-
import { n as componentDefinition$8 } from "./ChannelBlur-BhcCkwcO.js";
|
|
10
|
-
import { n as componentDefinition$9 } from "./Checkerboard-Db7Rb57F.js";
|
|
11
|
-
import { n as componentDefinition$10 } from "./ChromaFlow-DbiVz3hF.js";
|
|
12
|
-
import { n as componentDefinition$11 } from "./ChromaticAberration-Bg_I4XF-.js";
|
|
13
|
-
import { n as componentDefinition$12 } from "./Circle-Bfi2e0Vm.js";
|
|
14
|
-
import { n as componentDefinition$13 } from "./ConcentricSpin-bAFd5_WI.js";
|
|
15
|
-
import { n as componentDefinition$14 } from "./ConicGradient-Bcw4_25S.js";
|
|
16
|
-
import { n as componentDefinition$15 } from "./ContourLines-CcQWPKLx.js";
|
|
17
|
-
import { n as componentDefinition$16 } from "./Crescent-DiioCL2k.js";
|
|
18
|
-
import { n as componentDefinition$17 } from "./Cross-CxQTHuxC.js";
|
|
19
|
-
import { n as componentDefinition$18 } from "./CRTScreen-CTwXU-NX.js";
|
|
20
|
-
import { n as componentDefinition$19 } from "./Crystal-B3iO7o_n.js";
|
|
21
|
-
import { n as componentDefinition$20 } from "./CursorRipples-CsYAXG2E.js";
|
|
22
|
-
import { n as componentDefinition$21 } from "./CursorTrail-CUtEP_-P.js";
|
|
23
|
-
import { n as componentDefinition$22 } from "./DiamondGradient-3b93bdrv.js";
|
|
24
|
-
import { n as componentDefinition$23 } from "./DiffuseBlur-61Vuq571.js";
|
|
25
|
-
import { n as componentDefinition$24 } from "./Dither-Cv0Uci60.js";
|
|
26
|
-
import { n as componentDefinition$25 } from "./DOMTexture-D-RkeyMs.js";
|
|
27
|
-
import { n as componentDefinition$26 } from "./DotGrid-C88Sux6D.js";
|
|
28
|
-
import { n as componentDefinition$27 } from "./DropShadow-EZyCC_97.js";
|
|
29
|
-
import { n as componentDefinition$28 } from "./Duotone-D4ads1T9.js";
|
|
30
|
-
import { n as componentDefinition$29 } from "./Ellipse-iwH-zEvD.js";
|
|
31
|
-
import { n as componentDefinition$30 } from "./Emboss-B4i61QDT.js";
|
|
32
|
-
import { n as componentDefinition$31 } from "./FallingLines-CQBvwLqn.js";
|
|
33
|
-
import { n as componentDefinition$32 } from "./FilmGrain-DSJiMtEp.js";
|
|
34
|
-
import { n as componentDefinition$33 } from "./FloatingParticles-BAvsQDhF.js";
|
|
35
|
-
import { n as componentDefinition$34 } from "./Flower-CdHVKJKu.js";
|
|
36
|
-
import { n as componentDefinition$35 } from "./FlowField-D2xJ0Xr4.js";
|
|
37
|
-
import { n as componentDefinition$36 } from "./FlowingGradient-DVDnNpGd.js";
|
|
38
|
-
import { n as componentDefinition$37 } from "./FlutedGlass-trmBFfQr.js";
|
|
39
|
-
import { n as componentDefinition$38 } from "./Fog-DrsxPyih.js";
|
|
40
|
-
import { n as componentDefinition$39 } from "./Form3D-D1TtCjk8.js";
|
|
41
|
-
import { n as componentDefinition$40 } from "./Glass-B19xsZLn.js";
|
|
42
|
-
import { n as componentDefinition$41 } from "./GlassTiles-CMx4NyO-.js";
|
|
43
|
-
import { n as componentDefinition$42 } from "./Glitch-BdygvJKe.js";
|
|
44
|
-
import { n as componentDefinition$43 } from "./Glow-CsTZA75y.js";
|
|
45
|
-
import { n as componentDefinition$44 } from "./Godrays-Mvz7ha2E.js";
|
|
46
|
-
import { n as componentDefinition$45 } from "./Grayscale-ChaVI3AW.js";
|
|
47
|
-
import { n as componentDefinition$46 } from "./Grid-CsD21Eqg.js";
|
|
48
|
-
import { n as componentDefinition$47 } from "./GridDistortion-BcDqBh9i.js";
|
|
49
|
-
import { n as componentDefinition$48 } from "./Group-BqVJ4S7i.js";
|
|
50
|
-
import { n as componentDefinition$49 } from "./Halftone-3ImN5uQi.js";
|
|
51
|
-
import { n as componentDefinition$50 } from "./HexGrid-BWwIHYEg.js";
|
|
52
|
-
import { n as componentDefinition$51 } from "./HueShift-C1RxETwN.js";
|
|
53
|
-
import { n as componentDefinition$52 } from "./ImageTexture-DXhgMEOT.js";
|
|
54
|
-
import { n as componentDefinition$53 } from "./Invert-D3tc2UGp.js";
|
|
55
|
-
import { n as componentDefinition$54 } from "./Kaleidoscope-D1HmcoOv.js";
|
|
56
|
-
import { n as componentDefinition$55 } from "./LensFlare-Be-Z9whi.js";
|
|
57
|
-
import { n as componentDefinition$56 } from "./LinearBlur-xrHtMmWp.js";
|
|
58
|
-
import { n as componentDefinition$57 } from "./LinearGradient-BiIad_hA.js";
|
|
59
|
-
import { n as componentDefinition$58 } from "./Liquify-DkTxZZFW.js";
|
|
60
|
-
import { n as componentDefinition$59 } from "./Mirror-BDTE51kP.js";
|
|
61
|
-
import { n as componentDefinition$60 } from "./MultiPointGradient-Bd-EGOI8.js";
|
|
62
|
-
import { n as componentDefinition$61 } from "./Neon-BeGABHrs.js";
|
|
63
|
-
import { n as componentDefinition$62 } from "./Paper-BmeUPAFe.js";
|
|
64
|
-
import { n as componentDefinition$63 } from "./Perspective-CqweSeFv.js";
|
|
65
|
-
import { n as componentDefinition$64 } from "./Pixelate-DqZcUKFK.js";
|
|
66
|
-
import { n as componentDefinition$65 } from "./Plasma-DqKLBDYd.js";
|
|
67
|
-
import { n as componentDefinition$66 } from "./PolarCoordinates-CKT4CLT7.js";
|
|
68
|
-
import { n as componentDefinition$67 } from "./Polygon-_3DSqSBg.js";
|
|
69
|
-
import { n as componentDefinition$68 } from "./Posterize-CxYemXTn.js";
|
|
70
|
-
import { n as componentDefinition$69 } from "./ProgressiveBlur-Dh8W2bZ3.js";
|
|
71
|
-
import { n as componentDefinition$70 } from "./RadialGradient-Dj3-DdO7.js";
|
|
72
|
-
import { n as componentDefinition$71 } from "./RectangularCoordinates-DxeLJ2nt.js";
|
|
73
|
-
import { n as componentDefinition$72 } from "./Ring-4J6h5Iof.js";
|
|
74
|
-
import { n as componentDefinition$73 } from "./Ripples-CXeVzwUd.js";
|
|
75
|
-
import { n as componentDefinition$74 } from "./RoundedRect-Dj-gqOc0.js";
|
|
76
|
-
import { n as componentDefinition$75 } from "./Saturation-n-aXJS81.js";
|
|
77
|
-
import { n as componentDefinition$76 } from "./Sharpness-7tm7b-Bu.js";
|
|
78
|
-
import { n as componentDefinition$77 } from "./Shatter-CDza7dSw.js";
|
|
79
|
-
import { n as componentDefinition$78 } from "./SimplexNoise-HQTocBLm.js";
|
|
80
|
-
import { n as componentDefinition$79 } from "./SineWave-S6nK8ZHR.js";
|
|
81
|
-
import { n as componentDefinition$80 } from "./Smoke-DjlArYQW.js";
|
|
82
|
-
import { n as componentDefinition$81 } from "./SmokeFill-rM9vUIm4.js";
|
|
83
|
-
import { n as componentDefinition$82 } from "./Solarize-gNMmd47z.js";
|
|
84
|
-
import { n as componentDefinition$83 } from "./SolidColor-a8bCIksn.js";
|
|
85
|
-
import { n as componentDefinition$84 } from "./Spherize-BHmD2ajL.js";
|
|
86
|
-
import { n as componentDefinition$85 } from "./Spiral-Bjsi8BMH.js";
|
|
87
|
-
import { n as componentDefinition$86 } from "./Star-CJ4mkBZg.js";
|
|
88
|
-
import { n as componentDefinition$87 } from "./Strands-C9fEwaiR.js";
|
|
89
|
-
import { n as componentDefinition$88 } from "./Stretch-Cvht8B0L.js";
|
|
90
|
-
import { n as componentDefinition$89 } from "./Stripes-ChVSAeCO.js";
|
|
91
|
-
import { n as componentDefinition$90 } from "./StudioBackground-B8hilROB.js";
|
|
92
|
-
import { n as componentDefinition$91 } from "./Swirl-DZTPLx-W.js";
|
|
93
|
-
import { n as componentDefinition$92 } from "./TiltShift-DSQ-CsXz.js";
|
|
94
|
-
import { n as componentDefinition$93 } from "./Tint-P7KwJAU5.js";
|
|
95
|
-
import { n as componentDefinition$94 } from "./Trapezoid-P9gXhH9a.js";
|
|
96
|
-
import { n as componentDefinition$95 } from "./Tritone-_9VR2bhu.js";
|
|
97
|
-
import { n as componentDefinition$96 } from "./Truchet-CbL5nYMj.js";
|
|
98
|
-
import { n as componentDefinition$97 } from "./Twirl-C_97m32v.js";
|
|
99
|
-
import { n as componentDefinition$98 } from "./Vesica-DYov_i53.js";
|
|
100
|
-
import { n as componentDefinition$99 } from "./VHS-DbNjgUEX.js";
|
|
101
|
-
import { n as componentDefinition$100 } from "./Vibrance-IDvmP1Xw.js";
|
|
102
|
-
import { n as componentDefinition$101 } from "./VideoTexture-Cr1f0IOE.js";
|
|
103
|
-
import { n as componentDefinition$102 } from "./Vignette-DmYVHciL.js";
|
|
104
|
-
import { n as componentDefinition$103 } from "./Voronoi-kngFpTNB.js";
|
|
105
|
-
import { n as componentDefinition$104 } from "./WaveDistortion-DM-f_XCw.js";
|
|
106
|
-
import { n as componentDefinition$105 } from "./Weave-DO0m0Dsh.js";
|
|
107
|
-
import { n as componentDefinition$106 } from "./WebcamTexture-BQJpZvC5.js";
|
|
108
|
-
import { n as componentDefinition$107 } from "./WorleyNoise-Derik4n-.js";
|
|
109
|
-
import { n as componentDefinition$108 } from "./ZoomBlur-BdLC9MCq.js";
|
|
110
|
-
var createShaderRegistry = () => {
|
|
111
|
-
const registry = {};
|
|
112
|
-
const shaderDefinitions = {
|
|
113
|
-
AngularBlur: componentDefinition,
|
|
114
|
-
Ascii: componentDefinition$1,
|
|
115
|
-
Aurora: componentDefinition$2,
|
|
116
|
-
Beam: componentDefinition$3,
|
|
117
|
-
Blob: componentDefinition$4,
|
|
118
|
-
Blur: componentDefinition$5,
|
|
119
|
-
BrightnessContrast: componentDefinition$6,
|
|
120
|
-
Bulge: componentDefinition$7,
|
|
121
|
-
ChannelBlur: componentDefinition$8,
|
|
122
|
-
Checkerboard: componentDefinition$9,
|
|
123
|
-
ChromaFlow: componentDefinition$10,
|
|
124
|
-
ChromaticAberration: componentDefinition$11,
|
|
125
|
-
Circle: componentDefinition$12,
|
|
126
|
-
ConcentricSpin: componentDefinition$13,
|
|
127
|
-
ConicGradient: componentDefinition$14,
|
|
128
|
-
ContourLines: componentDefinition$15,
|
|
129
|
-
Crescent: componentDefinition$16,
|
|
130
|
-
Cross: componentDefinition$17,
|
|
131
|
-
CRTScreen: componentDefinition$18,
|
|
132
|
-
Crystal: componentDefinition$19,
|
|
133
|
-
CursorRipples: componentDefinition$20,
|
|
134
|
-
CursorTrail: componentDefinition$21,
|
|
135
|
-
DiamondGradient: componentDefinition$22,
|
|
136
|
-
DiffuseBlur: componentDefinition$23,
|
|
137
|
-
Dither: componentDefinition$24,
|
|
138
|
-
DOMTexture: componentDefinition$25,
|
|
139
|
-
DotGrid: componentDefinition$26,
|
|
140
|
-
DropShadow: componentDefinition$27,
|
|
141
|
-
Duotone: componentDefinition$28,
|
|
142
|
-
Ellipse: componentDefinition$29,
|
|
143
|
-
Emboss: componentDefinition$30,
|
|
144
|
-
FallingLines: componentDefinition$31,
|
|
145
|
-
FilmGrain: componentDefinition$32,
|
|
146
|
-
FloatingParticles: componentDefinition$33,
|
|
147
|
-
Flower: componentDefinition$34,
|
|
148
|
-
FlowField: componentDefinition$35,
|
|
149
|
-
FlowingGradient: componentDefinition$36,
|
|
150
|
-
FlutedGlass: componentDefinition$37,
|
|
151
|
-
Fog: componentDefinition$38,
|
|
152
|
-
Form3D: componentDefinition$39,
|
|
153
|
-
Glass: componentDefinition$40,
|
|
154
|
-
GlassTiles: componentDefinition$41,
|
|
155
|
-
Glitch: componentDefinition$42,
|
|
156
|
-
Glow: componentDefinition$43,
|
|
157
|
-
Godrays: componentDefinition$44,
|
|
158
|
-
Grayscale: componentDefinition$45,
|
|
159
|
-
Grid: componentDefinition$46,
|
|
160
|
-
GridDistortion: componentDefinition$47,
|
|
161
|
-
Group: componentDefinition$48,
|
|
162
|
-
Halftone: componentDefinition$49,
|
|
163
|
-
HexGrid: componentDefinition$50,
|
|
164
|
-
HueShift: componentDefinition$51,
|
|
165
|
-
ImageTexture: componentDefinition$52,
|
|
166
|
-
Invert: componentDefinition$53,
|
|
167
|
-
Kaleidoscope: componentDefinition$54,
|
|
168
|
-
LensFlare: componentDefinition$55,
|
|
169
|
-
LinearBlur: componentDefinition$56,
|
|
170
|
-
LinearGradient: componentDefinition$57,
|
|
171
|
-
Liquify: componentDefinition$58,
|
|
172
|
-
Mirror: componentDefinition$59,
|
|
173
|
-
MultiPointGradient: componentDefinition$60,
|
|
174
|
-
Neon: componentDefinition$61,
|
|
175
|
-
Paper: componentDefinition$62,
|
|
176
|
-
Perspective: componentDefinition$63,
|
|
177
|
-
Pixelate: componentDefinition$64,
|
|
178
|
-
Plasma: componentDefinition$65,
|
|
179
|
-
PolarCoordinates: componentDefinition$66,
|
|
180
|
-
Polygon: componentDefinition$67,
|
|
181
|
-
Posterize: componentDefinition$68,
|
|
182
|
-
ProgressiveBlur: componentDefinition$69,
|
|
183
|
-
RadialGradient: componentDefinition$70,
|
|
184
|
-
RectangularCoordinates: componentDefinition$71,
|
|
185
|
-
Ring: componentDefinition$72,
|
|
186
|
-
Ripples: componentDefinition$73,
|
|
187
|
-
RoundedRect: componentDefinition$74,
|
|
188
|
-
Saturation: componentDefinition$75,
|
|
189
|
-
Sharpness: componentDefinition$76,
|
|
190
|
-
Shatter: componentDefinition$77,
|
|
191
|
-
SimplexNoise: componentDefinition$78,
|
|
192
|
-
SineWave: componentDefinition$79,
|
|
193
|
-
Smoke: componentDefinition$80,
|
|
194
|
-
SmokeFill: componentDefinition$81,
|
|
195
|
-
Solarize: componentDefinition$82,
|
|
196
|
-
SolidColor: componentDefinition$83,
|
|
197
|
-
Spherize: componentDefinition$84,
|
|
198
|
-
Spiral: componentDefinition$85,
|
|
199
|
-
Star: componentDefinition$86,
|
|
200
|
-
Strands: componentDefinition$87,
|
|
201
|
-
Stretch: componentDefinition$88,
|
|
202
|
-
Stripes: componentDefinition$89,
|
|
203
|
-
StudioBackground: componentDefinition$90,
|
|
204
|
-
Swirl: componentDefinition$91,
|
|
205
|
-
TiltShift: componentDefinition$92,
|
|
206
|
-
Tint: componentDefinition$93,
|
|
207
|
-
Trapezoid: componentDefinition$94,
|
|
208
|
-
Tritone: componentDefinition$95,
|
|
209
|
-
Truchet: componentDefinition$96,
|
|
210
|
-
Twirl: componentDefinition$97,
|
|
211
|
-
Vesica: componentDefinition$98,
|
|
212
|
-
VHS: componentDefinition$99,
|
|
213
|
-
Vibrance: componentDefinition$100,
|
|
214
|
-
VideoTexture: componentDefinition$101,
|
|
215
|
-
Vignette: componentDefinition$102,
|
|
216
|
-
Voronoi: componentDefinition$103,
|
|
217
|
-
WaveDistortion: componentDefinition$104,
|
|
218
|
-
Weave: componentDefinition$105,
|
|
219
|
-
WebcamTexture: componentDefinition$106,
|
|
220
|
-
WorleyNoise: componentDefinition$107,
|
|
221
|
-
ZoomBlur: componentDefinition$108
|
|
222
|
-
};
|
|
223
|
-
Object.entries(shaderDefinitions).forEach(([fileName, def]) => {
|
|
224
|
-
const propsMetadata = {};
|
|
225
|
-
if (def.props) Object.entries(def.props).forEach(([propName, propConfig]) => {
|
|
226
|
-
if (propConfig.ui) propsMetadata[propName] = {
|
|
227
|
-
ui: propConfig.ui,
|
|
228
|
-
default: propConfig.default,
|
|
229
|
-
description: propConfig.description
|
|
230
|
-
};
|
|
231
|
-
});
|
|
232
|
-
registry[def.name] = {
|
|
233
|
-
name: def.name,
|
|
234
|
-
fileName,
|
|
235
|
-
category: def.category || "Uncategorized",
|
|
236
|
-
definition: def,
|
|
237
|
-
propsMetadata
|
|
238
|
-
};
|
|
239
|
-
});
|
|
240
|
-
return registry;
|
|
241
|
-
};
|
|
242
|
-
const shaderRegistry = createShaderRegistry();
|
|
243
|
-
function getAllShaders() {
|
|
244
|
-
return Object.values(shaderRegistry);
|
|
245
|
-
}
|
|
246
|
-
function getShaderByName(name) {
|
|
247
|
-
return shaderRegistry[name];
|
|
248
|
-
}
|
|
249
|
-
function getShadersByCategory(category) {
|
|
250
|
-
return Object.values(shaderRegistry).filter((shader) => shader.category === category);
|
|
251
|
-
}
|
|
252
|
-
function getShaderCategories() {
|
|
253
|
-
const categories = new Set(Object.values(shaderRegistry).map((shader) => shader.category));
|
|
254
|
-
return Array.from(categories).sort();
|
|
255
|
-
}
|
|
256
|
-
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
|
|
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-DxeLJ2nt.js → RectangularCoordinates-F2VzXmal.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
|