shaders 2.5.87 → 2.5.89
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/ConicGradient-BXXizzIs.js +92 -0
- package/dist/core/{Crescent-DnFexzlT.js → Crescent-DPxGWdPH.js} +1 -1
- package/dist/core/{Cross-rsVMygBv.js → Cross-CDyzf8TT.js} +1 -1
- package/dist/core/{Crystal-z-2qqfhQ.js → Crystal-DSuN8TNY.js} +1 -1
- package/dist/core/DiamondGradient-TsOxHjg_.js +123 -0
- package/dist/core/DropShadow-_VJqd8du.js +131 -0
- package/dist/core/{Ellipse-CJFK20Xl.js → Ellipse-BvlGDQyZ.js} +1 -1
- package/dist/core/{Emboss-DWXpvlZO.js → Emboss-CF-BN_CQ.js} +1 -1
- package/dist/core/{Flower-BST3LQVi.js → Flower-ByQNUJyZ.js} +1 -1
- package/dist/core/{Glass-BDHs6Enu.js → Glass-BGy9jsiS.js} +1 -1
- package/dist/core/{Grid-CV2iJqlk.js → Grid-Dweeo8b2.js} +32 -6
- package/dist/core/HexGrid-KxwCqF1D.js +85 -0
- package/dist/core/MultiPointGradient-BcjurHeM.js +181 -0
- package/dist/core/{Neon-gsfaMvGq.js → Neon-CRC16G0F.js} +1 -1
- package/dist/core/{Plasma-LpGeN0eG.js → Plasma-Cuv1eJhl.js} +2 -2
- package/dist/core/{Polygon-BeqB8MSz.js → Polygon-2V8po0Ba.js} +1 -1
- package/dist/core/RadialGradient-niSnNlOF.js +123 -0
- package/dist/core/{Ring-DJl9JUMR.js → Ring-BiKv_lr2.js} +1 -1
- package/dist/core/{RoundedRect--rHP7xW4.js → RoundedRect-BjOTRXb0.js} +1 -1
- package/dist/core/Solarize-B0aT_8tE.js +47 -0
- package/dist/core/{Star-CxI_taxd.js → Star-DJnks6B5.js} +1 -1
- package/dist/core/{Trapezoid-D7qg9Gc5.js → Trapezoid-CoK8i1IS.js} +1 -1
- package/dist/core/Truchet-Bz6ETvSS.js +100 -0
- package/dist/core/{Vesica-p8oNtcOH.js → Vesica-BELYZ5M8.js} +1 -1
- package/dist/core/{VideoTexture-ChFw0jKS.js → VideoTexture-C90aUnt4.js} +1 -1
- package/dist/core/Vignette-B94FMFBz.js +84 -0
- package/dist/core/Voronoi-DPWvdZ05.js +152 -0
- package/dist/core/Weave-DzZv1-19.js +95 -0
- package/dist/core/{WebcamTexture-CF1nwkNG.js → WebcamTexture-7SK_C_Xf.js} +1 -1
- package/dist/core/index.js +91 -81
- package/dist/core/registry.js +91 -81
- package/dist/core/shaderRegistry-DICjiu4V.js +242 -0
- package/dist/core/shaderRegistry.d.ts.map +1 -1
- package/dist/core/shaders/CRTScreen/index.js +1 -1
- package/dist/core/shaders/ConicGradient/index.d.ts +48 -0
- package/dist/core/shaders/ConicGradient/index.d.ts.map +1 -0
- package/dist/core/shaders/ConicGradient/index.js +4 -0
- 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/DiamondGradient/index.d.ts +60 -0
- package/dist/core/shaders/DiamondGradient/index.d.ts.map +1 -0
- package/dist/core/shaders/DiamondGradient/index.js +4 -0
- 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.d.ts +39 -0
- package/dist/core/shaders/DropShadow/index.d.ts.map +1 -0
- package/dist/core/shaders/DropShadow/index.js +4 -0
- 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/Form3D/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.js +1 -1
- package/dist/core/shaders/Godrays/index.js +1 -1
- package/dist/core/shaders/Grayscale/index.js +1 -1
- package/dist/core/shaders/Grid/index.d.ts +6 -0
- package/dist/core/shaders/Grid/index.d.ts.map +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.d.ts +41 -0
- package/dist/core/shaders/HexGrid/index.d.ts.map +1 -0
- package/dist/core/shaders/HexGrid/index.js +4 -0
- 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.d.ts +84 -0
- package/dist/core/shaders/MultiPointGradient/index.d.ts.map +1 -0
- package/dist/core/shaders/MultiPointGradient/index.js +3 -0
- 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 +1 -1
- package/dist/core/shaders/RadialGradient/index.d.ts +18 -0
- package/dist/core/shaders/RadialGradient/index.d.ts.map +1 -1
- 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/Solarize/index.d.ts +19 -0
- package/dist/core/shaders/Solarize/index.d.ts.map +1 -0
- package/dist/core/shaders/Solarize/index.js +2 -0
- 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/Swirl/index.js +1 -1
- package/dist/core/shaders/TiltShift/index.js +1 -1
- package/dist/core/shaders/Tint/index.js +1 -1
- package/dist/core/shaders/Trapezoid/index.js +2 -2
- package/dist/core/shaders/Tritone/index.js +1 -1
- package/dist/core/shaders/Truchet/index.d.ts +47 -0
- package/dist/core/shaders/Truchet/index.d.ts.map +1 -0
- package/dist/core/shaders/Truchet/index.js +4 -0
- package/dist/core/shaders/Twirl/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.d.ts +40 -0
- package/dist/core/shaders/Vignette/index.d.ts.map +1 -0
- package/dist/core/shaders/Vignette/index.js +3 -0
- package/dist/core/shaders/Voronoi/index.d.ts +67 -0
- package/dist/core/shaders/Voronoi/index.d.ts.map +1 -0
- package/dist/core/shaders/Voronoi/index.js +5 -0
- package/dist/core/shaders/WaveDistortion/index.js +1 -1
- package/dist/core/shaders/Weave/index.d.ts +40 -0
- package/dist/core/shaders/Weave/index.d.ts.map +1 -0
- package/dist/core/shaders/Weave/index.js +3 -0
- package/dist/core/shaders/WebcamTexture/index.js +2 -2
- 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 +141 -1
- package/dist/react/ConicGradient.js +181 -0
- package/dist/react/DiamondGradient.js +181 -0
- package/dist/react/DropShadow.js +181 -0
- package/dist/react/HexGrid.js +181 -0
- package/dist/react/MultiPointGradient.js +181 -0
- package/dist/react/Preview.js +10 -0
- package/dist/react/Shader.js +1 -1
- package/dist/react/Solarize.js +181 -0
- package/dist/react/Truchet.js +181 -0
- package/dist/react/Vignette.js +181 -0
- package/dist/react/Voronoi.js +181 -0
- package/dist/react/Weave.js +181 -0
- package/dist/react/components/ConicGradient.d.ts +35 -0
- package/dist/react/components/ConicGradient.d.ts.map +1 -0
- package/dist/react/components/DiamondGradient.d.ts +37 -0
- package/dist/react/components/DiamondGradient.d.ts.map +1 -0
- package/dist/react/components/DropShadow.d.ts +36 -0
- package/dist/react/components/DropShadow.d.ts.map +1 -0
- package/dist/react/components/Grid.d.ts +2 -1
- package/dist/react/components/Grid.d.ts.map +1 -1
- package/dist/react/components/HexGrid.d.ts +34 -0
- package/dist/react/components/HexGrid.d.ts.map +1 -0
- package/dist/react/components/MultiPointGradient.d.ts +38 -0
- package/dist/react/components/MultiPointGradient.d.ts.map +1 -0
- package/dist/react/components/RadialGradient.d.ts +4 -1
- package/dist/react/components/RadialGradient.d.ts.map +1 -1
- package/dist/react/components/Solarize.d.ts +34 -0
- package/dist/react/components/Solarize.d.ts.map +1 -0
- package/dist/react/components/Truchet.d.ts +35 -0
- package/dist/react/components/Truchet.d.ts.map +1 -0
- package/dist/react/components/Vignette.d.ts +36 -0
- package/dist/react/components/Vignette.d.ts.map +1 -0
- package/dist/react/components/Voronoi.d.ts +36 -0
- package/dist/react/components/Voronoi.d.ts.map +1 -0
- package/dist/react/components/Weave.d.ts +35 -0
- package/dist/react/components/Weave.d.ts.map +1 -0
- package/dist/react/engine/Preview.d.ts.map +1 -1
- package/dist/react/index.d.ts +10 -0
- package/dist/react/index.d.ts.map +1 -1
- package/dist/react/index.js +11 -1
- package/dist/react/utils/generatePresetCode.d.ts.map +1 -1
- package/dist/react/utils/generatePresetCode.js +141 -1
- package/dist/registry.js +2315 -267
- package/dist/solid/components/ConicGradient.d.ts +32 -0
- package/dist/solid/components/ConicGradient.d.ts.map +1 -0
- package/dist/solid/components/ConicGradient.js +183 -0
- package/dist/solid/components/DiamondGradient.d.ts +34 -0
- package/dist/solid/components/DiamondGradient.d.ts.map +1 -0
- package/dist/solid/components/DiamondGradient.js +183 -0
- package/dist/solid/components/DropShadow.d.ts +33 -0
- package/dist/solid/components/DropShadow.d.ts.map +1 -0
- package/dist/solid/components/DropShadow.js +183 -0
- package/dist/solid/components/Grid.d.ts +2 -1
- package/dist/solid/components/Grid.d.ts.map +1 -1
- package/dist/solid/components/HexGrid.d.ts +31 -0
- package/dist/solid/components/HexGrid.d.ts.map +1 -0
- package/dist/solid/components/HexGrid.js +183 -0
- package/dist/solid/components/MultiPointGradient.d.ts +35 -0
- package/dist/solid/components/MultiPointGradient.d.ts.map +1 -0
- package/dist/solid/components/MultiPointGradient.js +183 -0
- package/dist/solid/components/RadialGradient.d.ts +4 -1
- package/dist/solid/components/RadialGradient.d.ts.map +1 -1
- package/dist/solid/components/Solarize.d.ts +31 -0
- package/dist/solid/components/Solarize.d.ts.map +1 -0
- package/dist/solid/components/Solarize.js +183 -0
- package/dist/solid/components/Truchet.d.ts +32 -0
- package/dist/solid/components/Truchet.d.ts.map +1 -0
- package/dist/solid/components/Truchet.js +183 -0
- package/dist/solid/components/Vignette.d.ts +33 -0
- package/dist/solid/components/Vignette.d.ts.map +1 -0
- package/dist/solid/components/Vignette.js +183 -0
- package/dist/solid/components/Voronoi.d.ts +33 -0
- package/dist/solid/components/Voronoi.d.ts.map +1 -0
- package/dist/solid/components/Voronoi.js +183 -0
- package/dist/solid/components/Weave.d.ts +32 -0
- package/dist/solid/components/Weave.d.ts.map +1 -0
- package/dist/solid/components/Weave.js +183 -0
- package/dist/solid/engine/Preview.d.ts.map +1 -1
- package/dist/solid/engine/Preview.js +200 -180
- package/dist/solid/engine/Shader.js +1 -1
- package/dist/solid/index.d.ts +10 -0
- package/dist/solid/index.d.ts.map +1 -1
- package/dist/solid/index.js +178 -158
- package/dist/solid/utils/generatePresetCode.d.ts.map +1 -1
- package/dist/solid/utils/generatePresetCode.js +141 -1
- package/dist/svelte/components/ConicGradient.svelte.d.ts +22 -0
- package/dist/svelte/components/DiamondGradient.svelte.d.ts +24 -0
- package/dist/svelte/components/DropShadow.svelte.d.ts +23 -0
- package/dist/svelte/components/Grid.svelte.d.ts +1 -0
- package/dist/svelte/components/HexGrid.svelte.d.ts +21 -0
- package/dist/svelte/components/MultiPointGradient.svelte.d.ts +25 -0
- package/dist/svelte/components/RadialGradient.svelte.d.ts +3 -0
- package/dist/svelte/components/Solarize.svelte.d.ts +21 -0
- package/dist/svelte/components/Truchet.svelte.d.ts +22 -0
- package/dist/svelte/components/Vignette.svelte.d.ts +23 -0
- package/dist/svelte/components/Voronoi.svelte.d.ts +23 -0
- package/dist/svelte/components/Weave.svelte.d.ts +22 -0
- package/dist/svelte/{generatePresetCode-BzFhasGi.js → generatePresetCode-C7KnCLnD.js} +141 -1
- package/dist/svelte/index.d.ts +10 -0
- package/dist/svelte/index.js +1810 -340
- package/dist/svelte/source/components/ConicGradient.svelte +289 -0
- package/dist/svelte/source/components/DiamondGradient.svelte +291 -0
- package/dist/svelte/source/components/DropShadow.svelte +290 -0
- package/dist/svelte/source/components/Grid.svelte +1 -0
- package/dist/svelte/source/components/HexGrid.svelte +288 -0
- package/dist/svelte/source/components/MultiPointGradient.svelte +292 -0
- package/dist/svelte/source/components/RadialGradient.svelte +3 -0
- package/dist/svelte/source/components/Solarize.svelte +288 -0
- package/dist/svelte/source/components/Truchet.svelte +289 -0
- package/dist/svelte/source/components/Vignette.svelte +290 -0
- package/dist/svelte/source/components/Voronoi.svelte +290 -0
- package/dist/svelte/source/components/Weave.svelte +289 -0
- package/dist/svelte/source/engine/Preview.svelte +20 -0
- package/dist/svelte/source/index.js +10 -0
- package/dist/svelte/utils/generatePresetCode.js +1 -1
- package/dist/vue/ConicGradient.js +3 -0
- package/dist/vue/ConicGradient.vue_vue_type_script_setup_true_lang.js +171 -0
- package/dist/vue/DiamondGradient.js +3 -0
- package/dist/vue/DiamondGradient.vue_vue_type_script_setup_true_lang.js +173 -0
- package/dist/vue/DropShadow.js +3 -0
- package/dist/vue/DropShadow.vue_vue_type_script_setup_true_lang.js +170 -0
- package/dist/vue/Grid.vue_vue_type_script_setup_true_lang.js +1 -0
- package/dist/vue/HexGrid.js +3 -0
- package/dist/vue/HexGrid.vue_vue_type_script_setup_true_lang.js +170 -0
- package/dist/vue/MultiPointGradient.js +3 -0
- package/dist/vue/MultiPointGradient.vue_vue_type_script_setup_true_lang.js +176 -0
- package/dist/vue/Preview.vue_vue_type_script_setup_true_lang.js +20 -0
- package/dist/vue/RadialGradient.vue_vue_type_script_setup_true_lang.js +3 -0
- package/dist/vue/Shader.vue_vue_type_script_setup_true_lang.js +1 -1
- package/dist/vue/Solarize.js +3 -0
- package/dist/vue/Solarize.vue_vue_type_script_setup_true_lang.js +167 -0
- package/dist/vue/Truchet.js +3 -0
- package/dist/vue/Truchet.vue_vue_type_script_setup_true_lang.js +171 -0
- package/dist/vue/Vignette.js +3 -0
- package/dist/vue/Vignette.vue_vue_type_script_setup_true_lang.js +170 -0
- package/dist/vue/Voronoi.js +3 -0
- package/dist/vue/Voronoi.vue_vue_type_script_setup_true_lang.js +174 -0
- package/dist/vue/Weave.js +3 -0
- package/dist/vue/Weave.vue_vue_type_script_setup_true_lang.js +170 -0
- package/dist/vue/components/ConicGradient.vue.d.ts +57 -0
- package/dist/vue/components/ConicGradient.vue.d.ts.map +1 -0
- package/dist/vue/components/DiamondGradient.vue.d.ts +59 -0
- package/dist/vue/components/DiamondGradient.vue.d.ts.map +1 -0
- package/dist/vue/components/DropShadow.vue.d.ts +58 -0
- package/dist/vue/components/DropShadow.vue.d.ts.map +1 -0
- package/dist/vue/components/Grid.vue.d.ts +1 -0
- package/dist/vue/components/Grid.vue.d.ts.map +1 -1
- package/dist/vue/components/HexGrid.vue.d.ts +56 -0
- package/dist/vue/components/HexGrid.vue.d.ts.map +1 -0
- package/dist/vue/components/MultiPointGradient.vue.d.ts +60 -0
- package/dist/vue/components/MultiPointGradient.vue.d.ts.map +1 -0
- package/dist/vue/components/RadialGradient.vue.d.ts +3 -0
- package/dist/vue/components/RadialGradient.vue.d.ts.map +1 -1
- package/dist/vue/components/Solarize.vue.d.ts +56 -0
- package/dist/vue/components/Solarize.vue.d.ts.map +1 -0
- package/dist/vue/components/Truchet.vue.d.ts +57 -0
- package/dist/vue/components/Truchet.vue.d.ts.map +1 -0
- package/dist/vue/components/Vignette.vue.d.ts +58 -0
- package/dist/vue/components/Vignette.vue.d.ts.map +1 -0
- package/dist/vue/components/Voronoi.vue.d.ts +58 -0
- package/dist/vue/components/Voronoi.vue.d.ts.map +1 -0
- package/dist/vue/components/Weave.vue.d.ts +57 -0
- package/dist/vue/components/Weave.vue.d.ts.map +1 -0
- package/dist/vue/index.d.ts +10 -0
- package/dist/vue/index.d.ts.map +1 -1
- package/dist/vue/index.js +11 -1
- package/dist/vue/utils/generatePresetCode.d.ts.map +1 -1
- package/dist/vue/utils/generatePresetCode.js +141 -1
- package/package.json +106 -1
- package/dist/core/RadialGradient-BMmhr2qB.js +0 -75
- package/dist/core/shaderRegistry-O96t1zA9.js +0 -222
- /package/dist/core/{CRTScreen-BZ-sAmPZ.js → CRTScreen-DolQEkb1.js} +0 -0
- /package/dist/core/{ContourLines-yEb5IJ1Y.js → ContourLines-C0XSJEkE.js} +0 -0
- /package/dist/core/{CursorRipples-CkVMs3DF.js → CursorRipples-n_xEDr10.js} +0 -0
- /package/dist/core/{CursorTrail-1D7ymT9O.js → CursorTrail-Dm2pOh9x.js} +0 -0
- /package/dist/core/{DiffuseBlur-BAq1jHVB.js → DiffuseBlur-BqIV4JLM.js} +0 -0
- /package/dist/core/{Dither-U_UFB8oZ.js → Dither-D_YF6z03.js} +0 -0
- /package/dist/core/{DotGrid-BzAsAVrt.js → DotGrid-Cv_aCN_c.js} +0 -0
- /package/dist/core/{Duotone-CuIRHH_k.js → Duotone-Db9kfzCs.js} +0 -0
- /package/dist/core/{FallingLines-BQzBwOy0.js → FallingLines-CTa8zuvs.js} +0 -0
- /package/dist/core/{FilmGrain-Birzz05_.js → FilmGrain-SrB3ZXIg.js} +0 -0
- /package/dist/core/{FloatingParticles-shoqY6fm.js → FloatingParticles-BVUK6GlL.js} +0 -0
- /package/dist/core/{FlowField-CJdtd3Za.js → FlowField-CF95xOBc.js} +0 -0
- /package/dist/core/{FlowingGradient-Dsuqf7Yn.js → FlowingGradient-DhOce4wJ.js} +0 -0
- /package/dist/core/{Form3D-Czd8VBcU.js → Form3D-CcBdpCQr.js} +0 -0
- /package/dist/core/{GlassTiles-CQFngHS9.js → GlassTiles-LsfUL0JT.js} +0 -0
- /package/dist/core/{Glitch-q3H4XH_K.js → Glitch-DuQ-dtyM.js} +0 -0
- /package/dist/core/{Glow-BltxRvyM.js → Glow-CsiZkj9_.js} +0 -0
- /package/dist/core/{Godrays-YxezlRHu.js → Godrays-CoSL15CM.js} +0 -0
- /package/dist/core/{Grayscale-D_RwmAV3.js → Grayscale-BrwJ4_uW.js} +0 -0
- /package/dist/core/{GridDistortion-JCuvWcoV.js → GridDistortion-DIarsmKa.js} +0 -0
- /package/dist/core/{Group-CeA8FtS3.js → Group-Cc3_0QdC.js} +0 -0
- /package/dist/core/{Halftone-4oL_AA-D.js → Halftone-nfr7eNaT.js} +0 -0
- /package/dist/core/{HueShift-7Gv8BV4v.js → HueShift-kNK2rEVM.js} +0 -0
- /package/dist/core/{ImageTexture-BaVcRld1.js → ImageTexture-acllbA1z.js} +0 -0
- /package/dist/core/{Invert-D_jzp4D9.js → Invert-CMnUhHo2.js} +0 -0
- /package/dist/core/{Kaleidoscope-Baz9Fu8k.js → Kaleidoscope-CgnidMrq.js} +0 -0
- /package/dist/core/{LensFlare-Dyv84bAb.js → LensFlare-CkCTGuKS.js} +0 -0
- /package/dist/core/{LinearBlur-ZGWbzIt4.js → LinearBlur-ByirUCm_.js} +0 -0
- /package/dist/core/{LinearGradient-CZGPiyHq.js → LinearGradient-B2ErQXPL.js} +0 -0
- /package/dist/core/{Liquify-DrWLq2Kz.js → Liquify-BTyJAOmV.js} +0 -0
- /package/dist/core/{Mirror-C5LuGm-w.js → Mirror-CAW37Y13.js} +0 -0
- /package/dist/core/{Paper-BVuYd7u4.js → Paper-Dkh14pIW.js} +0 -0
- /package/dist/core/{Perspective-CqV-lhEE.js → Perspective-CyG4fNaI.js} +0 -0
- /package/dist/core/{Pixelate-DrG7QsBR.js → Pixelate-DkD_q_Ma.js} +0 -0
- /package/dist/core/{PolarCoordinates-CiNUC56M.js → PolarCoordinates-iQB2vg0q.js} +0 -0
- /package/dist/core/{Posterize-CGEUVRt_.js → Posterize-Bnf3EUfk.js} +0 -0
- /package/dist/core/{ProgressiveBlur-jEam9zrU.js → ProgressiveBlur-Bc_dXikb.js} +0 -0
- /package/dist/core/{RectangularCoordinates-Cj-d2ol3.js → RectangularCoordinates-DbQ25OTz.js} +0 -0
- /package/dist/core/{Ripples-r12S7WG7.js → Ripples-Daco0GPY.js} +0 -0
- /package/dist/core/{Saturation-BAORnZso.js → Saturation-BNWZN-nJ.js} +0 -0
- /package/dist/core/{Sharpness-CFzYBYlL.js → Sharpness-tRNM2arG.js} +0 -0
- /package/dist/core/{Shatter-avsezFDy.js → Shatter-Cyq_lBjn.js} +0 -0
- /package/dist/core/{SimplexNoise-BjoeAe6H.js → SimplexNoise-DSvDs4b7.js} +0 -0
- /package/dist/core/{SineWave-B-2YxAht.js → SineWave-Beim8Xoe.js} +0 -0
- /package/dist/core/{SolidColor-2o0vQu86.js → SolidColor-kt6ayyXz.js} +0 -0
- /package/dist/core/{Spherize-DKJKva6y.js → Spherize-u6gO2hh2.js} +0 -0
- /package/dist/core/{Spiral-Dzsm_AJG.js → Spiral-DRpE_jsz.js} +0 -0
- /package/dist/core/{Strands-42wUIQMv.js → Strands-BqCaitMb.js} +0 -0
- /package/dist/core/{Stretch-BVPICFxU.js → Stretch-TztFP3F2.js} +0 -0
- /package/dist/core/{Stripes-DpWPzhd5.js → Stripes-UYWf5Cmn.js} +0 -0
- /package/dist/core/{StudioBackground-CxOYZ28g.js → StudioBackground-CvKGt77W.js} +0 -0
- /package/dist/core/{Swirl-CaQpQWY2.js → Swirl-YCWu5OJE.js} +0 -0
- /package/dist/core/{TiltShift-yJYvxA1V.js → TiltShift-DKibnYzM.js} +0 -0
- /package/dist/core/{Tint-BR2yMhfB.js → Tint-aVYSCIlD.js} +0 -0
- /package/dist/core/{Tritone-PTTYWr_w.js → Tritone-Cn0ugwld.js} +0 -0
- /package/dist/core/{Twirl-CE2yzv3_.js → Twirl-Dk8y9GcM.js} +0 -0
- /package/dist/core/{Vibrance-CljpZu_J.js → Vibrance-Cdx5A_q2.js} +0 -0
- /package/dist/core/{WaveDistortion-BSt0JJbk.js → WaveDistortion-C7mIgJok.js} +0 -0
- /package/dist/core/{ZoomBlur-CAeswzf5.js → ZoomBlur-DUcqnggc.js} +0 -0
- /package/dist/core/{browser-CWKHEzb9.js → browser-CpS3EEFG.js} +0 -0
- /package/dist/core/{sdf-CZRX0uur.js → sdf-Bux00UoZ.js} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "shaders",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.89",
|
|
4
4
|
"description": "Shader magic for modern frontends",
|
|
5
5
|
"author": "Shader Effects Inc.",
|
|
6
6
|
"homepage": "https://shaders.com/",
|
|
@@ -557,6 +557,81 @@
|
|
|
557
557
|
"types": "./dist/core/shaders/Crystal/index.d.ts",
|
|
558
558
|
"import": "./dist/core/shaders/Crystal/index.js",
|
|
559
559
|
"require": "./dist/core/shaders/Crystal/index.js"
|
|
560
|
+
},
|
|
561
|
+
"./core/ConicGradient": {
|
|
562
|
+
"types": "./dist/core/shaders/ConicGradient/index.d.ts",
|
|
563
|
+
"import": "./dist/core/shaders/ConicGradient/index.js",
|
|
564
|
+
"require": "./dist/core/shaders/ConicGradient/index.js"
|
|
565
|
+
},
|
|
566
|
+
"./core/DiamondGradient": {
|
|
567
|
+
"types": "./dist/core/shaders/DiamondGradient/index.d.ts",
|
|
568
|
+
"import": "./dist/core/shaders/DiamondGradient/index.js",
|
|
569
|
+
"require": "./dist/core/shaders/DiamondGradient/index.js"
|
|
570
|
+
},
|
|
571
|
+
"./core/MeshGradient": {
|
|
572
|
+
"types": "./dist/core/shaders/MeshGradient/index.d.ts",
|
|
573
|
+
"import": "./dist/core/shaders/MeshGradient/index.js",
|
|
574
|
+
"require": "./dist/core/shaders/MeshGradient/index.js"
|
|
575
|
+
},
|
|
576
|
+
"./core/Solarize": {
|
|
577
|
+
"types": "./dist/core/shaders/Solarize/index.d.ts",
|
|
578
|
+
"import": "./dist/core/shaders/Solarize/index.js",
|
|
579
|
+
"require": "./dist/core/shaders/Solarize/index.js"
|
|
580
|
+
},
|
|
581
|
+
"./core/Triangle": {
|
|
582
|
+
"types": "./dist/core/shaders/Triangle/index.d.ts",
|
|
583
|
+
"import": "./dist/core/shaders/Triangle/index.js",
|
|
584
|
+
"require": "./dist/core/shaders/Triangle/index.js"
|
|
585
|
+
},
|
|
586
|
+
"./core/Vignette": {
|
|
587
|
+
"types": "./dist/core/shaders/Vignette/index.d.ts",
|
|
588
|
+
"import": "./dist/core/shaders/Vignette/index.js",
|
|
589
|
+
"require": "./dist/core/shaders/Vignette/index.js"
|
|
590
|
+
},
|
|
591
|
+
"./core/Voronoi": {
|
|
592
|
+
"types": "./dist/core/shaders/Voronoi/index.d.ts",
|
|
593
|
+
"import": "./dist/core/shaders/Voronoi/index.js",
|
|
594
|
+
"require": "./dist/core/shaders/Voronoi/index.js"
|
|
595
|
+
},
|
|
596
|
+
"./core/Crosshatch": {
|
|
597
|
+
"types": "./dist/core/shaders/Crosshatch/index.d.ts",
|
|
598
|
+
"import": "./dist/core/shaders/Crosshatch/index.js",
|
|
599
|
+
"require": "./dist/core/shaders/Crosshatch/index.js"
|
|
600
|
+
},
|
|
601
|
+
"./core/DropShadow": {
|
|
602
|
+
"types": "./dist/core/shaders/DropShadow/index.d.ts",
|
|
603
|
+
"import": "./dist/core/shaders/DropShadow/index.js",
|
|
604
|
+
"require": "./dist/core/shaders/DropShadow/index.js"
|
|
605
|
+
},
|
|
606
|
+
"./core/HexGrid": {
|
|
607
|
+
"types": "./dist/core/shaders/HexGrid/index.d.ts",
|
|
608
|
+
"import": "./dist/core/shaders/HexGrid/index.js",
|
|
609
|
+
"require": "./dist/core/shaders/HexGrid/index.js"
|
|
610
|
+
},
|
|
611
|
+
"./core/InnerGlow": {
|
|
612
|
+
"types": "./dist/core/shaders/InnerGlow/index.d.ts",
|
|
613
|
+
"import": "./dist/core/shaders/InnerGlow/index.js",
|
|
614
|
+
"require": "./dist/core/shaders/InnerGlow/index.js"
|
|
615
|
+
},
|
|
616
|
+
"./core/Outline": {
|
|
617
|
+
"types": "./dist/core/shaders/Outline/index.d.ts",
|
|
618
|
+
"import": "./dist/core/shaders/Outline/index.js",
|
|
619
|
+
"require": "./dist/core/shaders/Outline/index.js"
|
|
620
|
+
},
|
|
621
|
+
"./core/Truchet": {
|
|
622
|
+
"types": "./dist/core/shaders/Truchet/index.d.ts",
|
|
623
|
+
"import": "./dist/core/shaders/Truchet/index.js",
|
|
624
|
+
"require": "./dist/core/shaders/Truchet/index.js"
|
|
625
|
+
},
|
|
626
|
+
"./core/Weave": {
|
|
627
|
+
"types": "./dist/core/shaders/Weave/index.d.ts",
|
|
628
|
+
"import": "./dist/core/shaders/Weave/index.js",
|
|
629
|
+
"require": "./dist/core/shaders/Weave/index.js"
|
|
630
|
+
},
|
|
631
|
+
"./core/MultiPointGradient": {
|
|
632
|
+
"types": "./dist/core/shaders/MultiPointGradient/index.d.ts",
|
|
633
|
+
"import": "./dist/core/shaders/MultiPointGradient/index.js",
|
|
634
|
+
"require": "./dist/core/shaders/MultiPointGradient/index.js"
|
|
560
635
|
}
|
|
561
636
|
},
|
|
562
637
|
"typesVersions": {
|
|
@@ -648,6 +723,9 @@
|
|
|
648
723
|
"core/ConcentricSpin": [
|
|
649
724
|
"./dist/core/shaders/ConcentricSpin/index.d.ts"
|
|
650
725
|
],
|
|
726
|
+
"core/ConicGradient": [
|
|
727
|
+
"./dist/core/shaders/ConicGradient/index.d.ts"
|
|
728
|
+
],
|
|
651
729
|
"core/ContourLines": [
|
|
652
730
|
"./dist/core/shaders/ContourLines/index.d.ts"
|
|
653
731
|
],
|
|
@@ -666,6 +744,9 @@
|
|
|
666
744
|
"core/CursorTrail": [
|
|
667
745
|
"./dist/core/shaders/CursorTrail/index.d.ts"
|
|
668
746
|
],
|
|
747
|
+
"core/DiamondGradient": [
|
|
748
|
+
"./dist/core/shaders/DiamondGradient/index.d.ts"
|
|
749
|
+
],
|
|
669
750
|
"core/DiffuseBlur": [
|
|
670
751
|
"./dist/core/shaders/DiffuseBlur/index.d.ts"
|
|
671
752
|
],
|
|
@@ -675,6 +756,9 @@
|
|
|
675
756
|
"core/DotGrid": [
|
|
676
757
|
"./dist/core/shaders/DotGrid/index.d.ts"
|
|
677
758
|
],
|
|
759
|
+
"core/DropShadow": [
|
|
760
|
+
"./dist/core/shaders/DropShadow/index.d.ts"
|
|
761
|
+
],
|
|
678
762
|
"core/Duotone": [
|
|
679
763
|
"./dist/core/shaders/Duotone/index.d.ts"
|
|
680
764
|
],
|
|
@@ -735,6 +819,9 @@
|
|
|
735
819
|
"core/Halftone": [
|
|
736
820
|
"./dist/core/shaders/Halftone/index.d.ts"
|
|
737
821
|
],
|
|
822
|
+
"core/HexGrid": [
|
|
823
|
+
"./dist/core/shaders/HexGrid/index.d.ts"
|
|
824
|
+
],
|
|
738
825
|
"core/HueShift": [
|
|
739
826
|
"./dist/core/shaders/HueShift/index.d.ts"
|
|
740
827
|
],
|
|
@@ -762,6 +849,9 @@
|
|
|
762
849
|
"core/Mirror": [
|
|
763
850
|
"./dist/core/shaders/Mirror/index.d.ts"
|
|
764
851
|
],
|
|
852
|
+
"core/MultiPointGradient": [
|
|
853
|
+
"./dist/core/shaders/MultiPointGradient/index.d.ts"
|
|
854
|
+
],
|
|
765
855
|
"core/Neon": [
|
|
766
856
|
"./dist/core/shaders/Neon/index.d.ts"
|
|
767
857
|
],
|
|
@@ -819,6 +909,9 @@
|
|
|
819
909
|
"core/SineWave": [
|
|
820
910
|
"./dist/core/shaders/SineWave/index.d.ts"
|
|
821
911
|
],
|
|
912
|
+
"core/Solarize": [
|
|
913
|
+
"./dist/core/shaders/Solarize/index.d.ts"
|
|
914
|
+
],
|
|
822
915
|
"core/SolidColor": [
|
|
823
916
|
"./dist/core/shaders/SolidColor/index.d.ts"
|
|
824
917
|
],
|
|
@@ -858,6 +951,9 @@
|
|
|
858
951
|
"core/Tritone": [
|
|
859
952
|
"./dist/core/shaders/Tritone/index.d.ts"
|
|
860
953
|
],
|
|
954
|
+
"core/Truchet": [
|
|
955
|
+
"./dist/core/shaders/Truchet/index.d.ts"
|
|
956
|
+
],
|
|
861
957
|
"core/Twirl": [
|
|
862
958
|
"./dist/core/shaders/Twirl/index.d.ts"
|
|
863
959
|
],
|
|
@@ -870,9 +966,18 @@
|
|
|
870
966
|
"core/VideoTexture": [
|
|
871
967
|
"./dist/core/shaders/VideoTexture/index.d.ts"
|
|
872
968
|
],
|
|
969
|
+
"core/Vignette": [
|
|
970
|
+
"./dist/core/shaders/Vignette/index.d.ts"
|
|
971
|
+
],
|
|
972
|
+
"core/Voronoi": [
|
|
973
|
+
"./dist/core/shaders/Voronoi/index.d.ts"
|
|
974
|
+
],
|
|
873
975
|
"core/WaveDistortion": [
|
|
874
976
|
"./dist/core/shaders/WaveDistortion/index.d.ts"
|
|
875
977
|
],
|
|
978
|
+
"core/Weave": [
|
|
979
|
+
"./dist/core/shaders/Weave/index.d.ts"
|
|
980
|
+
],
|
|
876
981
|
"core/WebcamTexture": [
|
|
877
982
|
"./dist/core/shaders/WebcamTexture/index.d.ts"
|
|
878
983
|
],
|
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
import { a as transformColor, l as transformPosition, o as transformColorSpace, t as colorSpaceOptions } from "./transformations-B5lM6fYX.js";
|
|
2
|
-
import { t as mixColors } from "./colorMixing-BPpDnR5I.js";
|
|
3
|
-
import { distance, float, screenUV, vec2, viewportSize } from "three/tsl";
|
|
4
|
-
const componentDefinition = {
|
|
5
|
-
name: "RadialGradient",
|
|
6
|
-
category: "Textures",
|
|
7
|
-
description: "Radial gradient radiating from a center point",
|
|
8
|
-
props: {
|
|
9
|
-
colorA: {
|
|
10
|
-
default: "#ff0000",
|
|
11
|
-
transform: transformColor,
|
|
12
|
-
description: "The starting color at the center of the gradient",
|
|
13
|
-
ui: {
|
|
14
|
-
type: "color",
|
|
15
|
-
label: "Color A",
|
|
16
|
-
group: "Colors"
|
|
17
|
-
}
|
|
18
|
-
},
|
|
19
|
-
colorB: {
|
|
20
|
-
default: "#0000ff",
|
|
21
|
-
transform: transformColor,
|
|
22
|
-
description: "The ending color at the edge of the gradient",
|
|
23
|
-
ui: {
|
|
24
|
-
type: "color",
|
|
25
|
-
label: "Color B",
|
|
26
|
-
group: "Colors"
|
|
27
|
-
}
|
|
28
|
-
},
|
|
29
|
-
center: {
|
|
30
|
-
default: {
|
|
31
|
-
x: .5,
|
|
32
|
-
y: .5
|
|
33
|
-
},
|
|
34
|
-
transform: transformPosition,
|
|
35
|
-
description: "The center point of the radial gradient",
|
|
36
|
-
ui: {
|
|
37
|
-
type: "position",
|
|
38
|
-
label: "Center",
|
|
39
|
-
group: "Position"
|
|
40
|
-
}
|
|
41
|
-
},
|
|
42
|
-
radius: {
|
|
43
|
-
default: 1,
|
|
44
|
-
description: "The radius of the gradient (normalized, 0.0-1.0)",
|
|
45
|
-
ui: {
|
|
46
|
-
type: ["range", "map"],
|
|
47
|
-
min: 0,
|
|
48
|
-
max: 2,
|
|
49
|
-
step: .1,
|
|
50
|
-
label: "Radius",
|
|
51
|
-
group: "Effect"
|
|
52
|
-
}
|
|
53
|
-
},
|
|
54
|
-
colorSpace: {
|
|
55
|
-
default: "linear",
|
|
56
|
-
transform: transformColorSpace,
|
|
57
|
-
compileTime: true,
|
|
58
|
-
description: "Color space for color interpolation",
|
|
59
|
-
ui: {
|
|
60
|
-
type: "select",
|
|
61
|
-
options: colorSpaceOptions,
|
|
62
|
-
label: "Color Space",
|
|
63
|
-
group: "Colors"
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
},
|
|
67
|
-
fragmentNode: ({ uniforms }) => {
|
|
68
|
-
const uv$1 = screenUV;
|
|
69
|
-
const aspect = viewportSize.x.div(viewportSize.y);
|
|
70
|
-
const t = distance(vec2(uv$1.x.mul(aspect), uv$1.y), vec2(uniforms.center.uniform.x.mul(aspect), uniforms.center.uniform.y.oneMinus())).div(uniforms.radius.uniform).clamp(float(0), float(1));
|
|
71
|
-
return mixColors(uniforms.colorA.uniform, uniforms.colorB.uniform, t, uniforms.colorSpace.uniform.value);
|
|
72
|
-
}
|
|
73
|
-
};
|
|
74
|
-
var RadialGradient_default = componentDefinition;
|
|
75
|
-
export { componentDefinition as n, RadialGradient_default as t };
|
|
@@ -1,222 +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-56vuq_qL.js";
|
|
6
|
-
import { n as componentDefinition$5 } from "./Blur-DTyNQt1R.js";
|
|
7
|
-
import { n as componentDefinition$6 } from "./BrightnessContrast-BoR9bi58.js";
|
|
8
|
-
import { n as componentDefinition$7 } from "./Bulge-DN2R75Hp.js";
|
|
9
|
-
import { n as componentDefinition$8 } from "./ChannelBlur-CCaPXjka.js";
|
|
10
|
-
import { n as componentDefinition$9 } from "./Checkerboard-_IUtUrDv.js";
|
|
11
|
-
import { n as componentDefinition$10 } from "./ChromaFlow-Cq6hDVjX.js";
|
|
12
|
-
import { n as componentDefinition$11 } from "./ChromaticAberration-G8_bwQtD.js";
|
|
13
|
-
import { n as componentDefinition$12 } from "./Circle--0oHzoCi.js";
|
|
14
|
-
import { n as componentDefinition$13 } from "./ConcentricSpin-BzxzMieZ.js";
|
|
15
|
-
import { n as componentDefinition$14 } from "./ContourLines-yEb5IJ1Y.js";
|
|
16
|
-
import { n as componentDefinition$15 } from "./Crescent-DnFexzlT.js";
|
|
17
|
-
import { n as componentDefinition$16 } from "./Cross-rsVMygBv.js";
|
|
18
|
-
import { n as componentDefinition$17 } from "./CRTScreen-BZ-sAmPZ.js";
|
|
19
|
-
import { n as componentDefinition$18 } from "./Crystal-z-2qqfhQ.js";
|
|
20
|
-
import { n as componentDefinition$19 } from "./CursorRipples-CkVMs3DF.js";
|
|
21
|
-
import { n as componentDefinition$20 } from "./CursorTrail-1D7ymT9O.js";
|
|
22
|
-
import { n as componentDefinition$21 } from "./DiffuseBlur-BAq1jHVB.js";
|
|
23
|
-
import { n as componentDefinition$22 } from "./Dither-U_UFB8oZ.js";
|
|
24
|
-
import { n as componentDefinition$23 } from "./DotGrid-BzAsAVrt.js";
|
|
25
|
-
import { n as componentDefinition$24 } from "./Duotone-CuIRHH_k.js";
|
|
26
|
-
import { n as componentDefinition$25 } from "./Ellipse-CJFK20Xl.js";
|
|
27
|
-
import { n as componentDefinition$26 } from "./Emboss-DWXpvlZO.js";
|
|
28
|
-
import { n as componentDefinition$27 } from "./FallingLines-BQzBwOy0.js";
|
|
29
|
-
import { n as componentDefinition$28 } from "./FilmGrain-Birzz05_.js";
|
|
30
|
-
import { n as componentDefinition$29 } from "./FloatingParticles-shoqY6fm.js";
|
|
31
|
-
import { n as componentDefinition$30 } from "./Flower-BST3LQVi.js";
|
|
32
|
-
import { n as componentDefinition$31 } from "./FlowField-CJdtd3Za.js";
|
|
33
|
-
import { n as componentDefinition$32 } from "./FlowingGradient-Dsuqf7Yn.js";
|
|
34
|
-
import { n as componentDefinition$33 } from "./Form3D-Czd8VBcU.js";
|
|
35
|
-
import { n as componentDefinition$34 } from "./Glass-BDHs6Enu.js";
|
|
36
|
-
import { n as componentDefinition$35 } from "./GlassTiles-CQFngHS9.js";
|
|
37
|
-
import { n as componentDefinition$36 } from "./Glitch-q3H4XH_K.js";
|
|
38
|
-
import { n as componentDefinition$37 } from "./Glow-BltxRvyM.js";
|
|
39
|
-
import { n as componentDefinition$38 } from "./Godrays-YxezlRHu.js";
|
|
40
|
-
import { n as componentDefinition$39 } from "./Grayscale-D_RwmAV3.js";
|
|
41
|
-
import { n as componentDefinition$40 } from "./Grid-CV2iJqlk.js";
|
|
42
|
-
import { n as componentDefinition$41 } from "./GridDistortion-JCuvWcoV.js";
|
|
43
|
-
import { n as componentDefinition$42 } from "./Group-CeA8FtS3.js";
|
|
44
|
-
import { n as componentDefinition$43 } from "./Halftone-4oL_AA-D.js";
|
|
45
|
-
import { n as componentDefinition$44 } from "./HueShift-7Gv8BV4v.js";
|
|
46
|
-
import { n as componentDefinition$45 } from "./ImageTexture-BaVcRld1.js";
|
|
47
|
-
import { n as componentDefinition$46 } from "./Invert-D_jzp4D9.js";
|
|
48
|
-
import { n as componentDefinition$47 } from "./Kaleidoscope-Baz9Fu8k.js";
|
|
49
|
-
import { n as componentDefinition$48 } from "./LensFlare-Dyv84bAb.js";
|
|
50
|
-
import { n as componentDefinition$49 } from "./LinearBlur-ZGWbzIt4.js";
|
|
51
|
-
import { n as componentDefinition$50 } from "./LinearGradient-CZGPiyHq.js";
|
|
52
|
-
import { n as componentDefinition$51 } from "./Liquify-DrWLq2Kz.js";
|
|
53
|
-
import { n as componentDefinition$52 } from "./Mirror-C5LuGm-w.js";
|
|
54
|
-
import { n as componentDefinition$53 } from "./Neon-gsfaMvGq.js";
|
|
55
|
-
import { n as componentDefinition$54 } from "./Paper-BVuYd7u4.js";
|
|
56
|
-
import { n as componentDefinition$55 } from "./Perspective-CqV-lhEE.js";
|
|
57
|
-
import { n as componentDefinition$56 } from "./Pixelate-DrG7QsBR.js";
|
|
58
|
-
import { n as componentDefinition$57 } from "./Plasma-LpGeN0eG.js";
|
|
59
|
-
import { n as componentDefinition$58 } from "./PolarCoordinates-CiNUC56M.js";
|
|
60
|
-
import { n as componentDefinition$59 } from "./Polygon-BeqB8MSz.js";
|
|
61
|
-
import { n as componentDefinition$60 } from "./Posterize-CGEUVRt_.js";
|
|
62
|
-
import { n as componentDefinition$61 } from "./ProgressiveBlur-jEam9zrU.js";
|
|
63
|
-
import { n as componentDefinition$62 } from "./RadialGradient-BMmhr2qB.js";
|
|
64
|
-
import { n as componentDefinition$63 } from "./RectangularCoordinates-Cj-d2ol3.js";
|
|
65
|
-
import { n as componentDefinition$64 } from "./Ring-DJl9JUMR.js";
|
|
66
|
-
import { n as componentDefinition$65 } from "./Ripples-r12S7WG7.js";
|
|
67
|
-
import { n as componentDefinition$66 } from "./RoundedRect--rHP7xW4.js";
|
|
68
|
-
import { n as componentDefinition$67 } from "./Saturation-BAORnZso.js";
|
|
69
|
-
import { n as componentDefinition$68 } from "./Sharpness-CFzYBYlL.js";
|
|
70
|
-
import { n as componentDefinition$69 } from "./Shatter-avsezFDy.js";
|
|
71
|
-
import { n as componentDefinition$70 } from "./SimplexNoise-BjoeAe6H.js";
|
|
72
|
-
import { n as componentDefinition$71 } from "./SineWave-B-2YxAht.js";
|
|
73
|
-
import { n as componentDefinition$72 } from "./SolidColor-2o0vQu86.js";
|
|
74
|
-
import { n as componentDefinition$73 } from "./Spherize-DKJKva6y.js";
|
|
75
|
-
import { n as componentDefinition$74 } from "./Spiral-Dzsm_AJG.js";
|
|
76
|
-
import { n as componentDefinition$75 } from "./Star-CxI_taxd.js";
|
|
77
|
-
import { n as componentDefinition$76 } from "./Strands-42wUIQMv.js";
|
|
78
|
-
import { n as componentDefinition$77 } from "./Stretch-BVPICFxU.js";
|
|
79
|
-
import { n as componentDefinition$78 } from "./Stripes-DpWPzhd5.js";
|
|
80
|
-
import { n as componentDefinition$79 } from "./StudioBackground-CxOYZ28g.js";
|
|
81
|
-
import { n as componentDefinition$80 } from "./Swirl-CaQpQWY2.js";
|
|
82
|
-
import { n as componentDefinition$81 } from "./TiltShift-yJYvxA1V.js";
|
|
83
|
-
import { n as componentDefinition$82 } from "./Tint-BR2yMhfB.js";
|
|
84
|
-
import { n as componentDefinition$83 } from "./Trapezoid-D7qg9Gc5.js";
|
|
85
|
-
import { n as componentDefinition$84 } from "./Tritone-PTTYWr_w.js";
|
|
86
|
-
import { n as componentDefinition$85 } from "./Twirl-CE2yzv3_.js";
|
|
87
|
-
import { n as componentDefinition$86 } from "./Vesica-p8oNtcOH.js";
|
|
88
|
-
import { n as componentDefinition$87 } from "./Vibrance-CljpZu_J.js";
|
|
89
|
-
import { n as componentDefinition$88 } from "./VideoTexture-ChFw0jKS.js";
|
|
90
|
-
import { n as componentDefinition$89 } from "./WaveDistortion-BSt0JJbk.js";
|
|
91
|
-
import { n as componentDefinition$90 } from "./WebcamTexture-CF1nwkNG.js";
|
|
92
|
-
import { n as componentDefinition$91 } from "./ZoomBlur-CAeswzf5.js";
|
|
93
|
-
var createShaderRegistry = () => {
|
|
94
|
-
const registry = {};
|
|
95
|
-
const shaderDefinitions = {
|
|
96
|
-
AngularBlur: componentDefinition,
|
|
97
|
-
Ascii: componentDefinition$1,
|
|
98
|
-
Aurora: componentDefinition$2,
|
|
99
|
-
Beam: componentDefinition$3,
|
|
100
|
-
Blob: componentDefinition$4,
|
|
101
|
-
Blur: componentDefinition$5,
|
|
102
|
-
BrightnessContrast: componentDefinition$6,
|
|
103
|
-
Bulge: componentDefinition$7,
|
|
104
|
-
ChannelBlur: componentDefinition$8,
|
|
105
|
-
Checkerboard: componentDefinition$9,
|
|
106
|
-
ChromaFlow: componentDefinition$10,
|
|
107
|
-
ChromaticAberration: componentDefinition$11,
|
|
108
|
-
Circle: componentDefinition$12,
|
|
109
|
-
ConcentricSpin: componentDefinition$13,
|
|
110
|
-
ContourLines: componentDefinition$14,
|
|
111
|
-
Crescent: componentDefinition$15,
|
|
112
|
-
Cross: componentDefinition$16,
|
|
113
|
-
CRTScreen: componentDefinition$17,
|
|
114
|
-
Crystal: componentDefinition$18,
|
|
115
|
-
CursorRipples: componentDefinition$19,
|
|
116
|
-
CursorTrail: componentDefinition$20,
|
|
117
|
-
DiffuseBlur: componentDefinition$21,
|
|
118
|
-
Dither: componentDefinition$22,
|
|
119
|
-
DotGrid: componentDefinition$23,
|
|
120
|
-
Duotone: componentDefinition$24,
|
|
121
|
-
Ellipse: componentDefinition$25,
|
|
122
|
-
Emboss: componentDefinition$26,
|
|
123
|
-
FallingLines: componentDefinition$27,
|
|
124
|
-
FilmGrain: componentDefinition$28,
|
|
125
|
-
FloatingParticles: componentDefinition$29,
|
|
126
|
-
Flower: componentDefinition$30,
|
|
127
|
-
FlowField: componentDefinition$31,
|
|
128
|
-
FlowingGradient: componentDefinition$32,
|
|
129
|
-
Form3D: componentDefinition$33,
|
|
130
|
-
Glass: componentDefinition$34,
|
|
131
|
-
GlassTiles: componentDefinition$35,
|
|
132
|
-
Glitch: componentDefinition$36,
|
|
133
|
-
Glow: componentDefinition$37,
|
|
134
|
-
Godrays: componentDefinition$38,
|
|
135
|
-
Grayscale: componentDefinition$39,
|
|
136
|
-
Grid: componentDefinition$40,
|
|
137
|
-
GridDistortion: componentDefinition$41,
|
|
138
|
-
Group: componentDefinition$42,
|
|
139
|
-
Halftone: componentDefinition$43,
|
|
140
|
-
HueShift: componentDefinition$44,
|
|
141
|
-
ImageTexture: componentDefinition$45,
|
|
142
|
-
Invert: componentDefinition$46,
|
|
143
|
-
Kaleidoscope: componentDefinition$47,
|
|
144
|
-
LensFlare: componentDefinition$48,
|
|
145
|
-
LinearBlur: componentDefinition$49,
|
|
146
|
-
LinearGradient: componentDefinition$50,
|
|
147
|
-
Liquify: componentDefinition$51,
|
|
148
|
-
Mirror: componentDefinition$52,
|
|
149
|
-
Neon: componentDefinition$53,
|
|
150
|
-
Paper: componentDefinition$54,
|
|
151
|
-
Perspective: componentDefinition$55,
|
|
152
|
-
Pixelate: componentDefinition$56,
|
|
153
|
-
Plasma: componentDefinition$57,
|
|
154
|
-
PolarCoordinates: componentDefinition$58,
|
|
155
|
-
Polygon: componentDefinition$59,
|
|
156
|
-
Posterize: componentDefinition$60,
|
|
157
|
-
ProgressiveBlur: componentDefinition$61,
|
|
158
|
-
RadialGradient: componentDefinition$62,
|
|
159
|
-
RectangularCoordinates: componentDefinition$63,
|
|
160
|
-
Ring: componentDefinition$64,
|
|
161
|
-
Ripples: componentDefinition$65,
|
|
162
|
-
RoundedRect: componentDefinition$66,
|
|
163
|
-
Saturation: componentDefinition$67,
|
|
164
|
-
Sharpness: componentDefinition$68,
|
|
165
|
-
Shatter: componentDefinition$69,
|
|
166
|
-
SimplexNoise: componentDefinition$70,
|
|
167
|
-
SineWave: componentDefinition$71,
|
|
168
|
-
SolidColor: componentDefinition$72,
|
|
169
|
-
Spherize: componentDefinition$73,
|
|
170
|
-
Spiral: componentDefinition$74,
|
|
171
|
-
Star: componentDefinition$75,
|
|
172
|
-
Strands: componentDefinition$76,
|
|
173
|
-
Stretch: componentDefinition$77,
|
|
174
|
-
Stripes: componentDefinition$78,
|
|
175
|
-
StudioBackground: componentDefinition$79,
|
|
176
|
-
Swirl: componentDefinition$80,
|
|
177
|
-
TiltShift: componentDefinition$81,
|
|
178
|
-
Tint: componentDefinition$82,
|
|
179
|
-
Trapezoid: componentDefinition$83,
|
|
180
|
-
Tritone: componentDefinition$84,
|
|
181
|
-
Twirl: componentDefinition$85,
|
|
182
|
-
Vesica: componentDefinition$86,
|
|
183
|
-
Vibrance: componentDefinition$87,
|
|
184
|
-
VideoTexture: componentDefinition$88,
|
|
185
|
-
WaveDistortion: componentDefinition$89,
|
|
186
|
-
WebcamTexture: componentDefinition$90,
|
|
187
|
-
ZoomBlur: componentDefinition$91
|
|
188
|
-
};
|
|
189
|
-
Object.entries(shaderDefinitions).forEach(([fileName, def]) => {
|
|
190
|
-
const propsMetadata = {};
|
|
191
|
-
if (def.props) Object.entries(def.props).forEach(([propName, propConfig]) => {
|
|
192
|
-
if (propConfig.ui) propsMetadata[propName] = {
|
|
193
|
-
ui: propConfig.ui,
|
|
194
|
-
default: propConfig.default,
|
|
195
|
-
description: propConfig.description
|
|
196
|
-
};
|
|
197
|
-
});
|
|
198
|
-
registry[def.name] = {
|
|
199
|
-
name: def.name,
|
|
200
|
-
fileName,
|
|
201
|
-
category: def.category || "Uncategorized",
|
|
202
|
-
definition: def,
|
|
203
|
-
propsMetadata
|
|
204
|
-
};
|
|
205
|
-
});
|
|
206
|
-
return registry;
|
|
207
|
-
};
|
|
208
|
-
const shaderRegistry = createShaderRegistry();
|
|
209
|
-
function getAllShaders() {
|
|
210
|
-
return Object.values(shaderRegistry);
|
|
211
|
-
}
|
|
212
|
-
function getShaderByName(name) {
|
|
213
|
-
return shaderRegistry[name];
|
|
214
|
-
}
|
|
215
|
-
function getShadersByCategory(category) {
|
|
216
|
-
return Object.values(shaderRegistry).filter((shader) => shader.category === category);
|
|
217
|
-
}
|
|
218
|
-
function getShaderCategories() {
|
|
219
|
-
const categories = new Set(Object.values(shaderRegistry).map((shader) => shader.category));
|
|
220
|
-
return Array.from(categories).sort();
|
|
221
|
-
}
|
|
222
|
-
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
|
/package/dist/core/{RectangularCoordinates-Cj-d2ol3.js → RectangularCoordinates-DbQ25OTz.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
|