shaders 2.4.76 → 2.4.77
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/Form3D-D3MoN95S.js +574 -0
- package/dist/core/{VideoTexture-Cl-V4Igy.js → VideoTexture-DDnc6aVv.js} +1 -1
- package/dist/core/{WebcamTexture-5b9qf7mC.js → WebcamTexture-rb0dLKSc.js} +1 -1
- package/dist/core/effects/raymarch3d.d.ts +32 -0
- package/dist/core/effects/raymarch3d.d.ts.map +1 -0
- package/dist/core/index.js +61 -60
- package/dist/core/registry.js +61 -60
- package/dist/core/shaderRegistry-9huRXSRI.js +218 -0
- package/dist/core/shaderRegistry.d.ts.map +1 -1
- package/dist/core/shaders/Form3D/index.d.ts +59 -0
- package/dist/core/shaders/Form3D/index.d.ts.map +1 -0
- package/dist/core/shaders/Form3D/index.js +4 -0
- package/dist/core/shaders/Form3D/shapes/box.d.ts +14 -0
- package/dist/core/shaders/Form3D/shapes/box.d.ts.map +1 -0
- package/dist/core/shaders/Form3D/shapes/capsule.d.ts +14 -0
- package/dist/core/shaders/Form3D/shapes/capsule.d.ts.map +1 -0
- package/dist/core/shaders/Form3D/shapes/mobius.d.ts +15 -0
- package/dist/core/shaders/Form3D/shapes/mobius.d.ts.map +1 -0
- package/dist/core/shaders/Form3D/shapes/ribbon.d.ts +14 -0
- package/dist/core/shaders/Form3D/shapes/ribbon.d.ts.map +1 -0
- package/dist/core/shaders/Form3D/shapes/rotation.d.ts +5 -0
- package/dist/core/shaders/Form3D/shapes/rotation.d.ts.map +1 -0
- package/dist/core/shaders/Form3D/shapes/sphere.d.ts +13 -0
- package/dist/core/shaders/Form3D/shapes/sphere.d.ts.map +1 -0
- package/dist/core/shaders/Form3D/shapes/torus.d.ts +14 -0
- package/dist/core/shaders/Form3D/shapes/torus.d.ts.map +1 -0
- package/dist/core/shaders/Glass/index.js +1 -1
- package/dist/core/shaders/GlassTiles/index.js +1 -1
- package/dist/core/shaders/Glitch/index.js +1 -1
- package/dist/core/shaders/Glow/index.js +1 -1
- package/dist/core/shaders/Godrays/index.js +1 -1
- package/dist/core/shaders/Grayscale/index.js +1 -1
- package/dist/core/shaders/Grid/index.js +1 -1
- package/dist/core/shaders/GridDistortion/index.js +1 -1
- package/dist/core/shaders/Group/index.js +1 -1
- package/dist/core/shaders/Halftone/index.js +1 -1
- package/dist/core/shaders/HueShift/index.js +1 -1
- package/dist/core/shaders/ImageTexture/index.js +1 -1
- package/dist/core/shaders/Invert/index.js +1 -1
- package/dist/core/shaders/Kaleidoscope/index.js +1 -1
- package/dist/core/shaders/LensFlare/index.js +1 -1
- package/dist/core/shaders/LinearBlur/index.js +1 -1
- package/dist/core/shaders/LinearGradient/index.js +1 -1
- package/dist/core/shaders/Liquify/index.js +1 -1
- package/dist/core/shaders/Mirror/index.js +1 -1
- package/dist/core/shaders/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 +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 +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/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 +1 -1
- 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/Twirl/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/WaveDistortion/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/types.d.ts +1 -1
- package/dist/core/types.d.ts.map +1 -1
- package/dist/react/Form3D.js +180 -0
- package/dist/react/Preview.js +1 -0
- package/dist/react/components/Form3D.d.ts +36 -0
- package/dist/react/components/Form3D.d.ts.map +1 -0
- package/dist/react/engine/Preview.d.ts.map +1 -1
- package/dist/react/index.d.ts +1 -0
- package/dist/react/index.d.ts.map +1 -1
- package/dist/react/index.js +2 -1
- package/dist/react/utils/generatePresetCode.d.ts.map +1 -1
- package/dist/react/utils/generatePresetCode.js +15 -0
- package/dist/registry.js +225 -0
- package/dist/solid/components/Form3D.d.ts +33 -0
- package/dist/solid/components/Form3D.d.ts.map +1 -0
- package/dist/solid/components/Form3D.js +183 -0
- package/dist/solid/engine/Preview.d.ts.map +1 -1
- package/dist/solid/engine/Preview.js +64 -62
- package/dist/solid/index.d.ts +1 -0
- package/dist/solid/index.d.ts.map +1 -1
- package/dist/solid/index.js +122 -120
- package/dist/solid/utils/generatePresetCode.d.ts.map +1 -1
- package/dist/solid/utils/generatePresetCode.js +15 -0
- package/dist/svelte/components/Form3D.svelte.d.ts +23 -0
- package/dist/svelte/{generatePresetCode-AulpMcSM.js → generatePresetCode-Bpe8YcaW.js} +15 -0
- package/dist/svelte/index.d.ts +1 -0
- package/dist/svelte/index.js +443 -296
- package/dist/svelte/source/components/Form3D.svelte +290 -0
- package/dist/svelte/source/engine/Preview.svelte +2 -0
- package/dist/svelte/source/index.js +1 -0
- package/dist/svelte/utils/generatePresetCode.js +1 -1
- package/dist/vue/Form3D.js +3 -0
- package/dist/vue/Form3D.vue_vue_type_script_setup_true_lang.js +173 -0
- package/dist/vue/Preview.vue_vue_type_script_setup_true_lang.js +2 -0
- package/dist/vue/components/Form3D.vue.d.ts +58 -0
- package/dist/vue/components/Form3D.vue.d.ts.map +1 -0
- package/dist/vue/index.d.ts +1 -0
- package/dist/vue/index.d.ts.map +1 -1
- package/dist/vue/index.js +2 -1
- package/dist/vue/utils/generatePresetCode.d.ts.map +1 -1
- package/dist/vue/utils/generatePresetCode.js +15 -0
- package/package.json +19 -1
- package/dist/core/shaderRegistry-BNFvV6rz.js +0 -216
- /package/dist/core/{Glass-Xwagp7_F.js → Glass-CRaFJ-8c.js} +0 -0
- /package/dist/core/{GlassTiles-C3KnN5iI.js → GlassTiles-C3PKMWgp.js} +0 -0
- /package/dist/core/{Glitch-ktKO_KpJ.js → Glitch-MyIU0Bad.js} +0 -0
- /package/dist/core/{Glow-DBifdH__.js → Glow-1ee_R1fA.js} +0 -0
- /package/dist/core/{Godrays-Bh6SzbNk.js → Godrays-CvcPIegU.js} +0 -0
- /package/dist/core/{Grayscale-C3gjFyCl.js → Grayscale-8MPw9PHN.js} +0 -0
- /package/dist/core/{Grid-CtdGngeK.js → Grid-D64zkkku.js} +0 -0
- /package/dist/core/{GridDistortion-S4PnLDHk.js → GridDistortion-B7PGORW3.js} +0 -0
- /package/dist/core/{Group-B9Y-gzFl.js → Group-DoOcKuhW.js} +0 -0
- /package/dist/core/{Halftone-B5YmZMs3.js → Halftone-Co7P2SWy.js} +0 -0
- /package/dist/core/{HueShift-BTUePzBC.js → HueShift-Bvd9VTak.js} +0 -0
- /package/dist/core/{ImageTexture-Bx-3RaXB.js → ImageTexture-BJ1udc62.js} +0 -0
- /package/dist/core/{Invert-CRnAnmF1.js → Invert-5VR-fNRw.js} +0 -0
- /package/dist/core/{Kaleidoscope-ChPX5tcw.js → Kaleidoscope-B0McCEhc.js} +0 -0
- /package/dist/core/{LensFlare-Ci0e-hkw.js → LensFlare-DXgpPyJK.js} +0 -0
- /package/dist/core/{LinearBlur-DaW1vgWS.js → LinearBlur-CBl0B23J.js} +0 -0
- /package/dist/core/{LinearGradient-D7APN-6R.js → LinearGradient-C0FT7-Lc.js} +0 -0
- /package/dist/core/{Liquify-CeIq9oBd.js → Liquify-Cy6ck3_k.js} +0 -0
- /package/dist/core/{Mirror-BYbVTGkj.js → Mirror-DfZBEOUf.js} +0 -0
- /package/dist/core/{Neon-Bt0J1xV_.js → Neon-E8whPM6C.js} +0 -0
- /package/dist/core/{Paper-C2D-Fwp3.js → Paper-DJwBbPxA.js} +0 -0
- /package/dist/core/{Perspective-Bdm0cUQh.js → Perspective-BdHcCgqZ.js} +0 -0
- /package/dist/core/{Pixelate-CTjHHN-r.js → Pixelate-B9x2E0k-.js} +0 -0
- /package/dist/core/{Plasma-CCGtK1Nq.js → Plasma-CMXrHMJv.js} +0 -0
- /package/dist/core/{PolarCoordinates-XCMKSG2_.js → PolarCoordinates-tZbl0VOq.js} +0 -0
- /package/dist/core/{Polygon-bhh40D7s.js → Polygon-B4ab2iAo.js} +0 -0
- /package/dist/core/{Posterize-BI-jQFPl.js → Posterize-Big6cECo.js} +0 -0
- /package/dist/core/{ProgressiveBlur-BJTqGhls.js → ProgressiveBlur-D0ZlHOw4.js} +0 -0
- /package/dist/core/{RadialGradient-iLZnaIxZ.js → RadialGradient-C1Uu5_bL.js} +0 -0
- /package/dist/core/{RectangularCoordinates-BaO9nFBZ.js → RectangularCoordinates-BB7_S4gH.js} +0 -0
- /package/dist/core/{Ring-CVjkjiUD.js → Ring-DVW66Ug0.js} +0 -0
- /package/dist/core/{Ripples-DM_4XyVc.js → Ripples-DeRyNukC.js} +0 -0
- /package/dist/core/{RoundedRect-DIZw7grS.js → RoundedRect-B9y33WS5.js} +0 -0
- /package/dist/core/{Saturation-Sn1JvnA0.js → Saturation-NrGhLp0a.js} +0 -0
- /package/dist/core/{Sharpness-bKBphxzQ.js → Sharpness-DAC9Qnh0.js} +0 -0
- /package/dist/core/{Shatter-BaTW-RUu.js → Shatter-ZIaXf4fs.js} +0 -0
- /package/dist/core/{SimplexNoise-BHkNvira.js → SimplexNoise-mSsE7oXX.js} +0 -0
- /package/dist/core/{SineWave-BiSC-P30.js → SineWave-BAhTQVXp.js} +0 -0
- /package/dist/core/{SolidColor-Cx-mC1as.js → SolidColor-BQnId3qy.js} +0 -0
- /package/dist/core/{Spherize-Do9r5rep.js → Spherize-YvHlKrZy.js} +0 -0
- /package/dist/core/{Spiral-cnUEuXK4.js → Spiral-DUDZyQjj.js} +0 -0
- /package/dist/core/{Star-CYt36zBy.js → Star-DB4dmzyz.js} +0 -0
- /package/dist/core/{Strands-Cv5R6Tve.js → Strands-CF49kt1s.js} +0 -0
- /package/dist/core/{Stretch-Cbg46rCc.js → Stretch-Dkhera5t.js} +0 -0
- /package/dist/core/{Stripes-BFeaEYmE.js → Stripes-BOROXiAH.js} +0 -0
- /package/dist/core/{StudioBackground-DmjrfYQk.js → StudioBackground-DNmf8LGj.js} +0 -0
- /package/dist/core/{Swirl-BnYnaDkG.js → Swirl-C5RQIA6E.js} +0 -0
- /package/dist/core/{TiltShift-CZYvmOJC.js → TiltShift-BgscLSg_.js} +0 -0
- /package/dist/core/{Tint-CpEcvX7Q.js → Tint-CvKUJTtg.js} +0 -0
- /package/dist/core/{Trapezoid-C9JGRsdF.js → Trapezoid-Co8cWZTK.js} +0 -0
- /package/dist/core/{Tritone-zGl8HUq_.js → Tritone-Ss5m7yFO.js} +0 -0
- /package/dist/core/{Twirl-CYwSYwxr.js → Twirl-CF_9ObSp.js} +0 -0
- /package/dist/core/{Vesica-BF2ZOKVA.js → Vesica-C7tcbHbW.js} +0 -0
- /package/dist/core/{Vibrance-MtwpojF5.js → Vibrance-DVWcESAa.js} +0 -0
- /package/dist/core/{WaveDistortion-BOovaVR7.js → WaveDistortion-Caj3cQz7.js} +0 -0
- /package/dist/core/{ZoomBlur-COhLGJIk.js → ZoomBlur-DUrSxwl0.js} +0 -0
- /package/dist/core/{browser-BHtD5nQW.js → browser-daS5XZwr.js} +0 -0
|
@@ -387,6 +387,20 @@ var shaderMetadata = {
|
|
|
387
387
|
"evolutionSpeed": 0,
|
|
388
388
|
"edges": "mirror"
|
|
389
389
|
},
|
|
390
|
+
"Form3D": {
|
|
391
|
+
"opacity": 1,
|
|
392
|
+
"blendMode": "normal",
|
|
393
|
+
"shape3d": "{\"type\":\"ribbon\",\"angle\":0,\"twist\":50,\"width\":40,\"thickness\":20,\"seed\":0}",
|
|
394
|
+
"center": {
|
|
395
|
+
"x": .5,
|
|
396
|
+
"y": .5
|
|
397
|
+
},
|
|
398
|
+
"zoom": 50,
|
|
399
|
+
"glossiness": 50,
|
|
400
|
+
"lighting": 50,
|
|
401
|
+
"uvMode": "stretch",
|
|
402
|
+
"speed": 1
|
|
403
|
+
},
|
|
390
404
|
"Glass": {
|
|
391
405
|
"opacity": 1,
|
|
392
406
|
"blendMode": "normal",
|
|
@@ -1174,6 +1188,7 @@ const availableComponents = [
|
|
|
1174
1188
|
"FloatingParticles",
|
|
1175
1189
|
"FlowField",
|
|
1176
1190
|
"Flower",
|
|
1191
|
+
"Form3D",
|
|
1177
1192
|
"Glass",
|
|
1178
1193
|
"GlassTiles",
|
|
1179
1194
|
"Glitch",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "shaders",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.77",
|
|
4
4
|
"description": "Shader magic for modern frontends",
|
|
5
5
|
"author": "Shader Effects Inc.",
|
|
6
6
|
"homepage": "https://shaders.com/",
|
|
@@ -524,6 +524,21 @@
|
|
|
524
524
|
"types": "./dist/core/shaders/SpeedTunnel/index.d.ts",
|
|
525
525
|
"import": "./dist/core/shaders/SpeedTunnel/index.js",
|
|
526
526
|
"require": "./dist/core/shaders/SpeedTunnel/index.js"
|
|
527
|
+
},
|
|
528
|
+
"./core/Ribbon": {
|
|
529
|
+
"types": "./dist/core/shaders/Ribbon/index.d.ts",
|
|
530
|
+
"import": "./dist/core/shaders/Ribbon/index.js",
|
|
531
|
+
"require": "./dist/core/shaders/Ribbon/index.js"
|
|
532
|
+
},
|
|
533
|
+
"./core/Distortion3D": {
|
|
534
|
+
"types": "./dist/core/shaders/Distortion3D/index.d.ts",
|
|
535
|
+
"import": "./dist/core/shaders/Distortion3D/index.js",
|
|
536
|
+
"require": "./dist/core/shaders/Distortion3D/index.js"
|
|
537
|
+
},
|
|
538
|
+
"./core/Form3D": {
|
|
539
|
+
"types": "./dist/core/shaders/Form3D/index.d.ts",
|
|
540
|
+
"import": "./dist/core/shaders/Form3D/index.js",
|
|
541
|
+
"require": "./dist/core/shaders/Form3D/index.js"
|
|
527
542
|
}
|
|
528
543
|
},
|
|
529
544
|
"typesVersions": {
|
|
@@ -657,6 +672,9 @@
|
|
|
657
672
|
"core/Flower": [
|
|
658
673
|
"./dist/core/shaders/Flower/index.d.ts"
|
|
659
674
|
],
|
|
675
|
+
"core/Form3D": [
|
|
676
|
+
"./dist/core/shaders/Form3D/index.d.ts"
|
|
677
|
+
],
|
|
660
678
|
"core/Glass": [
|
|
661
679
|
"./dist/core/shaders/Glass/index.d.ts"
|
|
662
680
|
],
|
|
@@ -1,216 +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-B4Z_WAgY.js";
|
|
17
|
-
import { n as componentDefinition$16 } from "./Cross-M5Vm5Kmy.js";
|
|
18
|
-
import { n as componentDefinition$17 } from "./CRTScreen-BZ-sAmPZ.js";
|
|
19
|
-
import { n as componentDefinition$18 } from "./CursorRipples-BY1iu4MX.js";
|
|
20
|
-
import { n as componentDefinition$19 } from "./CursorTrail-BzrL2WMh.js";
|
|
21
|
-
import { n as componentDefinition$20 } from "./DiffuseBlur-Dyd42LXw.js";
|
|
22
|
-
import { n as componentDefinition$21 } from "./Dither-CTInG_SB.js";
|
|
23
|
-
import { n as componentDefinition$22 } from "./DotGrid-CsL0dnYB.js";
|
|
24
|
-
import { n as componentDefinition$23 } from "./Duotone-BbCFLFMK.js";
|
|
25
|
-
import { n as componentDefinition$24 } from "./Ellipse-BjbjXlOx.js";
|
|
26
|
-
import { n as componentDefinition$25 } from "./Emboss-K5TExa67.js";
|
|
27
|
-
import { n as componentDefinition$26 } from "./FallingLines-DBNJVWio.js";
|
|
28
|
-
import { n as componentDefinition$27 } from "./FilmGrain-CSuerGc6.js";
|
|
29
|
-
import { n as componentDefinition$28 } from "./FloatingParticles-CoBM_CJ8.js";
|
|
30
|
-
import { n as componentDefinition$29 } from "./Flower-B-53jiUT.js";
|
|
31
|
-
import { n as componentDefinition$30 } from "./FlowField-Bh3-dX6I.js";
|
|
32
|
-
import { n as componentDefinition$31 } from "./Glass-Xwagp7_F.js";
|
|
33
|
-
import { n as componentDefinition$32 } from "./GlassTiles-C3KnN5iI.js";
|
|
34
|
-
import { n as componentDefinition$33 } from "./Glitch-ktKO_KpJ.js";
|
|
35
|
-
import { n as componentDefinition$34 } from "./Glow-DBifdH__.js";
|
|
36
|
-
import { n as componentDefinition$35 } from "./Godrays-Bh6SzbNk.js";
|
|
37
|
-
import { n as componentDefinition$36 } from "./Grayscale-C3gjFyCl.js";
|
|
38
|
-
import { n as componentDefinition$37 } from "./Grid-CtdGngeK.js";
|
|
39
|
-
import { n as componentDefinition$38 } from "./GridDistortion-S4PnLDHk.js";
|
|
40
|
-
import { n as componentDefinition$39 } from "./Group-B9Y-gzFl.js";
|
|
41
|
-
import { n as componentDefinition$40 } from "./Halftone-B5YmZMs3.js";
|
|
42
|
-
import { n as componentDefinition$41 } from "./HueShift-BTUePzBC.js";
|
|
43
|
-
import { n as componentDefinition$42 } from "./ImageTexture-Bx-3RaXB.js";
|
|
44
|
-
import { n as componentDefinition$43 } from "./Invert-CRnAnmF1.js";
|
|
45
|
-
import { n as componentDefinition$44 } from "./Kaleidoscope-ChPX5tcw.js";
|
|
46
|
-
import { n as componentDefinition$45 } from "./LensFlare-Ci0e-hkw.js";
|
|
47
|
-
import { n as componentDefinition$46 } from "./LinearBlur-DaW1vgWS.js";
|
|
48
|
-
import { n as componentDefinition$47 } from "./LinearGradient-D7APN-6R.js";
|
|
49
|
-
import { n as componentDefinition$48 } from "./Liquify-CeIq9oBd.js";
|
|
50
|
-
import { n as componentDefinition$49 } from "./Mirror-BYbVTGkj.js";
|
|
51
|
-
import { n as componentDefinition$50 } from "./Neon-Bt0J1xV_.js";
|
|
52
|
-
import { n as componentDefinition$51 } from "./Paper-C2D-Fwp3.js";
|
|
53
|
-
import { n as componentDefinition$52 } from "./Perspective-Bdm0cUQh.js";
|
|
54
|
-
import { n as componentDefinition$53 } from "./Pixelate-CTjHHN-r.js";
|
|
55
|
-
import { n as componentDefinition$54 } from "./Plasma-CCGtK1Nq.js";
|
|
56
|
-
import { n as componentDefinition$55 } from "./PolarCoordinates-XCMKSG2_.js";
|
|
57
|
-
import { n as componentDefinition$56 } from "./Polygon-bhh40D7s.js";
|
|
58
|
-
import { n as componentDefinition$57 } from "./Posterize-BI-jQFPl.js";
|
|
59
|
-
import { n as componentDefinition$58 } from "./ProgressiveBlur-BJTqGhls.js";
|
|
60
|
-
import { n as componentDefinition$59 } from "./RadialGradient-iLZnaIxZ.js";
|
|
61
|
-
import { n as componentDefinition$60 } from "./RectangularCoordinates-BaO9nFBZ.js";
|
|
62
|
-
import { n as componentDefinition$61 } from "./Ring-CVjkjiUD.js";
|
|
63
|
-
import { n as componentDefinition$62 } from "./Ripples-DM_4XyVc.js";
|
|
64
|
-
import { n as componentDefinition$63 } from "./RoundedRect-DIZw7grS.js";
|
|
65
|
-
import { n as componentDefinition$64 } from "./Saturation-Sn1JvnA0.js";
|
|
66
|
-
import { n as componentDefinition$65 } from "./Sharpness-bKBphxzQ.js";
|
|
67
|
-
import { n as componentDefinition$66 } from "./Shatter-BaTW-RUu.js";
|
|
68
|
-
import { n as componentDefinition$67 } from "./SimplexNoise-BHkNvira.js";
|
|
69
|
-
import { n as componentDefinition$68 } from "./SineWave-BiSC-P30.js";
|
|
70
|
-
import { n as componentDefinition$69 } from "./SolidColor-Cx-mC1as.js";
|
|
71
|
-
import { n as componentDefinition$70 } from "./Spherize-Do9r5rep.js";
|
|
72
|
-
import { n as componentDefinition$71 } from "./Spiral-cnUEuXK4.js";
|
|
73
|
-
import { n as componentDefinition$72 } from "./Star-CYt36zBy.js";
|
|
74
|
-
import { n as componentDefinition$73 } from "./Strands-Cv5R6Tve.js";
|
|
75
|
-
import { n as componentDefinition$74 } from "./Stretch-Cbg46rCc.js";
|
|
76
|
-
import { n as componentDefinition$75 } from "./Stripes-BFeaEYmE.js";
|
|
77
|
-
import { n as componentDefinition$76 } from "./StudioBackground-DmjrfYQk.js";
|
|
78
|
-
import { n as componentDefinition$77 } from "./Swirl-BnYnaDkG.js";
|
|
79
|
-
import { n as componentDefinition$78 } from "./TiltShift-CZYvmOJC.js";
|
|
80
|
-
import { n as componentDefinition$79 } from "./Tint-CpEcvX7Q.js";
|
|
81
|
-
import { n as componentDefinition$80 } from "./Trapezoid-C9JGRsdF.js";
|
|
82
|
-
import { n as componentDefinition$81 } from "./Tritone-zGl8HUq_.js";
|
|
83
|
-
import { n as componentDefinition$82 } from "./Twirl-CYwSYwxr.js";
|
|
84
|
-
import { n as componentDefinition$83 } from "./Vesica-BF2ZOKVA.js";
|
|
85
|
-
import { n as componentDefinition$84 } from "./Vibrance-MtwpojF5.js";
|
|
86
|
-
import { n as componentDefinition$85 } from "./VideoTexture-Cl-V4Igy.js";
|
|
87
|
-
import { n as componentDefinition$86 } from "./WaveDistortion-BOovaVR7.js";
|
|
88
|
-
import { n as componentDefinition$87 } from "./WebcamTexture-5b9qf7mC.js";
|
|
89
|
-
import { n as componentDefinition$88 } from "./ZoomBlur-COhLGJIk.js";
|
|
90
|
-
var createShaderRegistry = () => {
|
|
91
|
-
const registry = {};
|
|
92
|
-
const shaderDefinitions = {
|
|
93
|
-
AngularBlur: componentDefinition,
|
|
94
|
-
Ascii: componentDefinition$1,
|
|
95
|
-
Aurora: componentDefinition$2,
|
|
96
|
-
Beam: componentDefinition$3,
|
|
97
|
-
Blob: componentDefinition$4,
|
|
98
|
-
Blur: componentDefinition$5,
|
|
99
|
-
BrightnessContrast: componentDefinition$6,
|
|
100
|
-
Bulge: componentDefinition$7,
|
|
101
|
-
ChannelBlur: componentDefinition$8,
|
|
102
|
-
Checkerboard: componentDefinition$9,
|
|
103
|
-
ChromaFlow: componentDefinition$10,
|
|
104
|
-
ChromaticAberration: componentDefinition$11,
|
|
105
|
-
Circle: componentDefinition$12,
|
|
106
|
-
ConcentricSpin: componentDefinition$13,
|
|
107
|
-
ContourLines: componentDefinition$14,
|
|
108
|
-
Crescent: componentDefinition$15,
|
|
109
|
-
Cross: componentDefinition$16,
|
|
110
|
-
CRTScreen: componentDefinition$17,
|
|
111
|
-
CursorRipples: componentDefinition$18,
|
|
112
|
-
CursorTrail: componentDefinition$19,
|
|
113
|
-
DiffuseBlur: componentDefinition$20,
|
|
114
|
-
Dither: componentDefinition$21,
|
|
115
|
-
DotGrid: componentDefinition$22,
|
|
116
|
-
Duotone: componentDefinition$23,
|
|
117
|
-
Ellipse: componentDefinition$24,
|
|
118
|
-
Emboss: componentDefinition$25,
|
|
119
|
-
FallingLines: componentDefinition$26,
|
|
120
|
-
FilmGrain: componentDefinition$27,
|
|
121
|
-
FloatingParticles: componentDefinition$28,
|
|
122
|
-
Flower: componentDefinition$29,
|
|
123
|
-
FlowField: componentDefinition$30,
|
|
124
|
-
Glass: componentDefinition$31,
|
|
125
|
-
GlassTiles: componentDefinition$32,
|
|
126
|
-
Glitch: componentDefinition$33,
|
|
127
|
-
Glow: componentDefinition$34,
|
|
128
|
-
Godrays: componentDefinition$35,
|
|
129
|
-
Grayscale: componentDefinition$36,
|
|
130
|
-
Grid: componentDefinition$37,
|
|
131
|
-
GridDistortion: componentDefinition$38,
|
|
132
|
-
Group: componentDefinition$39,
|
|
133
|
-
Halftone: componentDefinition$40,
|
|
134
|
-
HueShift: componentDefinition$41,
|
|
135
|
-
ImageTexture: componentDefinition$42,
|
|
136
|
-
Invert: componentDefinition$43,
|
|
137
|
-
Kaleidoscope: componentDefinition$44,
|
|
138
|
-
LensFlare: componentDefinition$45,
|
|
139
|
-
LinearBlur: componentDefinition$46,
|
|
140
|
-
LinearGradient: componentDefinition$47,
|
|
141
|
-
Liquify: componentDefinition$48,
|
|
142
|
-
Mirror: componentDefinition$49,
|
|
143
|
-
Neon: componentDefinition$50,
|
|
144
|
-
Paper: componentDefinition$51,
|
|
145
|
-
Perspective: componentDefinition$52,
|
|
146
|
-
Pixelate: componentDefinition$53,
|
|
147
|
-
Plasma: componentDefinition$54,
|
|
148
|
-
PolarCoordinates: componentDefinition$55,
|
|
149
|
-
Polygon: componentDefinition$56,
|
|
150
|
-
Posterize: componentDefinition$57,
|
|
151
|
-
ProgressiveBlur: componentDefinition$58,
|
|
152
|
-
RadialGradient: componentDefinition$59,
|
|
153
|
-
RectangularCoordinates: componentDefinition$60,
|
|
154
|
-
Ring: componentDefinition$61,
|
|
155
|
-
Ripples: componentDefinition$62,
|
|
156
|
-
RoundedRect: componentDefinition$63,
|
|
157
|
-
Saturation: componentDefinition$64,
|
|
158
|
-
Sharpness: componentDefinition$65,
|
|
159
|
-
Shatter: componentDefinition$66,
|
|
160
|
-
SimplexNoise: componentDefinition$67,
|
|
161
|
-
SineWave: componentDefinition$68,
|
|
162
|
-
SolidColor: componentDefinition$69,
|
|
163
|
-
Spherize: componentDefinition$70,
|
|
164
|
-
Spiral: componentDefinition$71,
|
|
165
|
-
Star: componentDefinition$72,
|
|
166
|
-
Strands: componentDefinition$73,
|
|
167
|
-
Stretch: componentDefinition$74,
|
|
168
|
-
Stripes: componentDefinition$75,
|
|
169
|
-
StudioBackground: componentDefinition$76,
|
|
170
|
-
Swirl: componentDefinition$77,
|
|
171
|
-
TiltShift: componentDefinition$78,
|
|
172
|
-
Tint: componentDefinition$79,
|
|
173
|
-
Trapezoid: componentDefinition$80,
|
|
174
|
-
Tritone: componentDefinition$81,
|
|
175
|
-
Twirl: componentDefinition$82,
|
|
176
|
-
Vesica: componentDefinition$83,
|
|
177
|
-
Vibrance: componentDefinition$84,
|
|
178
|
-
VideoTexture: componentDefinition$85,
|
|
179
|
-
WaveDistortion: componentDefinition$86,
|
|
180
|
-
WebcamTexture: componentDefinition$87,
|
|
181
|
-
ZoomBlur: componentDefinition$88
|
|
182
|
-
};
|
|
183
|
-
Object.entries(shaderDefinitions).forEach(([fileName, def]) => {
|
|
184
|
-
const propsMetadata = {};
|
|
185
|
-
if (def.props) Object.entries(def.props).forEach(([propName, propConfig]) => {
|
|
186
|
-
if (propConfig.ui) propsMetadata[propName] = {
|
|
187
|
-
ui: propConfig.ui,
|
|
188
|
-
default: propConfig.default,
|
|
189
|
-
description: propConfig.description
|
|
190
|
-
};
|
|
191
|
-
});
|
|
192
|
-
registry[def.name] = {
|
|
193
|
-
name: def.name,
|
|
194
|
-
fileName,
|
|
195
|
-
category: def.category || "Uncategorized",
|
|
196
|
-
definition: def,
|
|
197
|
-
propsMetadata
|
|
198
|
-
};
|
|
199
|
-
});
|
|
200
|
-
return registry;
|
|
201
|
-
};
|
|
202
|
-
const shaderRegistry = createShaderRegistry();
|
|
203
|
-
function getAllShaders() {
|
|
204
|
-
return Object.values(shaderRegistry);
|
|
205
|
-
}
|
|
206
|
-
function getShaderByName(name) {
|
|
207
|
-
return shaderRegistry[name];
|
|
208
|
-
}
|
|
209
|
-
function getShadersByCategory(category) {
|
|
210
|
-
return Object.values(shaderRegistry).filter((shader) => shader.category === category);
|
|
211
|
-
}
|
|
212
|
-
function getShaderCategories() {
|
|
213
|
-
const categories = new Set(Object.values(shaderRegistry).map((shader) => shader.category));
|
|
214
|
-
return Array.from(categories).sort();
|
|
215
|
-
}
|
|
216
|
-
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
|
/package/dist/core/{RectangularCoordinates-BaO9nFBZ.js → RectangularCoordinates-BB7_S4gH.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
|