shaders 2.3.75 → 2.4.76
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/{Circle-CMeFMTtC.js → Circle--0oHzoCi.js} +1 -1
- package/dist/core/Crescent-B4Z_WAgY.js +186 -0
- package/dist/core/Cross-M5Vm5Kmy.js +186 -0
- package/dist/core/Ellipse-BjbjXlOx.js +174 -0
- package/dist/core/Emboss-K5TExa67.js +241 -0
- package/dist/core/FallingLines-DBNJVWio.js +186 -0
- package/dist/core/{FlowField-CgGVA2lm.js → FlowField-Bh3-dX6I.js} +21 -5
- package/dist/core/Flower-B-53jiUT.js +186 -0
- package/dist/core/Glass-Xwagp7_F.js +421 -0
- package/dist/core/{ImageTexture-6e1Gz4IG.js → ImageTexture-Bx-3RaXB.js} +51 -0
- package/dist/core/Neon-Bt0J1xV_.js +418 -0
- package/dist/core/Paper-C2D-Fwp3.js +93 -0
- package/dist/core/Pixelate-CTjHHN-r.js +68 -0
- package/dist/core/Polygon-bhh40D7s.js +189 -0
- package/dist/core/Ring-CVjkjiUD.js +157 -0
- package/dist/core/RoundedRect-DIZw7grS.js +186 -0
- package/dist/core/Star-CYt36zBy.js +186 -0
- package/dist/core/Trapezoid-C9JGRsdF.js +186 -0
- package/dist/core/Vesica-BF2ZOKVA.js +174 -0
- package/dist/core/{VideoTexture-DUk9pA_6.js → VideoTexture-Cl-V4Igy.js} +1 -1
- package/dist/core/{WebcamTexture-BmeO4qY-.js → WebcamTexture-5b9qf7mC.js} +1 -1
- package/dist/core/effects/emboss.d.ts +25 -0
- package/dist/core/effects/emboss.d.ts.map +1 -0
- package/dist/core/effects/glass.d.ts +65 -0
- package/dist/core/effects/glass.d.ts.map +1 -0
- package/dist/core/effects/neon.d.ts +64 -0
- package/dist/core/effects/neon.d.ts.map +1 -0
- package/dist/core/index.d.ts +1 -1
- package/dist/core/index.d.ts.map +1 -1
- package/dist/core/index.js +317 -78
- package/dist/core/registry.js +78 -62
- package/dist/core/renderer.d.ts +18 -0
- package/dist/core/renderer.d.ts.map +1 -1
- package/dist/core/sdf-BDsv-WBk.js +151 -0
- package/dist/core/shaderRegistry-BNFvV6rz.js +216 -0
- package/dist/core/shaderRegistry.d.ts.map +1 -1
- package/dist/core/shaders/CRTScreen/index.js +1 -1
- package/dist/core/shaders/Circle/index.js +1 -1
- package/dist/core/shaders/Crescent/index.d.ts +85 -0
- package/dist/core/shaders/Crescent/index.d.ts.map +1 -0
- package/dist/core/shaders/Crescent/index.js +5 -0
- package/dist/core/shaders/Cross/index.d.ts +85 -0
- package/dist/core/shaders/Cross/index.d.ts.map +1 -0
- package/dist/core/shaders/Cross/index.js +5 -0
- package/dist/core/shaders/CursorRipples/index.js +1 -1
- package/dist/core/shaders/CursorTrail/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/Duotone/index.js +1 -1
- package/dist/core/shaders/Ellipse/index.d.ts +78 -0
- package/dist/core/shaders/Ellipse/index.d.ts.map +1 -0
- package/dist/core/shaders/Ellipse/index.js +5 -0
- package/dist/core/shaders/Emboss/index.d.ts +59 -0
- package/dist/core/shaders/Emboss/index.d.ts.map +1 -0
- package/dist/core/shaders/Emboss/index.js +4 -0
- package/dist/core/shaders/FallingLines/index.d.ts +81 -0
- package/dist/core/shaders/FallingLines/index.d.ts.map +1 -0
- package/dist/core/shaders/FallingLines/index.js +5 -0
- package/dist/core/shaders/FilmGrain/index.js +1 -1
- package/dist/core/shaders/FloatingParticles/index.js +1 -1
- package/dist/core/shaders/FlowField/index.d.ts +9 -2
- package/dist/core/shaders/FlowField/index.d.ts.map +1 -1
- package/dist/core/shaders/FlowField/index.js +1 -1
- package/dist/core/shaders/Flower/index.d.ts +85 -0
- package/dist/core/shaders/Flower/index.d.ts.map +1 -0
- package/dist/core/shaders/Flower/index.js +5 -0
- package/dist/core/shaders/Glass/index.d.ts +153 -0
- package/dist/core/shaders/Glass/index.d.ts.map +1 -0
- package/dist/core/shaders/Glass/index.js +4 -0
- 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.d.ts.map +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.d.ts +153 -0
- package/dist/core/shaders/Neon/index.d.ts.map +1 -0
- package/dist/core/shaders/Neon/index.js +4 -0
- package/dist/core/shaders/Paper/index.d.ts +35 -0
- package/dist/core/shaders/Paper/index.d.ts.map +1 -0
- package/dist/core/shaders/Paper/index.js +2 -0
- package/dist/core/shaders/Perspective/index.js +1 -1
- package/dist/core/shaders/Pixelate/index.d.ts +12 -0
- package/dist/core/shaders/Pixelate/index.d.ts.map +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.d.ts +85 -0
- package/dist/core/shaders/Polygon/index.d.ts.map +1 -0
- package/dist/core/shaders/Polygon/index.js +5 -0
- 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.d.ts +71 -0
- package/dist/core/shaders/Ring/index.d.ts.map +1 -0
- package/dist/core/shaders/Ring/index.js +5 -0
- package/dist/core/shaders/Ripples/index.js +1 -1
- package/dist/core/shaders/RoundedRect/index.d.ts +85 -0
- package/dist/core/shaders/RoundedRect/index.d.ts.map +1 -0
- package/dist/core/shaders/RoundedRect/index.js +5 -0
- 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.d.ts +85 -0
- package/dist/core/shaders/Star/index.d.ts.map +1 -0
- package/dist/core/shaders/Star/index.js +5 -0
- 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.d.ts +85 -0
- package/dist/core/shaders/Trapezoid/index.d.ts.map +1 -0
- package/dist/core/shaders/Trapezoid/index.js +5 -0
- package/dist/core/shaders/Tritone/index.js +1 -1
- package/dist/core/shaders/Twirl/index.js +1 -1
- package/dist/core/shaders/Vesica/index.d.ts +78 -0
- package/dist/core/shaders/Vesica/index.d.ts.map +1 -0
- package/dist/core/shaders/Vesica/index.js +5 -0
- 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 +150 -5
- package/dist/core/types.d.ts.map +1 -1
- package/dist/core/utilities/sdf.d.ts +132 -0
- package/dist/core/utilities/sdf.d.ts.map +1 -0
- package/dist/react/AngularBlur.js +1 -1
- package/dist/react/Ascii.js +1 -1
- package/dist/react/Aurora.js +1 -1
- package/dist/react/Beam.js +1 -1
- package/dist/react/Blob.js +1 -1
- package/dist/react/Blur.js +1 -1
- package/dist/react/BrightnessContrast.js +1 -1
- package/dist/react/Bulge.js +1 -1
- package/dist/react/CRTScreen.js +1 -1
- package/dist/react/ChannelBlur.js +1 -1
- package/dist/react/Checkerboard.js +1 -1
- package/dist/react/ChromaFlow.js +1 -1
- package/dist/react/ChromaticAberration.js +1 -1
- package/dist/react/Circle.js +1 -1
- package/dist/react/ConcentricSpin.js +1 -1
- package/dist/react/ContourLines.js +1 -1
- package/dist/react/Crescent.js +180 -0
- package/dist/react/Cross.js +180 -0
- package/dist/react/CursorRipples.js +1 -1
- package/dist/react/CursorTrail.js +1 -1
- package/dist/react/DiffuseBlur.js +1 -1
- package/dist/react/Dither.js +1 -1
- package/dist/react/DotGrid.js +1 -1
- package/dist/react/Duotone.js +1 -1
- package/dist/react/Ellipse.js +180 -0
- package/dist/react/Emboss.js +180 -0
- package/dist/react/FallingLines.js +180 -0
- package/dist/react/FilmGrain.js +1 -1
- package/dist/react/FloatingParticles.js +1 -1
- package/dist/react/FlowField.js +1 -1
- package/dist/react/Flower.js +180 -0
- package/dist/react/Glass.js +180 -0
- package/dist/react/GlassTiles.js +1 -1
- package/dist/react/Glitch.js +1 -1
- package/dist/react/Glow.js +1 -1
- package/dist/react/Godrays.js +1 -1
- package/dist/react/Grayscale.js +1 -1
- package/dist/react/Grid.js +1 -1
- package/dist/react/GridDistortion.js +1 -1
- package/dist/react/Group.js +1 -1
- package/dist/react/Halftone.js +1 -1
- package/dist/react/HueShift.js +1 -1
- package/dist/react/ImageTexture.js +1 -1
- package/dist/react/Invert.js +1 -1
- package/dist/react/Kaleidoscope.js +1 -1
- package/dist/react/LensFlare.js +1 -1
- package/dist/react/LinearBlur.js +1 -1
- package/dist/react/LinearGradient.js +1 -1
- package/dist/react/Liquify.js +1 -1
- package/dist/react/Mirror.js +1 -1
- package/dist/react/Neon.js +180 -0
- package/dist/react/Paper.js +180 -0
- package/dist/react/Perspective.js +1 -1
- package/dist/react/Pixelate.js +1 -1
- package/dist/react/Plasma.js +1 -1
- package/dist/react/PolarCoordinates.js +1 -1
- package/dist/react/Polygon.js +180 -0
- package/dist/react/Posterize.js +1 -1
- package/dist/react/Preview.js +15 -0
- package/dist/react/ProgressiveBlur.js +1 -1
- package/dist/react/RadialGradient.js +1 -1
- package/dist/react/RectangularCoordinates.js +1 -1
- package/dist/react/Ring.js +180 -0
- package/dist/react/Ripples.js +1 -1
- package/dist/react/RoundedRect.js +180 -0
- package/dist/react/Saturation.js +1 -1
- package/dist/react/Sharpness.js +1 -1
- package/dist/react/Shatter.js +1 -1
- package/dist/react/SimplexNoise.js +1 -1
- package/dist/react/SineWave.js +1 -1
- package/dist/react/SolidColor.js +1 -1
- package/dist/react/Spherize.js +1 -1
- package/dist/react/Spiral.js +1 -1
- package/dist/react/Star.js +180 -0
- package/dist/react/Strands.js +1 -1
- package/dist/react/Stretch.js +1 -1
- package/dist/react/Stripes.js +1 -1
- package/dist/react/StudioBackground.js +1 -1
- package/dist/react/Swirl.js +1 -1
- package/dist/react/TiltShift.js +1 -1
- package/dist/react/Tint.js +1 -1
- package/dist/react/Trapezoid.js +180 -0
- package/dist/react/Tritone.js +1 -1
- package/dist/react/Twirl.js +1 -1
- package/dist/react/Vesica.js +180 -0
- package/dist/react/Vibrance.js +1 -1
- package/dist/react/VideoTexture.js +1 -1
- package/dist/react/WaveDistortion.js +1 -1
- package/dist/react/WebcamTexture.js +1 -1
- package/dist/react/ZoomBlur.js +1 -1
- package/dist/react/components/AngularBlur.d.ts +2 -1
- package/dist/react/components/AngularBlur.d.ts.map +1 -1
- package/dist/react/components/Ascii.d.ts.map +1 -1
- package/dist/react/components/Aurora.d.ts +2 -1
- package/dist/react/components/Aurora.d.ts.map +1 -1
- package/dist/react/components/Beam.d.ts +3 -1
- package/dist/react/components/Beam.d.ts.map +1 -1
- package/dist/react/components/Blob.d.ts +2 -1
- package/dist/react/components/Blob.d.ts.map +1 -1
- package/dist/react/components/Blur.d.ts.map +1 -1
- package/dist/react/components/BrightnessContrast.d.ts.map +1 -1
- package/dist/react/components/Bulge.d.ts +2 -1
- package/dist/react/components/Bulge.d.ts.map +1 -1
- package/dist/react/components/CRTScreen.d.ts.map +1 -1
- package/dist/react/components/ChannelBlur.d.ts.map +1 -1
- package/dist/react/components/Checkerboard.d.ts.map +1 -1
- package/dist/react/components/ChromaFlow.d.ts.map +1 -1
- package/dist/react/components/ChromaticAberration.d.ts.map +1 -1
- package/dist/react/components/Circle.d.ts +2 -1
- package/dist/react/components/Circle.d.ts.map +1 -1
- package/dist/react/components/ConcentricSpin.d.ts +2 -1
- package/dist/react/components/ConcentricSpin.d.ts.map +1 -1
- package/dist/react/components/ContourLines.d.ts.map +1 -1
- package/dist/react/components/Crescent.d.ts +33 -0
- package/dist/react/components/Crescent.d.ts.map +1 -0
- package/dist/react/components/Cross.d.ts +33 -0
- package/dist/react/components/Cross.d.ts.map +1 -0
- package/dist/react/components/CursorRipples.d.ts.map +1 -1
- package/dist/react/components/CursorTrail.d.ts.map +1 -1
- package/dist/react/components/DiffuseBlur.d.ts.map +1 -1
- package/dist/react/components/Dither.d.ts.map +1 -1
- package/dist/react/components/DotGrid.d.ts.map +1 -1
- package/dist/react/components/Duotone.d.ts.map +1 -1
- package/dist/react/components/Ellipse.d.ts +33 -0
- package/dist/react/components/Ellipse.d.ts.map +1 -0
- package/dist/react/components/Emboss.d.ts +36 -0
- package/dist/react/components/Emboss.d.ts.map +1 -0
- package/dist/react/components/FallingLines.d.ts +36 -0
- package/dist/react/components/FallingLines.d.ts.map +1 -0
- package/dist/react/components/FilmGrain.d.ts.map +1 -1
- package/dist/react/components/FloatingParticles.d.ts.map +1 -1
- package/dist/react/components/FlowField.d.ts.map +1 -1
- package/dist/react/components/Flower.d.ts +33 -0
- package/dist/react/components/Flower.d.ts.map +1 -0
- package/dist/react/components/Glass.d.ts +33 -0
- package/dist/react/components/Glass.d.ts.map +1 -0
- package/dist/react/components/GlassTiles.d.ts.map +1 -1
- package/dist/react/components/Glitch.d.ts.map +1 -1
- package/dist/react/components/Glow.d.ts.map +1 -1
- package/dist/react/components/Godrays.d.ts +2 -1
- package/dist/react/components/Godrays.d.ts.map +1 -1
- package/dist/react/components/Grayscale.d.ts.map +1 -1
- package/dist/react/components/Grid.d.ts.map +1 -1
- package/dist/react/components/GridDistortion.d.ts.map +1 -1
- package/dist/react/components/Group.d.ts.map +1 -1
- package/dist/react/components/Halftone.d.ts.map +1 -1
- package/dist/react/components/HueShift.d.ts.map +1 -1
- package/dist/react/components/ImageTexture.d.ts.map +1 -1
- package/dist/react/components/Invert.d.ts.map +1 -1
- package/dist/react/components/Kaleidoscope.d.ts +2 -1
- package/dist/react/components/Kaleidoscope.d.ts.map +1 -1
- package/dist/react/components/LensFlare.d.ts +2 -1
- package/dist/react/components/LensFlare.d.ts.map +1 -1
- package/dist/react/components/LinearBlur.d.ts.map +1 -1
- package/dist/react/components/LinearGradient.d.ts +3 -1
- package/dist/react/components/LinearGradient.d.ts.map +1 -1
- package/dist/react/components/Liquify.d.ts.map +1 -1
- package/dist/react/components/Mirror.d.ts +2 -1
- package/dist/react/components/Mirror.d.ts.map +1 -1
- package/dist/react/components/Neon.d.ts +33 -0
- package/dist/react/components/Neon.d.ts.map +1 -0
- package/dist/react/components/Paper.d.ts +31 -0
- package/dist/react/components/Paper.d.ts.map +1 -0
- package/dist/react/components/Perspective.d.ts +3 -1
- package/dist/react/components/Perspective.d.ts.map +1 -1
- package/dist/react/components/Pixelate.d.ts +3 -1
- package/dist/react/components/Pixelate.d.ts.map +1 -1
- package/dist/react/components/Plasma.d.ts.map +1 -1
- package/dist/react/components/PolarCoordinates.d.ts +2 -1
- package/dist/react/components/PolarCoordinates.d.ts.map +1 -1
- package/dist/react/components/Polygon.d.ts +33 -0
- package/dist/react/components/Polygon.d.ts.map +1 -0
- package/dist/react/components/Posterize.d.ts.map +1 -1
- package/dist/react/components/ProgressiveBlur.d.ts +2 -1
- package/dist/react/components/ProgressiveBlur.d.ts.map +1 -1
- package/dist/react/components/RadialGradient.d.ts +2 -1
- package/dist/react/components/RadialGradient.d.ts.map +1 -1
- package/dist/react/components/RectangularCoordinates.d.ts +2 -1
- package/dist/react/components/RectangularCoordinates.d.ts.map +1 -1
- package/dist/react/components/Ring.d.ts +33 -0
- package/dist/react/components/Ring.d.ts.map +1 -0
- package/dist/react/components/Ripples.d.ts +2 -1
- package/dist/react/components/Ripples.d.ts.map +1 -1
- package/dist/react/components/RoundedRect.d.ts +33 -0
- package/dist/react/components/RoundedRect.d.ts.map +1 -0
- package/dist/react/components/Saturation.d.ts.map +1 -1
- package/dist/react/components/Sharpness.d.ts.map +1 -1
- package/dist/react/components/Shatter.d.ts.map +1 -1
- package/dist/react/components/SimplexNoise.d.ts.map +1 -1
- package/dist/react/components/SineWave.d.ts +2 -1
- package/dist/react/components/SineWave.d.ts.map +1 -1
- package/dist/react/components/SolidColor.d.ts.map +1 -1
- package/dist/react/components/Spherize.d.ts +3 -1
- package/dist/react/components/Spherize.d.ts.map +1 -1
- package/dist/react/components/Spiral.d.ts +2 -1
- package/dist/react/components/Spiral.d.ts.map +1 -1
- package/dist/react/components/Star.d.ts +33 -0
- package/dist/react/components/Star.d.ts.map +1 -0
- package/dist/react/components/Strands.d.ts +3 -1
- package/dist/react/components/Strands.d.ts.map +1 -1
- package/dist/react/components/Stretch.d.ts +2 -1
- package/dist/react/components/Stretch.d.ts.map +1 -1
- package/dist/react/components/Stripes.d.ts.map +1 -1
- package/dist/react/components/StudioBackground.d.ts +2 -1
- package/dist/react/components/StudioBackground.d.ts.map +1 -1
- package/dist/react/components/Swirl.d.ts.map +1 -1
- package/dist/react/components/TiltShift.d.ts +2 -1
- package/dist/react/components/TiltShift.d.ts.map +1 -1
- package/dist/react/components/Tint.d.ts.map +1 -1
- package/dist/react/components/Trapezoid.d.ts +33 -0
- package/dist/react/components/Trapezoid.d.ts.map +1 -0
- package/dist/react/components/Tritone.d.ts.map +1 -1
- package/dist/react/components/Twirl.d.ts +2 -1
- package/dist/react/components/Twirl.d.ts.map +1 -1
- package/dist/react/components/Vesica.d.ts +33 -0
- package/dist/react/components/Vesica.d.ts.map +1 -0
- package/dist/react/components/Vibrance.d.ts.map +1 -1
- package/dist/react/components/VideoTexture.d.ts.map +1 -1
- package/dist/react/components/WaveDistortion.d.ts.map +1 -1
- package/dist/react/components/WebcamTexture.d.ts.map +1 -1
- package/dist/react/components/ZoomBlur.d.ts +2 -1
- package/dist/react/components/ZoomBlur.d.ts.map +1 -1
- package/dist/react/engine/Preview.d.ts.map +1 -1
- package/dist/react/engine/component.template.d.ts.map +1 -1
- package/dist/react/index.d.ts +15 -0
- package/dist/react/index.d.ts.map +1 -1
- package/dist/react/index.js +16 -1
- package/dist/react/utils/generatePresetCode.d.ts.map +1 -1
- package/dist/react/utils/generatePresetCode.js +288 -2
- package/dist/react/utils/generatePresetCode.template.d.ts.map +1 -1
- package/dist/registry.js +10475 -5528
- package/dist/solid/components/AngularBlur.d.ts +2 -1
- package/dist/solid/components/AngularBlur.d.ts.map +1 -1
- package/dist/solid/components/AngularBlur.js +1 -1
- package/dist/solid/components/Ascii.d.ts.map +1 -1
- package/dist/solid/components/Ascii.js +1 -1
- package/dist/solid/components/Aurora.d.ts +2 -1
- package/dist/solid/components/Aurora.d.ts.map +1 -1
- package/dist/solid/components/Aurora.js +1 -1
- package/dist/solid/components/Beam.d.ts +3 -1
- package/dist/solid/components/Beam.d.ts.map +1 -1
- package/dist/solid/components/Beam.js +1 -1
- package/dist/solid/components/Blob.d.ts +2 -1
- package/dist/solid/components/Blob.d.ts.map +1 -1
- package/dist/solid/components/Blob.js +1 -1
- package/dist/solid/components/Blur.d.ts.map +1 -1
- package/dist/solid/components/Blur.js +1 -1
- package/dist/solid/components/BrightnessContrast.d.ts.map +1 -1
- package/dist/solid/components/BrightnessContrast.js +1 -1
- package/dist/solid/components/Bulge.d.ts +2 -1
- package/dist/solid/components/Bulge.d.ts.map +1 -1
- package/dist/solid/components/Bulge.js +1 -1
- package/dist/solid/components/CRTScreen.d.ts.map +1 -1
- package/dist/solid/components/CRTScreen.js +1 -1
- package/dist/solid/components/ChannelBlur.d.ts.map +1 -1
- package/dist/solid/components/ChannelBlur.js +1 -1
- package/dist/solid/components/Checkerboard.d.ts.map +1 -1
- package/dist/solid/components/Checkerboard.js +1 -1
- package/dist/solid/components/ChromaFlow.d.ts.map +1 -1
- package/dist/solid/components/ChromaFlow.js +1 -1
- package/dist/solid/components/ChromaticAberration.d.ts.map +1 -1
- package/dist/solid/components/ChromaticAberration.js +1 -1
- package/dist/solid/components/Circle.d.ts +2 -1
- package/dist/solid/components/Circle.d.ts.map +1 -1
- package/dist/solid/components/Circle.js +1 -1
- package/dist/solid/components/ConcentricSpin.d.ts +2 -1
- package/dist/solid/components/ConcentricSpin.d.ts.map +1 -1
- package/dist/solid/components/ConcentricSpin.js +1 -1
- package/dist/solid/components/ContourLines.d.ts.map +1 -1
- package/dist/solid/components/ContourLines.js +1 -1
- package/dist/solid/components/Crescent.d.ts +30 -0
- package/dist/solid/components/Crescent.d.ts.map +1 -0
- package/dist/solid/components/Crescent.js +183 -0
- package/dist/solid/components/Cross.d.ts +30 -0
- package/dist/solid/components/Cross.d.ts.map +1 -0
- package/dist/solid/components/Cross.js +183 -0
- package/dist/solid/components/CursorRipples.d.ts.map +1 -1
- package/dist/solid/components/CursorRipples.js +1 -1
- package/dist/solid/components/CursorTrail.d.ts.map +1 -1
- package/dist/solid/components/CursorTrail.js +1 -1
- package/dist/solid/components/DiffuseBlur.d.ts.map +1 -1
- package/dist/solid/components/DiffuseBlur.js +1 -1
- package/dist/solid/components/Dither.d.ts.map +1 -1
- package/dist/solid/components/Dither.js +1 -1
- package/dist/solid/components/DotGrid.d.ts.map +1 -1
- package/dist/solid/components/DotGrid.js +1 -1
- package/dist/solid/components/Duotone.d.ts.map +1 -1
- package/dist/solid/components/Duotone.js +1 -1
- package/dist/solid/components/Ellipse.d.ts +30 -0
- package/dist/solid/components/Ellipse.d.ts.map +1 -0
- package/dist/solid/components/Ellipse.js +183 -0
- package/dist/solid/components/Emboss.d.ts +33 -0
- package/dist/solid/components/Emboss.d.ts.map +1 -0
- package/dist/solid/components/Emboss.js +183 -0
- package/dist/solid/components/FallingLines.d.ts +33 -0
- package/dist/solid/components/FallingLines.d.ts.map +1 -0
- package/dist/solid/components/FallingLines.js +183 -0
- package/dist/solid/components/FilmGrain.d.ts.map +1 -1
- package/dist/solid/components/FilmGrain.js +1 -1
- package/dist/solid/components/FloatingParticles.d.ts.map +1 -1
- package/dist/solid/components/FloatingParticles.js +1 -1
- package/dist/solid/components/FlowField.d.ts.map +1 -1
- package/dist/solid/components/FlowField.js +1 -1
- package/dist/solid/components/Flower.d.ts +30 -0
- package/dist/solid/components/Flower.d.ts.map +1 -0
- package/dist/solid/components/Flower.js +183 -0
- package/dist/solid/components/Glass.d.ts +30 -0
- package/dist/solid/components/Glass.d.ts.map +1 -0
- package/dist/solid/components/Glass.js +183 -0
- package/dist/solid/components/GlassTiles.d.ts.map +1 -1
- package/dist/solid/components/GlassTiles.js +1 -1
- package/dist/solid/components/Glitch.d.ts.map +1 -1
- package/dist/solid/components/Glitch.js +1 -1
- package/dist/solid/components/Glow.d.ts.map +1 -1
- package/dist/solid/components/Glow.js +1 -1
- package/dist/solid/components/Godrays.d.ts +2 -1
- package/dist/solid/components/Godrays.d.ts.map +1 -1
- package/dist/solid/components/Godrays.js +1 -1
- package/dist/solid/components/Grayscale.d.ts.map +1 -1
- package/dist/solid/components/Grayscale.js +1 -1
- package/dist/solid/components/Grid.d.ts.map +1 -1
- package/dist/solid/components/Grid.js +1 -1
- package/dist/solid/components/GridDistortion.d.ts.map +1 -1
- package/dist/solid/components/GridDistortion.js +1 -1
- package/dist/solid/components/Group.d.ts.map +1 -1
- package/dist/solid/components/Group.js +1 -1
- package/dist/solid/components/Halftone.d.ts.map +1 -1
- package/dist/solid/components/Halftone.js +1 -1
- package/dist/solid/components/HueShift.d.ts.map +1 -1
- package/dist/solid/components/HueShift.js +1 -1
- package/dist/solid/components/ImageTexture.d.ts.map +1 -1
- package/dist/solid/components/ImageTexture.js +1 -1
- package/dist/solid/components/Invert.d.ts.map +1 -1
- package/dist/solid/components/Invert.js +1 -1
- package/dist/solid/components/Kaleidoscope.d.ts +2 -1
- package/dist/solid/components/Kaleidoscope.d.ts.map +1 -1
- package/dist/solid/components/Kaleidoscope.js +1 -1
- package/dist/solid/components/LensFlare.d.ts +2 -1
- package/dist/solid/components/LensFlare.d.ts.map +1 -1
- package/dist/solid/components/LensFlare.js +1 -1
- package/dist/solid/components/LinearBlur.d.ts.map +1 -1
- package/dist/solid/components/LinearBlur.js +1 -1
- package/dist/solid/components/LinearGradient.d.ts +3 -1
- package/dist/solid/components/LinearGradient.d.ts.map +1 -1
- package/dist/solid/components/LinearGradient.js +1 -1
- package/dist/solid/components/Liquify.d.ts.map +1 -1
- package/dist/solid/components/Liquify.js +1 -1
- package/dist/solid/components/Mirror.d.ts +2 -1
- package/dist/solid/components/Mirror.d.ts.map +1 -1
- package/dist/solid/components/Mirror.js +1 -1
- package/dist/solid/components/Neon.d.ts +30 -0
- package/dist/solid/components/Neon.d.ts.map +1 -0
- package/dist/solid/components/Neon.js +183 -0
- package/dist/solid/components/Paper.d.ts +28 -0
- package/dist/solid/components/Paper.d.ts.map +1 -0
- package/dist/solid/components/Paper.js +183 -0
- package/dist/solid/components/Perspective.d.ts +3 -1
- package/dist/solid/components/Perspective.d.ts.map +1 -1
- package/dist/solid/components/Perspective.js +1 -1
- package/dist/solid/components/Pixelate.d.ts +3 -1
- package/dist/solid/components/Pixelate.d.ts.map +1 -1
- package/dist/solid/components/Pixelate.js +1 -1
- package/dist/solid/components/Plasma.d.ts.map +1 -1
- package/dist/solid/components/Plasma.js +1 -1
- package/dist/solid/components/PolarCoordinates.d.ts +2 -1
- package/dist/solid/components/PolarCoordinates.d.ts.map +1 -1
- package/dist/solid/components/PolarCoordinates.js +1 -1
- package/dist/solid/components/Polygon.d.ts +30 -0
- package/dist/solid/components/Polygon.d.ts.map +1 -0
- package/dist/solid/components/Polygon.js +183 -0
- package/dist/solid/components/Posterize.d.ts.map +1 -1
- package/dist/solid/components/Posterize.js +1 -1
- package/dist/solid/components/ProgressiveBlur.d.ts +2 -1
- package/dist/solid/components/ProgressiveBlur.d.ts.map +1 -1
- package/dist/solid/components/ProgressiveBlur.js +1 -1
- package/dist/solid/components/RadialGradient.d.ts +2 -1
- package/dist/solid/components/RadialGradient.d.ts.map +1 -1
- package/dist/solid/components/RadialGradient.js +1 -1
- package/dist/solid/components/RectangularCoordinates.d.ts +2 -1
- package/dist/solid/components/RectangularCoordinates.d.ts.map +1 -1
- package/dist/solid/components/RectangularCoordinates.js +1 -1
- package/dist/solid/components/Ring.d.ts +30 -0
- package/dist/solid/components/Ring.d.ts.map +1 -0
- package/dist/solid/components/Ring.js +183 -0
- package/dist/solid/components/Ripples.d.ts +2 -1
- package/dist/solid/components/Ripples.d.ts.map +1 -1
- package/dist/solid/components/Ripples.js +1 -1
- package/dist/solid/components/RoundedRect.d.ts +30 -0
- package/dist/solid/components/RoundedRect.d.ts.map +1 -0
- package/dist/solid/components/RoundedRect.js +183 -0
- package/dist/solid/components/Saturation.d.ts.map +1 -1
- package/dist/solid/components/Saturation.js +1 -1
- package/dist/solid/components/Sharpness.d.ts.map +1 -1
- package/dist/solid/components/Sharpness.js +1 -1
- package/dist/solid/components/Shatter.d.ts.map +1 -1
- package/dist/solid/components/Shatter.js +1 -1
- package/dist/solid/components/SimplexNoise.d.ts.map +1 -1
- package/dist/solid/components/SimplexNoise.js +1 -1
- package/dist/solid/components/SineWave.d.ts +2 -1
- package/dist/solid/components/SineWave.d.ts.map +1 -1
- package/dist/solid/components/SineWave.js +1 -1
- package/dist/solid/components/SolidColor.d.ts.map +1 -1
- package/dist/solid/components/SolidColor.js +1 -1
- package/dist/solid/components/Spherize.d.ts +3 -1
- package/dist/solid/components/Spherize.d.ts.map +1 -1
- package/dist/solid/components/Spherize.js +1 -1
- package/dist/solid/components/Spiral.d.ts +2 -1
- package/dist/solid/components/Spiral.d.ts.map +1 -1
- package/dist/solid/components/Spiral.js +1 -1
- package/dist/solid/components/Star.d.ts +30 -0
- package/dist/solid/components/Star.d.ts.map +1 -0
- package/dist/solid/components/Star.js +183 -0
- package/dist/solid/components/Strands.d.ts +3 -1
- package/dist/solid/components/Strands.d.ts.map +1 -1
- package/dist/solid/components/Strands.js +1 -1
- package/dist/solid/components/Stretch.d.ts +2 -1
- package/dist/solid/components/Stretch.d.ts.map +1 -1
- package/dist/solid/components/Stretch.js +1 -1
- package/dist/solid/components/Stripes.d.ts.map +1 -1
- package/dist/solid/components/Stripes.js +1 -1
- package/dist/solid/components/StudioBackground.d.ts +2 -1
- package/dist/solid/components/StudioBackground.d.ts.map +1 -1
- package/dist/solid/components/StudioBackground.js +1 -1
- package/dist/solid/components/Swirl.d.ts.map +1 -1
- package/dist/solid/components/Swirl.js +1 -1
- package/dist/solid/components/TiltShift.d.ts +2 -1
- package/dist/solid/components/TiltShift.d.ts.map +1 -1
- package/dist/solid/components/TiltShift.js +1 -1
- package/dist/solid/components/Tint.d.ts.map +1 -1
- package/dist/solid/components/Tint.js +1 -1
- package/dist/solid/components/Trapezoid.d.ts +30 -0
- package/dist/solid/components/Trapezoid.d.ts.map +1 -0
- package/dist/solid/components/Trapezoid.js +183 -0
- package/dist/solid/components/Tritone.d.ts.map +1 -1
- package/dist/solid/components/Tritone.js +1 -1
- package/dist/solid/components/Twirl.d.ts +2 -1
- package/dist/solid/components/Twirl.d.ts.map +1 -1
- package/dist/solid/components/Twirl.js +1 -1
- package/dist/solid/components/Vesica.d.ts +30 -0
- package/dist/solid/components/Vesica.d.ts.map +1 -0
- package/dist/solid/components/Vesica.js +183 -0
- package/dist/solid/components/Vibrance.d.ts.map +1 -1
- package/dist/solid/components/Vibrance.js +1 -1
- package/dist/solid/components/VideoTexture.d.ts.map +1 -1
- package/dist/solid/components/VideoTexture.js +1 -1
- package/dist/solid/components/WaveDistortion.d.ts.map +1 -1
- package/dist/solid/components/WaveDistortion.js +1 -1
- package/dist/solid/components/WebcamTexture.d.ts.map +1 -1
- package/dist/solid/components/WebcamTexture.js +1 -1
- package/dist/solid/components/ZoomBlur.d.ts +2 -1
- package/dist/solid/components/ZoomBlur.d.ts.map +1 -1
- package/dist/solid/components/ZoomBlur.js +1 -1
- package/dist/solid/engine/Preview.d.ts.map +1 -1
- package/dist/solid/engine/Preview.js +168 -138
- package/dist/solid/engine/component.template.d.ts.map +1 -1
- package/dist/solid/index.d.ts +15 -0
- package/dist/solid/index.d.ts.map +1 -1
- package/dist/solid/index.js +150 -120
- package/dist/solid/utils/generatePresetCode.d.ts.map +1 -1
- package/dist/solid/utils/generatePresetCode.js +288 -2
- package/dist/solid/utils/generatePresetCode.template.d.ts.map +1 -1
- package/dist/svelte/components/AngularBlur.svelte.d.ts +1 -0
- package/dist/svelte/components/Aurora.svelte.d.ts +1 -0
- package/dist/svelte/components/Beam.svelte.d.ts +2 -0
- package/dist/svelte/components/Blob.svelte.d.ts +1 -0
- package/dist/svelte/components/Bulge.svelte.d.ts +1 -0
- package/dist/svelte/components/Circle.svelte.d.ts +1 -0
- package/dist/svelte/components/ConcentricSpin.svelte.d.ts +1 -0
- package/dist/svelte/components/Crescent.svelte.d.ts +20 -0
- package/dist/svelte/components/Cross.svelte.d.ts +20 -0
- package/dist/svelte/components/Ellipse.svelte.d.ts +20 -0
- package/dist/svelte/components/Emboss.svelte.d.ts +23 -0
- package/dist/svelte/components/FallingLines.svelte.d.ts +23 -0
- package/dist/svelte/components/Flower.svelte.d.ts +20 -0
- package/dist/svelte/components/Glass.svelte.d.ts +20 -0
- package/dist/svelte/components/Godrays.svelte.d.ts +1 -0
- package/dist/svelte/components/Kaleidoscope.svelte.d.ts +1 -0
- package/dist/svelte/components/LensFlare.svelte.d.ts +1 -0
- package/dist/svelte/components/LinearGradient.svelte.d.ts +2 -0
- package/dist/svelte/components/Mirror.svelte.d.ts +1 -0
- package/dist/svelte/components/Neon.svelte.d.ts +20 -0
- package/dist/svelte/components/Paper.svelte.d.ts +19 -0
- package/dist/svelte/components/Perspective.svelte.d.ts +2 -0
- package/dist/svelte/components/Pixelate.svelte.d.ts +2 -0
- package/dist/svelte/components/PolarCoordinates.svelte.d.ts +1 -0
- package/dist/svelte/components/Polygon.svelte.d.ts +20 -0
- package/dist/svelte/components/ProgressiveBlur.svelte.d.ts +1 -0
- package/dist/svelte/components/RadialGradient.svelte.d.ts +1 -0
- package/dist/svelte/components/RectangularCoordinates.svelte.d.ts +1 -0
- package/dist/svelte/components/Ring.svelte.d.ts +20 -0
- package/dist/svelte/components/Ripples.svelte.d.ts +1 -0
- package/dist/svelte/components/RoundedRect.svelte.d.ts +20 -0
- package/dist/svelte/components/SineWave.svelte.d.ts +1 -0
- package/dist/svelte/components/Spherize.svelte.d.ts +2 -0
- package/dist/svelte/components/Spiral.svelte.d.ts +1 -0
- package/dist/svelte/components/Star.svelte.d.ts +20 -0
- package/dist/svelte/components/Strands.svelte.d.ts +2 -0
- package/dist/svelte/components/Stretch.svelte.d.ts +1 -0
- package/dist/svelte/components/StudioBackground.svelte.d.ts +1 -0
- package/dist/svelte/components/TiltShift.svelte.d.ts +1 -0
- package/dist/svelte/components/Trapezoid.svelte.d.ts +20 -0
- package/dist/svelte/components/Twirl.svelte.d.ts +1 -0
- package/dist/svelte/components/Vesica.svelte.d.ts +20 -0
- package/dist/svelte/components/ZoomBlur.svelte.d.ts +1 -0
- package/dist/svelte/{generatePresetCode-9Mg74lkL.js → generatePresetCode-AulpMcSM.js} +288 -2
- package/dist/svelte/index.d.ts +15 -0
- package/dist/svelte/index.js +2545 -340
- package/dist/svelte/source/components/AngularBlur.svelte +5 -4
- package/dist/svelte/source/components/Ascii.svelte +4 -4
- package/dist/svelte/source/components/Aurora.svelte +5 -4
- package/dist/svelte/source/components/Beam.svelte +6 -4
- package/dist/svelte/source/components/Blob.svelte +5 -4
- package/dist/svelte/source/components/Blur.svelte +4 -4
- package/dist/svelte/source/components/BrightnessContrast.svelte +4 -4
- package/dist/svelte/source/components/Bulge.svelte +5 -4
- package/dist/svelte/source/components/CRTScreen.svelte +4 -4
- package/dist/svelte/source/components/ChannelBlur.svelte +4 -4
- package/dist/svelte/source/components/Checkerboard.svelte +4 -4
- package/dist/svelte/source/components/ChromaFlow.svelte +4 -4
- package/dist/svelte/source/components/ChromaticAberration.svelte +4 -4
- package/dist/svelte/source/components/Circle.svelte +5 -4
- package/dist/svelte/source/components/ConcentricSpin.svelte +5 -4
- package/dist/svelte/source/components/ContourLines.svelte +4 -4
- package/dist/svelte/source/components/Crescent.svelte +287 -0
- package/dist/svelte/source/components/Cross.svelte +287 -0
- package/dist/svelte/source/components/CursorRipples.svelte +4 -4
- package/dist/svelte/source/components/CursorTrail.svelte +4 -4
- package/dist/svelte/source/components/DiffuseBlur.svelte +4 -4
- package/dist/svelte/source/components/Dither.svelte +4 -4
- package/dist/svelte/source/components/DotGrid.svelte +4 -4
- package/dist/svelte/source/components/Duotone.svelte +4 -4
- package/dist/svelte/source/components/Ellipse.svelte +287 -0
- package/dist/svelte/source/components/Emboss.svelte +290 -0
- package/dist/svelte/source/components/FallingLines.svelte +290 -0
- package/dist/svelte/source/components/FilmGrain.svelte +4 -4
- package/dist/svelte/source/components/FloatingParticles.svelte +4 -4
- package/dist/svelte/source/components/FlowField.svelte +4 -4
- package/dist/svelte/source/components/Flower.svelte +287 -0
- package/dist/svelte/source/components/Glass.svelte +287 -0
- package/dist/svelte/source/components/GlassTiles.svelte +4 -4
- package/dist/svelte/source/components/Glitch.svelte +4 -4
- package/dist/svelte/source/components/Glow.svelte +4 -4
- package/dist/svelte/source/components/Godrays.svelte +5 -4
- package/dist/svelte/source/components/Grayscale.svelte +4 -4
- package/dist/svelte/source/components/Grid.svelte +4 -4
- package/dist/svelte/source/components/GridDistortion.svelte +4 -4
- package/dist/svelte/source/components/Group.svelte +4 -4
- package/dist/svelte/source/components/Halftone.svelte +4 -4
- package/dist/svelte/source/components/HueShift.svelte +4 -4
- package/dist/svelte/source/components/ImageTexture.svelte +4 -4
- package/dist/svelte/source/components/Invert.svelte +4 -4
- package/dist/svelte/source/components/Kaleidoscope.svelte +5 -4
- package/dist/svelte/source/components/LensFlare.svelte +5 -4
- package/dist/svelte/source/components/LinearBlur.svelte +4 -4
- package/dist/svelte/source/components/LinearGradient.svelte +6 -4
- package/dist/svelte/source/components/Liquify.svelte +4 -4
- package/dist/svelte/source/components/Mirror.svelte +5 -4
- package/dist/svelte/source/components/Neon.svelte +287 -0
- package/dist/svelte/source/components/Paper.svelte +286 -0
- package/dist/svelte/source/components/Perspective.svelte +6 -4
- package/dist/svelte/source/components/Pixelate.svelte +6 -4
- package/dist/svelte/source/components/Plasma.svelte +4 -4
- package/dist/svelte/source/components/PolarCoordinates.svelte +5 -4
- package/dist/svelte/source/components/Polygon.svelte +287 -0
- package/dist/svelte/source/components/Posterize.svelte +4 -4
- package/dist/svelte/source/components/ProgressiveBlur.svelte +5 -4
- package/dist/svelte/source/components/RadialGradient.svelte +5 -4
- package/dist/svelte/source/components/RectangularCoordinates.svelte +5 -4
- package/dist/svelte/source/components/Ring.svelte +287 -0
- package/dist/svelte/source/components/Ripples.svelte +5 -4
- package/dist/svelte/source/components/RoundedRect.svelte +287 -0
- package/dist/svelte/source/components/Saturation.svelte +4 -4
- package/dist/svelte/source/components/Sharpness.svelte +4 -4
- package/dist/svelte/source/components/Shatter.svelte +4 -4
- package/dist/svelte/source/components/SimplexNoise.svelte +4 -4
- package/dist/svelte/source/components/SineWave.svelte +5 -4
- package/dist/svelte/source/components/SolidColor.svelte +4 -4
- package/dist/svelte/source/components/Spherize.svelte +6 -4
- package/dist/svelte/source/components/Spiral.svelte +5 -4
- package/dist/svelte/source/components/Star.svelte +287 -0
- package/dist/svelte/source/components/Strands.svelte +6 -4
- package/dist/svelte/source/components/Stretch.svelte +5 -4
- package/dist/svelte/source/components/Stripes.svelte +4 -4
- package/dist/svelte/source/components/StudioBackground.svelte +5 -4
- package/dist/svelte/source/components/Swirl.svelte +4 -4
- package/dist/svelte/source/components/TiltShift.svelte +5 -4
- package/dist/svelte/source/components/Tint.svelte +4 -4
- package/dist/svelte/source/components/Trapezoid.svelte +287 -0
- package/dist/svelte/source/components/Tritone.svelte +4 -4
- package/dist/svelte/source/components/Twirl.svelte +5 -4
- package/dist/svelte/source/components/Vesica.svelte +287 -0
- package/dist/svelte/source/components/Vibrance.svelte +4 -4
- package/dist/svelte/source/components/VideoTexture.svelte +4 -4
- package/dist/svelte/source/components/WaveDistortion.svelte +4 -4
- package/dist/svelte/source/components/WebcamTexture.svelte +4 -4
- package/dist/svelte/source/components/ZoomBlur.svelte +5 -4
- package/dist/svelte/source/engine/Preview.svelte +30 -0
- package/dist/svelte/source/index.js +15 -0
- package/dist/svelte/utils/generatePresetCode.js +1 -1
- package/dist/vue/AngularBlur.vue_vue_type_script_setup_true_lang.js +3 -3
- package/dist/vue/Ascii.vue_vue_type_script_setup_true_lang.js +1 -1
- package/dist/vue/Aurora.vue_vue_type_script_setup_true_lang.js +3 -3
- package/dist/vue/Beam.vue_vue_type_script_setup_true_lang.js +3 -3
- package/dist/vue/Blob.vue_vue_type_script_setup_true_lang.js +3 -3
- package/dist/vue/Blur.vue_vue_type_script_setup_true_lang.js +1 -1
- package/dist/vue/BrightnessContrast.vue_vue_type_script_setup_true_lang.js +1 -1
- package/dist/vue/Bulge.vue_vue_type_script_setup_true_lang.js +2 -2
- package/dist/vue/CRTScreen.vue_vue_type_script_setup_true_lang.js +1 -1
- package/dist/vue/ChannelBlur.vue_vue_type_script_setup_true_lang.js +1 -1
- package/dist/vue/Checkerboard.vue_vue_type_script_setup_true_lang.js +1 -1
- package/dist/vue/ChromaFlow.vue_vue_type_script_setup_true_lang.js +1 -1
- package/dist/vue/ChromaticAberration.vue_vue_type_script_setup_true_lang.js +1 -1
- package/dist/vue/Circle.vue_vue_type_script_setup_true_lang.js +2 -2
- package/dist/vue/ConcentricSpin.vue_vue_type_script_setup_true_lang.js +3 -3
- package/dist/vue/ContourLines.vue_vue_type_script_setup_true_lang.js +1 -1
- package/dist/vue/Crescent.js +3 -0
- package/dist/vue/Crescent.vue_vue_type_script_setup_true_lang.js +176 -0
- package/dist/vue/Cross.js +3 -0
- package/dist/vue/Cross.vue_vue_type_script_setup_true_lang.js +176 -0
- package/dist/vue/CursorRipples.vue_vue_type_script_setup_true_lang.js +1 -1
- package/dist/vue/CursorTrail.vue_vue_type_script_setup_true_lang.js +1 -1
- package/dist/vue/DiffuseBlur.vue_vue_type_script_setup_true_lang.js +1 -1
- package/dist/vue/Dither.vue_vue_type_script_setup_true_lang.js +1 -1
- package/dist/vue/DotGrid.vue_vue_type_script_setup_true_lang.js +1 -1
- package/dist/vue/Duotone.vue_vue_type_script_setup_true_lang.js +1 -1
- package/dist/vue/Ellipse.js +3 -0
- package/dist/vue/Ellipse.vue_vue_type_script_setup_true_lang.js +175 -0
- package/dist/vue/Emboss.js +3 -0
- package/dist/vue/Emboss.vue_vue_type_script_setup_true_lang.js +173 -0
- package/dist/vue/FallingLines.js +3 -0
- package/dist/vue/FallingLines.vue_vue_type_script_setup_true_lang.js +176 -0
- package/dist/vue/FilmGrain.vue_vue_type_script_setup_true_lang.js +1 -1
- package/dist/vue/FloatingParticles.vue_vue_type_script_setup_true_lang.js +1 -1
- package/dist/vue/FlowField.vue_vue_type_script_setup_true_lang.js +2 -1
- package/dist/vue/Flower.js +3 -0
- package/dist/vue/Flower.vue_vue_type_script_setup_true_lang.js +176 -0
- package/dist/vue/Glass.js +3 -0
- package/dist/vue/Glass.vue_vue_type_script_setup_true_lang.js +186 -0
- package/dist/vue/GlassTiles.vue_vue_type_script_setup_true_lang.js +1 -1
- package/dist/vue/Glitch.vue_vue_type_script_setup_true_lang.js +1 -1
- package/dist/vue/Glow.vue_vue_type_script_setup_true_lang.js +1 -1
- package/dist/vue/Godrays.vue_vue_type_script_setup_true_lang.js +2 -2
- package/dist/vue/Grayscale.vue_vue_type_script_setup_true_lang.js +1 -1
- package/dist/vue/Grid.vue_vue_type_script_setup_true_lang.js +1 -1
- package/dist/vue/GridDistortion.vue_vue_type_script_setup_true_lang.js +1 -1
- package/dist/vue/Group.vue_vue_type_script_setup_true_lang.js +1 -1
- package/dist/vue/Halftone.vue_vue_type_script_setup_true_lang.js +1 -1
- package/dist/vue/HueShift.vue_vue_type_script_setup_true_lang.js +1 -1
- package/dist/vue/ImageTexture.vue_vue_type_script_setup_true_lang.js +1 -1
- package/dist/vue/Invert.vue_vue_type_script_setup_true_lang.js +1 -1
- package/dist/vue/Kaleidoscope.vue_vue_type_script_setup_true_lang.js +2 -2
- package/dist/vue/LensFlare.vue_vue_type_script_setup_true_lang.js +2 -2
- package/dist/vue/LinearBlur.vue_vue_type_script_setup_true_lang.js +1 -1
- package/dist/vue/LinearGradient.vue_vue_type_script_setup_true_lang.js +3 -3
- package/dist/vue/Liquify.vue_vue_type_script_setup_true_lang.js +1 -1
- package/dist/vue/Mirror.vue_vue_type_script_setup_true_lang.js +2 -2
- package/dist/vue/Neon.js +3 -0
- package/dist/vue/Neon.vue_vue_type_script_setup_true_lang.js +186 -0
- package/dist/vue/Paper.js +3 -0
- package/dist/vue/Paper.vue_vue_type_script_setup_true_lang.js +169 -0
- package/dist/vue/Perspective.vue_vue_type_script_setup_true_lang.js +3 -3
- package/dist/vue/Pixelate.vue_vue_type_script_setup_true_lang.js +3 -1
- package/dist/vue/Plasma.vue_vue_type_script_setup_true_lang.js +1 -1
- package/dist/vue/PolarCoordinates.vue_vue_type_script_setup_true_lang.js +2 -2
- package/dist/vue/Polygon.js +3 -0
- package/dist/vue/Polygon.vue_vue_type_script_setup_true_lang.js +176 -0
- package/dist/vue/Posterize.vue_vue_type_script_setup_true_lang.js +1 -1
- package/dist/vue/Preview.vue_vue_type_script_setup_true_lang.js +30 -0
- package/dist/vue/ProgressiveBlur.vue_vue_type_script_setup_true_lang.js +3 -3
- package/dist/vue/RadialGradient.vue_vue_type_script_setup_true_lang.js +2 -2
- package/dist/vue/RectangularCoordinates.vue_vue_type_script_setup_true_lang.js +2 -2
- package/dist/vue/Ring.js +3 -0
- package/dist/vue/Ring.vue_vue_type_script_setup_true_lang.js +174 -0
- package/dist/vue/Ripples.vue_vue_type_script_setup_true_lang.js +2 -2
- package/dist/vue/RoundedRect.js +3 -0
- package/dist/vue/RoundedRect.vue_vue_type_script_setup_true_lang.js +176 -0
- package/dist/vue/Saturation.vue_vue_type_script_setup_true_lang.js +1 -1
- package/dist/vue/Sharpness.vue_vue_type_script_setup_true_lang.js +1 -1
- package/dist/vue/Shatter.vue_vue_type_script_setup_true_lang.js +1 -1
- package/dist/vue/SimplexNoise.vue_vue_type_script_setup_true_lang.js +1 -1
- package/dist/vue/SineWave.vue_vue_type_script_setup_true_lang.js +3 -3
- package/dist/vue/SolidColor.vue_vue_type_script_setup_true_lang.js +1 -1
- package/dist/vue/Spherize.vue_vue_type_script_setup_true_lang.js +3 -3
- package/dist/vue/Spiral.vue_vue_type_script_setup_true_lang.js +2 -2
- package/dist/vue/Star.js +3 -0
- package/dist/vue/Star.vue_vue_type_script_setup_true_lang.js +176 -0
- package/dist/vue/Strands.vue_vue_type_script_setup_true_lang.js +4 -4
- package/dist/vue/Stretch.vue_vue_type_script_setup_true_lang.js +2 -2
- package/dist/vue/Stripes.vue_vue_type_script_setup_true_lang.js +1 -1
- package/dist/vue/StudioBackground.vue_vue_type_script_setup_true_lang.js +2 -2
- package/dist/vue/Swirl.vue_vue_type_script_setup_true_lang.js +1 -1
- package/dist/vue/TiltShift.vue_vue_type_script_setup_true_lang.js +3 -3
- package/dist/vue/Tint.vue_vue_type_script_setup_true_lang.js +1 -1
- package/dist/vue/Trapezoid.js +3 -0
- package/dist/vue/Trapezoid.vue_vue_type_script_setup_true_lang.js +176 -0
- package/dist/vue/Tritone.vue_vue_type_script_setup_true_lang.js +1 -1
- package/dist/vue/Twirl.vue_vue_type_script_setup_true_lang.js +2 -2
- package/dist/vue/Vesica.js +3 -0
- package/dist/vue/Vesica.vue_vue_type_script_setup_true_lang.js +175 -0
- package/dist/vue/Vibrance.vue_vue_type_script_setup_true_lang.js +1 -1
- package/dist/vue/VideoTexture.vue_vue_type_script_setup_true_lang.js +1 -1
- package/dist/vue/WaveDistortion.vue_vue_type_script_setup_true_lang.js +1 -1
- package/dist/vue/WebcamTexture.vue_vue_type_script_setup_true_lang.js +1 -1
- package/dist/vue/ZoomBlur.vue_vue_type_script_setup_true_lang.js +3 -3
- package/dist/vue/components/AngularBlur.vue.d.ts +1 -0
- package/dist/vue/components/AngularBlur.vue.d.ts.map +1 -1
- package/dist/vue/components/Ascii.vue.d.ts.map +1 -1
- package/dist/vue/components/Aurora.vue.d.ts +1 -0
- package/dist/vue/components/Aurora.vue.d.ts.map +1 -1
- package/dist/vue/components/Beam.vue.d.ts +2 -0
- package/dist/vue/components/Beam.vue.d.ts.map +1 -1
- package/dist/vue/components/Blob.vue.d.ts +1 -0
- package/dist/vue/components/Blob.vue.d.ts.map +1 -1
- package/dist/vue/components/Blur.vue.d.ts.map +1 -1
- package/dist/vue/components/BrightnessContrast.vue.d.ts.map +1 -1
- package/dist/vue/components/Bulge.vue.d.ts +1 -0
- package/dist/vue/components/Bulge.vue.d.ts.map +1 -1
- package/dist/vue/components/CRTScreen.vue.d.ts.map +1 -1
- package/dist/vue/components/ChannelBlur.vue.d.ts.map +1 -1
- package/dist/vue/components/Checkerboard.vue.d.ts.map +1 -1
- package/dist/vue/components/ChromaFlow.vue.d.ts.map +1 -1
- package/dist/vue/components/ChromaticAberration.vue.d.ts.map +1 -1
- package/dist/vue/components/Circle.vue.d.ts +1 -0
- package/dist/vue/components/Circle.vue.d.ts.map +1 -1
- package/dist/vue/components/ConcentricSpin.vue.d.ts +1 -0
- package/dist/vue/components/ConcentricSpin.vue.d.ts.map +1 -1
- package/dist/vue/components/ContourLines.vue.d.ts.map +1 -1
- package/dist/vue/components/Crescent.vue.d.ts +55 -0
- package/dist/vue/components/Crescent.vue.d.ts.map +1 -0
- package/dist/vue/components/Cross.vue.d.ts +55 -0
- package/dist/vue/components/Cross.vue.d.ts.map +1 -0
- package/dist/vue/components/CursorRipples.vue.d.ts.map +1 -1
- package/dist/vue/components/CursorTrail.vue.d.ts.map +1 -1
- package/dist/vue/components/DiffuseBlur.vue.d.ts.map +1 -1
- package/dist/vue/components/Dither.vue.d.ts.map +1 -1
- package/dist/vue/components/DotGrid.vue.d.ts.map +1 -1
- package/dist/vue/components/Duotone.vue.d.ts.map +1 -1
- package/dist/vue/components/Ellipse.vue.d.ts +55 -0
- package/dist/vue/components/Ellipse.vue.d.ts.map +1 -0
- package/dist/vue/components/Emboss.vue.d.ts +58 -0
- package/dist/vue/components/Emboss.vue.d.ts.map +1 -0
- package/dist/vue/components/FallingLines.vue.d.ts +58 -0
- package/dist/vue/components/FallingLines.vue.d.ts.map +1 -0
- package/dist/vue/components/FilmGrain.vue.d.ts.map +1 -1
- package/dist/vue/components/FloatingParticles.vue.d.ts.map +1 -1
- package/dist/vue/components/FlowField.vue.d.ts.map +1 -1
- package/dist/vue/components/Flower.vue.d.ts +55 -0
- package/dist/vue/components/Flower.vue.d.ts.map +1 -0
- package/dist/vue/components/Glass.vue.d.ts +55 -0
- package/dist/vue/components/Glass.vue.d.ts.map +1 -0
- package/dist/vue/components/GlassTiles.vue.d.ts.map +1 -1
- package/dist/vue/components/Glitch.vue.d.ts.map +1 -1
- package/dist/vue/components/Glow.vue.d.ts.map +1 -1
- package/dist/vue/components/Godrays.vue.d.ts +1 -0
- package/dist/vue/components/Godrays.vue.d.ts.map +1 -1
- package/dist/vue/components/Grayscale.vue.d.ts.map +1 -1
- package/dist/vue/components/Grid.vue.d.ts.map +1 -1
- package/dist/vue/components/GridDistortion.vue.d.ts.map +1 -1
- package/dist/vue/components/Group.vue.d.ts.map +1 -1
- package/dist/vue/components/Halftone.vue.d.ts.map +1 -1
- package/dist/vue/components/HueShift.vue.d.ts.map +1 -1
- package/dist/vue/components/ImageTexture.vue.d.ts.map +1 -1
- package/dist/vue/components/Invert.vue.d.ts.map +1 -1
- package/dist/vue/components/Kaleidoscope.vue.d.ts +1 -0
- package/dist/vue/components/Kaleidoscope.vue.d.ts.map +1 -1
- package/dist/vue/components/LensFlare.vue.d.ts +1 -0
- package/dist/vue/components/LensFlare.vue.d.ts.map +1 -1
- package/dist/vue/components/LinearBlur.vue.d.ts.map +1 -1
- package/dist/vue/components/LinearGradient.vue.d.ts +2 -0
- package/dist/vue/components/LinearGradient.vue.d.ts.map +1 -1
- package/dist/vue/components/Liquify.vue.d.ts.map +1 -1
- package/dist/vue/components/Mirror.vue.d.ts +1 -0
- package/dist/vue/components/Mirror.vue.d.ts.map +1 -1
- package/dist/vue/components/Neon.vue.d.ts +55 -0
- package/dist/vue/components/Neon.vue.d.ts.map +1 -0
- package/dist/vue/components/Paper.vue.d.ts +54 -0
- package/dist/vue/components/Paper.vue.d.ts.map +1 -0
- package/dist/vue/components/Perspective.vue.d.ts +2 -0
- package/dist/vue/components/Perspective.vue.d.ts.map +1 -1
- package/dist/vue/components/Pixelate.vue.d.ts +2 -0
- package/dist/vue/components/Pixelate.vue.d.ts.map +1 -1
- package/dist/vue/components/Plasma.vue.d.ts.map +1 -1
- package/dist/vue/components/PolarCoordinates.vue.d.ts +1 -0
- package/dist/vue/components/PolarCoordinates.vue.d.ts.map +1 -1
- package/dist/vue/components/Polygon.vue.d.ts +55 -0
- package/dist/vue/components/Polygon.vue.d.ts.map +1 -0
- package/dist/vue/components/Posterize.vue.d.ts.map +1 -1
- package/dist/vue/components/ProgressiveBlur.vue.d.ts +1 -0
- package/dist/vue/components/ProgressiveBlur.vue.d.ts.map +1 -1
- package/dist/vue/components/RadialGradient.vue.d.ts +1 -0
- package/dist/vue/components/RadialGradient.vue.d.ts.map +1 -1
- package/dist/vue/components/RectangularCoordinates.vue.d.ts +1 -0
- package/dist/vue/components/RectangularCoordinates.vue.d.ts.map +1 -1
- package/dist/vue/components/Ring.vue.d.ts +55 -0
- package/dist/vue/components/Ring.vue.d.ts.map +1 -0
- package/dist/vue/components/Ripples.vue.d.ts +1 -0
- package/dist/vue/components/Ripples.vue.d.ts.map +1 -1
- package/dist/vue/components/RoundedRect.vue.d.ts +55 -0
- package/dist/vue/components/RoundedRect.vue.d.ts.map +1 -0
- package/dist/vue/components/Saturation.vue.d.ts.map +1 -1
- package/dist/vue/components/Sharpness.vue.d.ts.map +1 -1
- package/dist/vue/components/Shatter.vue.d.ts.map +1 -1
- package/dist/vue/components/SimplexNoise.vue.d.ts.map +1 -1
- package/dist/vue/components/SineWave.vue.d.ts +1 -0
- package/dist/vue/components/SineWave.vue.d.ts.map +1 -1
- package/dist/vue/components/SolidColor.vue.d.ts.map +1 -1
- package/dist/vue/components/Spherize.vue.d.ts +2 -0
- package/dist/vue/components/Spherize.vue.d.ts.map +1 -1
- package/dist/vue/components/Spiral.vue.d.ts +1 -0
- package/dist/vue/components/Spiral.vue.d.ts.map +1 -1
- package/dist/vue/components/Star.vue.d.ts +55 -0
- package/dist/vue/components/Star.vue.d.ts.map +1 -0
- package/dist/vue/components/Strands.vue.d.ts +2 -0
- package/dist/vue/components/Strands.vue.d.ts.map +1 -1
- package/dist/vue/components/Stretch.vue.d.ts +1 -0
- package/dist/vue/components/Stretch.vue.d.ts.map +1 -1
- package/dist/vue/components/Stripes.vue.d.ts.map +1 -1
- package/dist/vue/components/StudioBackground.vue.d.ts +1 -0
- package/dist/vue/components/StudioBackground.vue.d.ts.map +1 -1
- package/dist/vue/components/Swirl.vue.d.ts.map +1 -1
- package/dist/vue/components/TiltShift.vue.d.ts +1 -0
- package/dist/vue/components/TiltShift.vue.d.ts.map +1 -1
- package/dist/vue/components/Tint.vue.d.ts.map +1 -1
- package/dist/vue/components/Trapezoid.vue.d.ts +55 -0
- package/dist/vue/components/Trapezoid.vue.d.ts.map +1 -0
- package/dist/vue/components/Tritone.vue.d.ts.map +1 -1
- package/dist/vue/components/Twirl.vue.d.ts +1 -0
- package/dist/vue/components/Twirl.vue.d.ts.map +1 -1
- package/dist/vue/components/Vesica.vue.d.ts +55 -0
- package/dist/vue/components/Vesica.vue.d.ts.map +1 -0
- package/dist/vue/components/Vibrance.vue.d.ts.map +1 -1
- package/dist/vue/components/VideoTexture.vue.d.ts.map +1 -1
- package/dist/vue/components/WaveDistortion.vue.d.ts.map +1 -1
- package/dist/vue/components/WebcamTexture.vue.d.ts.map +1 -1
- package/dist/vue/components/ZoomBlur.vue.d.ts +1 -0
- package/dist/vue/components/ZoomBlur.vue.d.ts.map +1 -1
- package/dist/vue/index.d.ts +15 -0
- package/dist/vue/index.d.ts.map +1 -1
- package/dist/vue/index.js +16 -1
- package/dist/vue/utils/generatePresetCode.d.ts.map +1 -1
- package/dist/vue/utils/generatePresetCode.js +288 -2
- package/dist/vue/utils/generatePresetCode.template.d.ts.map +1 -1
- package/package.json +136 -1
- package/dist/core/Pixelate-jzWGa_BV.js +0 -37
- package/dist/core/shaderRegistry-C2JWSXay.js +0 -186
- /package/dist/core/{CRTScreen-BUsz0O_H.js → CRTScreen-BZ-sAmPZ.js} +0 -0
- /package/dist/core/{CursorRipples-DHWY-hfP.js → CursorRipples-BY1iu4MX.js} +0 -0
- /package/dist/core/{CursorTrail-BuULQ8qV.js → CursorTrail-BzrL2WMh.js} +0 -0
- /package/dist/core/{DiffuseBlur-BiC31OND.js → DiffuseBlur-Dyd42LXw.js} +0 -0
- /package/dist/core/{Dither-D6A9bH8T.js → Dither-CTInG_SB.js} +0 -0
- /package/dist/core/{DotGrid-wOP8tqHX.js → DotGrid-CsL0dnYB.js} +0 -0
- /package/dist/core/{Duotone-sWs1rKEF.js → Duotone-BbCFLFMK.js} +0 -0
- /package/dist/core/{FilmGrain-BVDkgA2W.js → FilmGrain-CSuerGc6.js} +0 -0
- /package/dist/core/{FloatingParticles-DFVXk0yT.js → FloatingParticles-CoBM_CJ8.js} +0 -0
- /package/dist/core/{GlassTiles-Db7rr0eG.js → GlassTiles-C3KnN5iI.js} +0 -0
- /package/dist/core/{Glitch-bQ7EdNTc.js → Glitch-ktKO_KpJ.js} +0 -0
- /package/dist/core/{Glow-DcYaI9pS.js → Glow-DBifdH__.js} +0 -0
- /package/dist/core/{Godrays-kZhTEIHA.js → Godrays-Bh6SzbNk.js} +0 -0
- /package/dist/core/{Grayscale-B_YZd3uy.js → Grayscale-C3gjFyCl.js} +0 -0
- /package/dist/core/{Grid-BOgZleSo.js → Grid-CtdGngeK.js} +0 -0
- /package/dist/core/{GridDistortion-Bo3YMHwn.js → GridDistortion-S4PnLDHk.js} +0 -0
- /package/dist/core/{Group-NJlcbnkb.js → Group-B9Y-gzFl.js} +0 -0
- /package/dist/core/{Halftone-DogLm5Sz.js → Halftone-B5YmZMs3.js} +0 -0
- /package/dist/core/{HueShift-CcobQ2yn.js → HueShift-BTUePzBC.js} +0 -0
- /package/dist/core/{Invert-c6RNEzsq.js → Invert-CRnAnmF1.js} +0 -0
- /package/dist/core/{Kaleidoscope-ADmVP39h.js → Kaleidoscope-ChPX5tcw.js} +0 -0
- /package/dist/core/{LensFlare-BChYlgBL.js → LensFlare-Ci0e-hkw.js} +0 -0
- /package/dist/core/{LinearBlur-Bkjns5jv.js → LinearBlur-DaW1vgWS.js} +0 -0
- /package/dist/core/{LinearGradient-CBtyQ7pS.js → LinearGradient-D7APN-6R.js} +0 -0
- /package/dist/core/{Liquify-DhAt-Zjw.js → Liquify-CeIq9oBd.js} +0 -0
- /package/dist/core/{Mirror-P5PQHRqq.js → Mirror-BYbVTGkj.js} +0 -0
- /package/dist/core/{Perspective-P0odWfct.js → Perspective-Bdm0cUQh.js} +0 -0
- /package/dist/core/{Plasma-D5SzUyO1.js → Plasma-CCGtK1Nq.js} +0 -0
- /package/dist/core/{PolarCoordinates-CjJBXXYn.js → PolarCoordinates-XCMKSG2_.js} +0 -0
- /package/dist/core/{Posterize-B_XGPa8l.js → Posterize-BI-jQFPl.js} +0 -0
- /package/dist/core/{ProgressiveBlur-Bn6TW_Nm.js → ProgressiveBlur-BJTqGhls.js} +0 -0
- /package/dist/core/{RadialGradient-DPIwryzD.js → RadialGradient-iLZnaIxZ.js} +0 -0
- /package/dist/core/{RectangularCoordinates-_wuy_3lH.js → RectangularCoordinates-BaO9nFBZ.js} +0 -0
- /package/dist/core/{Ripples-DEhu4BiP.js → Ripples-DM_4XyVc.js} +0 -0
- /package/dist/core/{Saturation-DmUZQ3u7.js → Saturation-Sn1JvnA0.js} +0 -0
- /package/dist/core/{Sharpness-C3xiyyR2.js → Sharpness-bKBphxzQ.js} +0 -0
- /package/dist/core/{Shatter-DKKKjn-j.js → Shatter-BaTW-RUu.js} +0 -0
- /package/dist/core/{SimplexNoise-BrTbyAF8.js → SimplexNoise-BHkNvira.js} +0 -0
- /package/dist/core/{SineWave-C_J_VMwO.js → SineWave-BiSC-P30.js} +0 -0
- /package/dist/core/{SolidColor-BY2tBGcO.js → SolidColor-Cx-mC1as.js} +0 -0
- /package/dist/core/{Spherize-QQs5j4pJ.js → Spherize-Do9r5rep.js} +0 -0
- /package/dist/core/{Spiral-eZqdB4az.js → Spiral-cnUEuXK4.js} +0 -0
- /package/dist/core/{Strands-Dix27a_B.js → Strands-Cv5R6Tve.js} +0 -0
- /package/dist/core/{Stretch-Bz3LETyz.js → Stretch-Cbg46rCc.js} +0 -0
- /package/dist/core/{Stripes-ClDdoKOx.js → Stripes-BFeaEYmE.js} +0 -0
- /package/dist/core/{StudioBackground-CmFJwN8P.js → StudioBackground-DmjrfYQk.js} +0 -0
- /package/dist/core/{Swirl-Bx8HwjR-.js → Swirl-BnYnaDkG.js} +0 -0
- /package/dist/core/{TiltShift-YwQVnxTS.js → TiltShift-CZYvmOJC.js} +0 -0
- /package/dist/core/{Tint-Cw39HvaL.js → Tint-CpEcvX7Q.js} +0 -0
- /package/dist/core/{Tritone-BouzdhuC.js → Tritone-zGl8HUq_.js} +0 -0
- /package/dist/core/{Twirl-IM8zffEY.js → Twirl-CYwSYwxr.js} +0 -0
- /package/dist/core/{Vibrance-HMvQZ4tL.js → Vibrance-MtwpojF5.js} +0 -0
- /package/dist/core/{WaveDistortion-CO_2EMbJ.js → WaveDistortion-BOovaVR7.js} +0 -0
- /package/dist/core/{ZoomBlur-DEy-f1iL.js → ZoomBlur-COhLGJIk.js} +0 -0
- /package/dist/core/{browser-C7ZSkE-t.js → browser-BHtD5nQW.js} +0 -0
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { BlendMode, PropDriver, TransformConfig } from '../../core';
|
|
3
|
+
import { ComponentProps } from '../../core/shaders/RoundedRect';
|
|
4
|
+
|
|
5
|
+
export type { ComponentProps };
|
|
6
|
+
/**
|
|
7
|
+
* Base props that all shader components have
|
|
8
|
+
*/
|
|
9
|
+
interface BaseShaderProps {
|
|
10
|
+
children?: React.ReactNode;
|
|
11
|
+
blendMode?: BlendMode;
|
|
12
|
+
opacity?: number;
|
|
13
|
+
visible?: boolean;
|
|
14
|
+
id?: string;
|
|
15
|
+
maskSource?: string;
|
|
16
|
+
maskType?: string;
|
|
17
|
+
renderOrder?: number;
|
|
18
|
+
transform?: Partial<TransformConfig>;
|
|
19
|
+
ref?: React.Ref<any>;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Component-specific props that merge base props with shader-specific props
|
|
23
|
+
* Note: ComponentProps are made optional since they have defaults from the shader definition
|
|
24
|
+
*/
|
|
25
|
+
type ShaderComponentProps = BaseShaderProps & Partial<Omit<ComponentProps, 'center'>> & {
|
|
26
|
+
center?: ComponentProps['center'] | PropDriver;
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* The main React wrapper component for Shader shader nodes
|
|
30
|
+
*/
|
|
31
|
+
export declare const ShaderComponent: React.FC<ShaderComponentProps>;
|
|
32
|
+
export default ShaderComponent;
|
|
33
|
+
//# sourceMappingURL=RoundedRect.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RoundedRect.d.ts","sourceRoot":"","sources":["../../src/components/RoundedRect.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,EAId,KAAK,UAAU,EACf,KAAK,eAAe,EACvB,MAAM,cAAc,CAAC;AAGtB,OAAO,EAAuB,KAAK,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAGpF,YAAY,EAAE,cAAc,EAAE,CAAC;AAI/B;;GAEG;AACH,UAAU,eAAe;IACrB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,CAAC;IACrC,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;CACxB;AAOD;;;GAGG;AACH,KAAK,oBAAoB,GAAG,eAAe,GAAG,OAAO,CAAC,IAAI,CAAC,cAAc,EAAE,QAAQ,CAAC,CAAC,GAAG;IACtF,MAAM,CAAC,EAAE,cAAc,CAAC,QAAQ,CAAC,GAAG,UAAU,CAAC;CAChD,CAAC;AAwDF;;GAEG;AACH,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAmM1D,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Saturation.d.ts","sourceRoot":"","sources":["../../src/components/Saturation.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,
|
|
1
|
+
{"version":3,"file":"Saturation.d.ts","sourceRoot":"","sources":["../../src/components/Saturation.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,EAId,KAAK,UAAU,EACf,KAAK,eAAe,EACvB,MAAM,cAAc,CAAC;AAGtB,OAAO,EAAuB,KAAK,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAGnF,YAAY,EAAE,cAAc,EAAE,CAAC;AAI/B;;GAEG;AACH,UAAU,eAAe;IACrB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,CAAC;IACrC,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;CACxB;AAOD;;;GAGG;AACH,KAAK,oBAAoB,GAAG,eAAe,GAAG,OAAO,CAAC,IAAI,CAAC,cAAc,EAAE,WAAW,CAAC,CAAC,GAAG;IACzF,SAAS,CAAC,EAAE,cAAc,CAAC,WAAW,CAAC,GAAG,UAAU,CAAC;CACtD,CAAC;AAwDF;;GAEG;AACH,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAmM1D,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Sharpness.d.ts","sourceRoot":"","sources":["../../src/components/Sharpness.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,
|
|
1
|
+
{"version":3,"file":"Sharpness.d.ts","sourceRoot":"","sources":["../../src/components/Sharpness.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,EAId,KAAK,UAAU,EACf,KAAK,eAAe,EACvB,MAAM,cAAc,CAAC;AAGtB,OAAO,EAAuB,KAAK,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAGlF,YAAY,EAAE,cAAc,EAAE,CAAC;AAI/B;;GAEG;AACH,UAAU,eAAe;IACrB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,CAAC;IACrC,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;CACxB;AAOD;;;GAGG;AACH,KAAK,oBAAoB,GAAG,eAAe,GAAG,OAAO,CAAC,IAAI,CAAC,cAAc,EAAE,WAAW,CAAC,CAAC,GAAG;IACzF,SAAS,CAAC,EAAE,cAAc,CAAC,WAAW,CAAC,GAAG,UAAU,CAAC;CACtD,CAAC;AAwDF;;GAEG;AACH,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAmM1D,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Shatter.d.ts","sourceRoot":"","sources":["../../src/components/Shatter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,
|
|
1
|
+
{"version":3,"file":"Shatter.d.ts","sourceRoot":"","sources":["../../src/components/Shatter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,EAId,KAAK,UAAU,EACf,KAAK,eAAe,EACvB,MAAM,cAAc,CAAC;AAGtB,OAAO,EAAuB,KAAK,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAGhF,YAAY,EAAE,cAAc,EAAE,CAAC;AAI/B;;GAEG;AACH,UAAU,eAAe;IACrB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,CAAC;IACrC,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;CACxB;AAOD;;;GAGG;AACH,KAAK,oBAAoB,GAAG,eAAe,GAAG,OAAO,CAAC,IAAI,CAAC,cAAc,EAAE,YAAY,GAAG,gBAAgB,GAAG,oBAAoB,CAAC,CAAC,GAAG;IACpI,UAAU,CAAC,EAAE,cAAc,CAAC,YAAY,CAAC,GAAG,UAAU,CAAC;IACvD,cAAc,CAAC,EAAE,cAAc,CAAC,gBAAgB,CAAC,GAAG,UAAU,CAAC;IAC/D,kBAAkB,CAAC,EAAE,cAAc,CAAC,oBAAoB,CAAC,GAAG,UAAU,CAAC;CACxE,CAAC;AAwDF;;GAEG;AACH,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAmM1D,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SimplexNoise.d.ts","sourceRoot":"","sources":["../../src/components/SimplexNoise.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,
|
|
1
|
+
{"version":3,"file":"SimplexNoise.d.ts","sourceRoot":"","sources":["../../src/components/SimplexNoise.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,EAId,KAAK,UAAU,EACf,KAAK,eAAe,EACvB,MAAM,cAAc,CAAC;AAGtB,OAAO,EAAuB,KAAK,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAGrF,YAAY,EAAE,cAAc,EAAE,CAAC;AAI/B;;GAEG;AACH,UAAU,eAAe;IACrB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,CAAC;IACrC,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;CACxB;AAOD;;;GAGG;AACH,KAAK,oBAAoB,GAAG,eAAe,GAAG,OAAO,CAAC,IAAI,CAAC,cAAc,EAAE,SAAS,GAAG,UAAU,CAAC,CAAC,GAAG;IACpG,OAAO,CAAC,EAAE,cAAc,CAAC,SAAS,CAAC,GAAG,UAAU,CAAC;IACjD,QAAQ,CAAC,EAAE,cAAc,CAAC,UAAU,CAAC,GAAG,UAAU,CAAC;CACpD,CAAC;AAwDF;;GAEG;AACH,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAmM1D,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -22,10 +22,11 @@ interface BaseShaderProps {
|
|
|
22
22
|
* Component-specific props that merge base props with shader-specific props
|
|
23
23
|
* Note: ComponentProps are made optional since they have defaults from the shader definition
|
|
24
24
|
*/
|
|
25
|
-
type ShaderComponentProps = BaseShaderProps & Partial<Omit<ComponentProps, 'amplitude' | 'frequency' | 'angle' | 'thickness' | 'softness'>> & {
|
|
25
|
+
type ShaderComponentProps = BaseShaderProps & Partial<Omit<ComponentProps, 'amplitude' | 'frequency' | 'angle' | 'position' | 'thickness' | 'softness'>> & {
|
|
26
26
|
amplitude?: ComponentProps['amplitude'] | PropDriver;
|
|
27
27
|
frequency?: ComponentProps['frequency'] | PropDriver;
|
|
28
28
|
angle?: ComponentProps['angle'] | PropDriver;
|
|
29
|
+
position?: ComponentProps['position'] | PropDriver;
|
|
29
30
|
thickness?: ComponentProps['thickness'] | PropDriver;
|
|
30
31
|
softness?: ComponentProps['softness'] | PropDriver;
|
|
31
32
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SineWave.d.ts","sourceRoot":"","sources":["../../src/components/SineWave.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,
|
|
1
|
+
{"version":3,"file":"SineWave.d.ts","sourceRoot":"","sources":["../../src/components/SineWave.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,EAId,KAAK,UAAU,EACf,KAAK,eAAe,EACvB,MAAM,cAAc,CAAC;AAGtB,OAAO,EAAuB,KAAK,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAGjF,YAAY,EAAE,cAAc,EAAE,CAAC;AAI/B;;GAEG;AACH,UAAU,eAAe;IACrB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,CAAC;IACrC,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;CACxB;AAOD;;;GAGG;AACH,KAAK,oBAAoB,GAAG,eAAe,GAAG,OAAO,CAAC,IAAI,CAAC,cAAc,EAAE,WAAW,GAAG,WAAW,GAAG,OAAO,GAAG,UAAU,GAAG,WAAW,GAAG,UAAU,CAAC,CAAC,GAAG;IACzJ,SAAS,CAAC,EAAE,cAAc,CAAC,WAAW,CAAC,GAAG,UAAU,CAAC;IACrD,SAAS,CAAC,EAAE,cAAc,CAAC,WAAW,CAAC,GAAG,UAAU,CAAC;IACrD,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,GAAG,UAAU,CAAC;IAC7C,QAAQ,CAAC,EAAE,cAAc,CAAC,UAAU,CAAC,GAAG,UAAU,CAAC;IACnD,SAAS,CAAC,EAAE,cAAc,CAAC,WAAW,CAAC,GAAG,UAAU,CAAC;IACrD,QAAQ,CAAC,EAAE,cAAc,CAAC,UAAU,CAAC,GAAG,UAAU,CAAC;CACpD,CAAC;AAwDF;;GAEG;AACH,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAmM1D,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SolidColor.d.ts","sourceRoot":"","sources":["../../src/components/SolidColor.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,
|
|
1
|
+
{"version":3,"file":"SolidColor.d.ts","sourceRoot":"","sources":["../../src/components/SolidColor.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,EAKd,KAAK,eAAe,EACvB,MAAM,cAAc,CAAC;AAGtB,OAAO,EAAuB,KAAK,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAGnF,YAAY,EAAE,cAAc,EAAE,CAAC;AAI/B;;GAEG;AACH,UAAU,eAAe;IACrB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,CAAC;IACrC,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;CACxB;AAOD;;;GAGG;AACH,KAAK,oBAAoB,GAAG,eAAe,GAAG,OAAO,CAAC,IAAI,CAAC,cAAc,EAAE,KAAK,CAAC,CAAC,GAAG,EACpF,CAAC;AAwDF;;GAEG;AACH,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAmM1D,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -22,9 +22,11 @@ interface BaseShaderProps {
|
|
|
22
22
|
* Component-specific props that merge base props with shader-specific props
|
|
23
23
|
* Note: ComponentProps are made optional since they have defaults from the shader definition
|
|
24
24
|
*/
|
|
25
|
-
type ShaderComponentProps = BaseShaderProps & Partial<Omit<ComponentProps, 'radius' | 'depth' | 'lightIntensity' | 'lightSoftness'>> & {
|
|
25
|
+
type ShaderComponentProps = BaseShaderProps & Partial<Omit<ComponentProps, 'radius' | 'depth' | 'center' | 'lightPosition' | 'lightIntensity' | 'lightSoftness'>> & {
|
|
26
26
|
radius?: ComponentProps['radius'] | PropDriver;
|
|
27
27
|
depth?: ComponentProps['depth'] | PropDriver;
|
|
28
|
+
center?: ComponentProps['center'] | PropDriver;
|
|
29
|
+
lightPosition?: ComponentProps['lightPosition'] | PropDriver;
|
|
28
30
|
lightIntensity?: ComponentProps['lightIntensity'] | PropDriver;
|
|
29
31
|
lightSoftness?: ComponentProps['lightSoftness'] | PropDriver;
|
|
30
32
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Spherize.d.ts","sourceRoot":"","sources":["../../src/components/Spherize.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,
|
|
1
|
+
{"version":3,"file":"Spherize.d.ts","sourceRoot":"","sources":["../../src/components/Spherize.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,EAId,KAAK,UAAU,EACf,KAAK,eAAe,EACvB,MAAM,cAAc,CAAC;AAGtB,OAAO,EAAuB,KAAK,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAGjF,YAAY,EAAE,cAAc,EAAE,CAAC;AAI/B;;GAEG;AACH,UAAU,eAAe;IACrB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,CAAC;IACrC,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;CACxB;AAOD;;;GAGG;AACH,KAAK,oBAAoB,GAAG,eAAe,GAAG,OAAO,CAAC,IAAI,CAAC,cAAc,EAAE,QAAQ,GAAG,OAAO,GAAG,QAAQ,GAAG,eAAe,GAAG,gBAAgB,GAAG,eAAe,CAAC,CAAC,GAAG;IAClK,MAAM,CAAC,EAAE,cAAc,CAAC,QAAQ,CAAC,GAAG,UAAU,CAAC;IAC/C,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,GAAG,UAAU,CAAC;IAC7C,MAAM,CAAC,EAAE,cAAc,CAAC,QAAQ,CAAC,GAAG,UAAU,CAAC;IAC/C,aAAa,CAAC,EAAE,cAAc,CAAC,eAAe,CAAC,GAAG,UAAU,CAAC;IAC7D,cAAc,CAAC,EAAE,cAAc,CAAC,gBAAgB,CAAC,GAAG,UAAU,CAAC;IAC/D,aAAa,CAAC,EAAE,cAAc,CAAC,eAAe,CAAC,GAAG,UAAU,CAAC;CAC9D,CAAC;AAwDF;;GAEG;AACH,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAmM1D,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -22,10 +22,11 @@ interface BaseShaderProps {
|
|
|
22
22
|
* Component-specific props that merge base props with shader-specific props
|
|
23
23
|
* Note: ComponentProps are made optional since they have defaults from the shader definition
|
|
24
24
|
*/
|
|
25
|
-
type ShaderComponentProps = BaseShaderProps & Partial<Omit<ComponentProps, 'strokeWidth' | 'strokeFalloff' | 'softness' | 'scale'>> & {
|
|
25
|
+
type ShaderComponentProps = BaseShaderProps & Partial<Omit<ComponentProps, 'strokeWidth' | 'strokeFalloff' | 'softness' | 'center' | 'scale'>> & {
|
|
26
26
|
strokeWidth?: ComponentProps['strokeWidth'] | PropDriver;
|
|
27
27
|
strokeFalloff?: ComponentProps['strokeFalloff'] | PropDriver;
|
|
28
28
|
softness?: ComponentProps['softness'] | PropDriver;
|
|
29
|
+
center?: ComponentProps['center'] | PropDriver;
|
|
29
30
|
scale?: ComponentProps['scale'] | PropDriver;
|
|
30
31
|
};
|
|
31
32
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Spiral.d.ts","sourceRoot":"","sources":["../../src/components/Spiral.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,
|
|
1
|
+
{"version":3,"file":"Spiral.d.ts","sourceRoot":"","sources":["../../src/components/Spiral.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,EAId,KAAK,UAAU,EACf,KAAK,eAAe,EACvB,MAAM,cAAc,CAAC;AAGtB,OAAO,EAAuB,KAAK,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAG/E,YAAY,EAAE,cAAc,EAAE,CAAC;AAI/B;;GAEG;AACH,UAAU,eAAe;IACrB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,CAAC;IACrC,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;CACxB;AAOD;;;GAGG;AACH,KAAK,oBAAoB,GAAG,eAAe,GAAG,OAAO,CAAC,IAAI,CAAC,cAAc,EAAE,aAAa,GAAG,eAAe,GAAG,UAAU,GAAG,QAAQ,GAAG,OAAO,CAAC,CAAC,GAAG;IAC/I,WAAW,CAAC,EAAE,cAAc,CAAC,aAAa,CAAC,GAAG,UAAU,CAAC;IACzD,aAAa,CAAC,EAAE,cAAc,CAAC,eAAe,CAAC,GAAG,UAAU,CAAC;IAC7D,QAAQ,CAAC,EAAE,cAAc,CAAC,UAAU,CAAC,GAAG,UAAU,CAAC;IACnD,MAAM,CAAC,EAAE,cAAc,CAAC,QAAQ,CAAC,GAAG,UAAU,CAAC;IAC/C,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,GAAG,UAAU,CAAC;CAC9C,CAAC;AAwDF;;GAEG;AACH,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAmM1D,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { BlendMode, PropDriver, TransformConfig } from '../../core';
|
|
3
|
+
import { ComponentProps } from '../../core/shaders/Star';
|
|
4
|
+
|
|
5
|
+
export type { ComponentProps };
|
|
6
|
+
/**
|
|
7
|
+
* Base props that all shader components have
|
|
8
|
+
*/
|
|
9
|
+
interface BaseShaderProps {
|
|
10
|
+
children?: React.ReactNode;
|
|
11
|
+
blendMode?: BlendMode;
|
|
12
|
+
opacity?: number;
|
|
13
|
+
visible?: boolean;
|
|
14
|
+
id?: string;
|
|
15
|
+
maskSource?: string;
|
|
16
|
+
maskType?: string;
|
|
17
|
+
renderOrder?: number;
|
|
18
|
+
transform?: Partial<TransformConfig>;
|
|
19
|
+
ref?: React.Ref<any>;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Component-specific props that merge base props with shader-specific props
|
|
23
|
+
* Note: ComponentProps are made optional since they have defaults from the shader definition
|
|
24
|
+
*/
|
|
25
|
+
type ShaderComponentProps = BaseShaderProps & Partial<Omit<ComponentProps, 'center'>> & {
|
|
26
|
+
center?: ComponentProps['center'] | PropDriver;
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* The main React wrapper component for Shader shader nodes
|
|
30
|
+
*/
|
|
31
|
+
export declare const ShaderComponent: React.FC<ShaderComponentProps>;
|
|
32
|
+
export default ShaderComponent;
|
|
33
|
+
//# sourceMappingURL=Star.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Star.d.ts","sourceRoot":"","sources":["../../src/components/Star.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,EAId,KAAK,UAAU,EACf,KAAK,eAAe,EACvB,MAAM,cAAc,CAAC;AAGtB,OAAO,EAAuB,KAAK,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAG7E,YAAY,EAAE,cAAc,EAAE,CAAC;AAI/B;;GAEG;AACH,UAAU,eAAe;IACrB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,CAAC;IACrC,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;CACxB;AAOD;;;GAGG;AACH,KAAK,oBAAoB,GAAG,eAAe,GAAG,OAAO,CAAC,IAAI,CAAC,cAAc,EAAE,QAAQ,CAAC,CAAC,GAAG;IACtF,MAAM,CAAC,EAAE,cAAc,CAAC,QAAQ,CAAC,GAAG,UAAU,CAAC;CAChD,CAAC;AAwDF;;GAEG;AACH,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAmM1D,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -22,10 +22,12 @@ interface BaseShaderProps {
|
|
|
22
22
|
* Component-specific props that merge base props with shader-specific props
|
|
23
23
|
* Note: ComponentProps are made optional since they have defaults from the shader definition
|
|
24
24
|
*/
|
|
25
|
-
type ShaderComponentProps = BaseShaderProps & Partial<Omit<ComponentProps, 'amplitude' | 'frequency' | 'lineWidth'>> & {
|
|
25
|
+
type ShaderComponentProps = BaseShaderProps & Partial<Omit<ComponentProps, 'amplitude' | 'frequency' | 'lineWidth' | 'start' | 'end'>> & {
|
|
26
26
|
amplitude?: ComponentProps['amplitude'] | PropDriver;
|
|
27
27
|
frequency?: ComponentProps['frequency'] | PropDriver;
|
|
28
28
|
lineWidth?: ComponentProps['lineWidth'] | PropDriver;
|
|
29
|
+
start?: ComponentProps['start'] | PropDriver;
|
|
30
|
+
end?: ComponentProps['end'] | PropDriver;
|
|
29
31
|
};
|
|
30
32
|
/**
|
|
31
33
|
* The main React wrapper component for Shader shader nodes
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Strands.d.ts","sourceRoot":"","sources":["../../src/components/Strands.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,
|
|
1
|
+
{"version":3,"file":"Strands.d.ts","sourceRoot":"","sources":["../../src/components/Strands.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,EAId,KAAK,UAAU,EACf,KAAK,eAAe,EACvB,MAAM,cAAc,CAAC;AAGtB,OAAO,EAAuB,KAAK,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAGhF,YAAY,EAAE,cAAc,EAAE,CAAC;AAI/B;;GAEG;AACH,UAAU,eAAe;IACrB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,CAAC;IACrC,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;CACxB;AAOD;;;GAGG;AACH,KAAK,oBAAoB,GAAG,eAAe,GAAG,OAAO,CAAC,IAAI,CAAC,cAAc,EAAE,WAAW,GAAG,WAAW,GAAG,WAAW,GAAG,OAAO,GAAG,KAAK,CAAC,CAAC,GAAG;IACvI,SAAS,CAAC,EAAE,cAAc,CAAC,WAAW,CAAC,GAAG,UAAU,CAAC;IACrD,SAAS,CAAC,EAAE,cAAc,CAAC,WAAW,CAAC,GAAG,UAAU,CAAC;IACrD,SAAS,CAAC,EAAE,cAAc,CAAC,WAAW,CAAC,GAAG,UAAU,CAAC;IACrD,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,GAAG,UAAU,CAAC;IAC7C,GAAG,CAAC,EAAE,cAAc,CAAC,KAAK,CAAC,GAAG,UAAU,CAAC;CAC1C,CAAC;AAwDF;;GAEG;AACH,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAmM1D,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -22,7 +22,8 @@ interface BaseShaderProps {
|
|
|
22
22
|
* Component-specific props that merge base props with shader-specific props
|
|
23
23
|
* Note: ComponentProps are made optional since they have defaults from the shader definition
|
|
24
24
|
*/
|
|
25
|
-
type ShaderComponentProps = BaseShaderProps & Partial<Omit<ComponentProps, 'strength' | 'angle' | 'falloff'>> & {
|
|
25
|
+
type ShaderComponentProps = BaseShaderProps & Partial<Omit<ComponentProps, 'center' | 'strength' | 'angle' | 'falloff'>> & {
|
|
26
|
+
center?: ComponentProps['center'] | PropDriver;
|
|
26
27
|
strength?: ComponentProps['strength'] | PropDriver;
|
|
27
28
|
angle?: ComponentProps['angle'] | PropDriver;
|
|
28
29
|
falloff?: ComponentProps['falloff'] | PropDriver;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Stretch.d.ts","sourceRoot":"","sources":["../../src/components/Stretch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,
|
|
1
|
+
{"version":3,"file":"Stretch.d.ts","sourceRoot":"","sources":["../../src/components/Stretch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,EAId,KAAK,UAAU,EACf,KAAK,eAAe,EACvB,MAAM,cAAc,CAAC;AAGtB,OAAO,EAAuB,KAAK,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAGhF,YAAY,EAAE,cAAc,EAAE,CAAC;AAI/B;;GAEG;AACH,UAAU,eAAe;IACrB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,CAAC;IACrC,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;CACxB;AAOD;;;GAGG;AACH,KAAK,oBAAoB,GAAG,eAAe,GAAG,OAAO,CAAC,IAAI,CAAC,cAAc,EAAE,QAAQ,GAAG,UAAU,GAAG,OAAO,GAAG,SAAS,CAAC,CAAC,GAAG;IACzH,MAAM,CAAC,EAAE,cAAc,CAAC,QAAQ,CAAC,GAAG,UAAU,CAAC;IAC/C,QAAQ,CAAC,EAAE,cAAc,CAAC,UAAU,CAAC,GAAG,UAAU,CAAC;IACnD,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,GAAG,UAAU,CAAC;IAC7C,OAAO,CAAC,EAAE,cAAc,CAAC,SAAS,CAAC,GAAG,UAAU,CAAC;CAClD,CAAC;AAwDF;;GAEG;AACH,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAmM1D,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Stripes.d.ts","sourceRoot":"","sources":["../../src/components/Stripes.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,
|
|
1
|
+
{"version":3,"file":"Stripes.d.ts","sourceRoot":"","sources":["../../src/components/Stripes.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,EAId,KAAK,UAAU,EACf,KAAK,eAAe,EACvB,MAAM,cAAc,CAAC;AAGtB,OAAO,EAAuB,KAAK,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAGhF,YAAY,EAAE,cAAc,EAAE,CAAC;AAI/B;;GAEG;AACH,UAAU,eAAe;IACrB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,CAAC;IACrC,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;CACxB;AAOD;;;GAGG;AACH,KAAK,oBAAoB,GAAG,eAAe,GAAG,OAAO,CAAC,IAAI,CAAC,cAAc,EAAE,OAAO,GAAG,SAAS,GAAG,SAAS,GAAG,UAAU,GAAG,QAAQ,CAAC,CAAC,GAAG;IACrI,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,GAAG,UAAU,CAAC;IAC7C,OAAO,CAAC,EAAE,cAAc,CAAC,SAAS,CAAC,GAAG,UAAU,CAAC;IACjD,OAAO,CAAC,EAAE,cAAc,CAAC,SAAS,CAAC,GAAG,UAAU,CAAC;IACjD,QAAQ,CAAC,EAAE,cAAc,CAAC,UAAU,CAAC,GAAG,UAAU,CAAC;IACnD,MAAM,CAAC,EAAE,cAAc,CAAC,QAAQ,CAAC,GAAG,UAAU,CAAC;CAChD,CAAC;AAwDF;;GAEG;AACH,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAmM1D,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -22,7 +22,7 @@ interface BaseShaderProps {
|
|
|
22
22
|
* Component-specific props that merge base props with shader-specific props
|
|
23
23
|
* Note: ComponentProps are made optional since they have defaults from the shader definition
|
|
24
24
|
*/
|
|
25
|
-
type ShaderComponentProps = BaseShaderProps & Partial<Omit<ComponentProps, 'keyIntensity' | 'keySoftness' | 'fillIntensity' | 'fillSoftness' | 'fillAngle' | 'backIntensity' | 'backSoftness' | 'brightness' | 'vignette' | 'lightTarget' | 'wallCurvature' | 'ambientIntensity'>> & {
|
|
25
|
+
type ShaderComponentProps = BaseShaderProps & Partial<Omit<ComponentProps, 'keyIntensity' | 'keySoftness' | 'fillIntensity' | 'fillSoftness' | 'fillAngle' | 'backIntensity' | 'backSoftness' | 'brightness' | 'vignette' | 'center' | 'lightTarget' | 'wallCurvature' | 'ambientIntensity'>> & {
|
|
26
26
|
keyIntensity?: ComponentProps['keyIntensity'] | PropDriver;
|
|
27
27
|
keySoftness?: ComponentProps['keySoftness'] | PropDriver;
|
|
28
28
|
fillIntensity?: ComponentProps['fillIntensity'] | PropDriver;
|
|
@@ -32,6 +32,7 @@ type ShaderComponentProps = BaseShaderProps & Partial<Omit<ComponentProps, 'keyI
|
|
|
32
32
|
backSoftness?: ComponentProps['backSoftness'] | PropDriver;
|
|
33
33
|
brightness?: ComponentProps['brightness'] | PropDriver;
|
|
34
34
|
vignette?: ComponentProps['vignette'] | PropDriver;
|
|
35
|
+
center?: ComponentProps['center'] | PropDriver;
|
|
35
36
|
lightTarget?: ComponentProps['lightTarget'] | PropDriver;
|
|
36
37
|
wallCurvature?: ComponentProps['wallCurvature'] | PropDriver;
|
|
37
38
|
ambientIntensity?: ComponentProps['ambientIntensity'] | PropDriver;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StudioBackground.d.ts","sourceRoot":"","sources":["../../src/components/StudioBackground.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,
|
|
1
|
+
{"version":3,"file":"StudioBackground.d.ts","sourceRoot":"","sources":["../../src/components/StudioBackground.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,EAId,KAAK,UAAU,EACf,KAAK,eAAe,EACvB,MAAM,cAAc,CAAC;AAGtB,OAAO,EAAuB,KAAK,cAAc,EAAE,MAAM,+BAA+B,CAAC;AAGzF,YAAY,EAAE,cAAc,EAAE,CAAC;AAI/B;;GAEG;AACH,UAAU,eAAe;IACrB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,CAAC;IACrC,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;CACxB;AAOD;;;GAGG;AACH,KAAK,oBAAoB,GAAG,eAAe,GAAG,OAAO,CAAC,IAAI,CAAC,cAAc,EAAE,cAAc,GAAG,aAAa,GAAG,eAAe,GAAG,cAAc,GAAG,WAAW,GAAG,eAAe,GAAG,cAAc,GAAG,YAAY,GAAG,UAAU,GAAG,QAAQ,GAAG,aAAa,GAAG,eAAe,GAAG,kBAAkB,CAAC,CAAC,GAAG;IAC9R,YAAY,CAAC,EAAE,cAAc,CAAC,cAAc,CAAC,GAAG,UAAU,CAAC;IAC3D,WAAW,CAAC,EAAE,cAAc,CAAC,aAAa,CAAC,GAAG,UAAU,CAAC;IACzD,aAAa,CAAC,EAAE,cAAc,CAAC,eAAe,CAAC,GAAG,UAAU,CAAC;IAC7D,YAAY,CAAC,EAAE,cAAc,CAAC,cAAc,CAAC,GAAG,UAAU,CAAC;IAC3D,SAAS,CAAC,EAAE,cAAc,CAAC,WAAW,CAAC,GAAG,UAAU,CAAC;IACrD,aAAa,CAAC,EAAE,cAAc,CAAC,eAAe,CAAC,GAAG,UAAU,CAAC;IAC7D,YAAY,CAAC,EAAE,cAAc,CAAC,cAAc,CAAC,GAAG,UAAU,CAAC;IAC3D,UAAU,CAAC,EAAE,cAAc,CAAC,YAAY,CAAC,GAAG,UAAU,CAAC;IACvD,QAAQ,CAAC,EAAE,cAAc,CAAC,UAAU,CAAC,GAAG,UAAU,CAAC;IACnD,MAAM,CAAC,EAAE,cAAc,CAAC,QAAQ,CAAC,GAAG,UAAU,CAAC;IAC/C,WAAW,CAAC,EAAE,cAAc,CAAC,aAAa,CAAC,GAAG,UAAU,CAAC;IACzD,aAAa,CAAC,EAAE,cAAc,CAAC,eAAe,CAAC,GAAG,UAAU,CAAC;IAC7D,gBAAgB,CAAC,EAAE,cAAc,CAAC,kBAAkB,CAAC,GAAG,UAAU,CAAC;CACpE,CAAC;AAwDF;;GAEG;AACH,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAmM1D,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Swirl.d.ts","sourceRoot":"","sources":["../../src/components/Swirl.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,
|
|
1
|
+
{"version":3,"file":"Swirl.d.ts","sourceRoot":"","sources":["../../src/components/Swirl.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,EAId,KAAK,UAAU,EACf,KAAK,eAAe,EACvB,MAAM,cAAc,CAAC;AAGtB,OAAO,EAAuB,KAAK,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAG9E,YAAY,EAAE,cAAc,EAAE,CAAC;AAI/B;;GAEG;AACH,UAAU,eAAe;IACrB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,CAAC;IACrC,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;CACxB;AAOD;;;GAGG;AACH,KAAK,oBAAoB,GAAG,eAAe,GAAG,OAAO,CAAC,IAAI,CAAC,cAAc,EAAE,QAAQ,GAAG,OAAO,CAAC,CAAC,GAAG;IAChG,MAAM,CAAC,EAAE,cAAc,CAAC,QAAQ,CAAC,GAAG,UAAU,CAAC;IAC/C,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,GAAG,UAAU,CAAC;CAC9C,CAAC;AAwDF;;GAEG;AACH,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAmM1D,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -22,11 +22,12 @@ interface BaseShaderProps {
|
|
|
22
22
|
* Component-specific props that merge base props with shader-specific props
|
|
23
23
|
* Note: ComponentProps are made optional since they have defaults from the shader definition
|
|
24
24
|
*/
|
|
25
|
-
type ShaderComponentProps = BaseShaderProps & Partial<Omit<ComponentProps, 'intensity' | 'width' | 'falloff' | 'angle'>> & {
|
|
25
|
+
type ShaderComponentProps = BaseShaderProps & Partial<Omit<ComponentProps, 'intensity' | 'width' | 'falloff' | 'angle' | 'center'>> & {
|
|
26
26
|
intensity?: ComponentProps['intensity'] | PropDriver;
|
|
27
27
|
width?: ComponentProps['width'] | PropDriver;
|
|
28
28
|
falloff?: ComponentProps['falloff'] | PropDriver;
|
|
29
29
|
angle?: ComponentProps['angle'] | PropDriver;
|
|
30
|
+
center?: ComponentProps['center'] | PropDriver;
|
|
30
31
|
};
|
|
31
32
|
/**
|
|
32
33
|
* The main React wrapper component for Shader shader nodes
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TiltShift.d.ts","sourceRoot":"","sources":["../../src/components/TiltShift.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,
|
|
1
|
+
{"version":3,"file":"TiltShift.d.ts","sourceRoot":"","sources":["../../src/components/TiltShift.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,EAId,KAAK,UAAU,EACf,KAAK,eAAe,EACvB,MAAM,cAAc,CAAC;AAGtB,OAAO,EAAuB,KAAK,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAGlF,YAAY,EAAE,cAAc,EAAE,CAAC;AAI/B;;GAEG;AACH,UAAU,eAAe;IACrB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,CAAC;IACrC,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;CACxB;AAOD;;;GAGG;AACH,KAAK,oBAAoB,GAAG,eAAe,GAAG,OAAO,CAAC,IAAI,CAAC,cAAc,EAAE,WAAW,GAAG,OAAO,GAAG,SAAS,GAAG,OAAO,GAAG,QAAQ,CAAC,CAAC,GAAG;IACpI,SAAS,CAAC,EAAE,cAAc,CAAC,WAAW,CAAC,GAAG,UAAU,CAAC;IACrD,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,GAAG,UAAU,CAAC;IAC7C,OAAO,CAAC,EAAE,cAAc,CAAC,SAAS,CAAC,GAAG,UAAU,CAAC;IACjD,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,GAAG,UAAU,CAAC;IAC7C,MAAM,CAAC,EAAE,cAAc,CAAC,QAAQ,CAAC,GAAG,UAAU,CAAC;CAChD,CAAC;AAwDF;;GAEG;AACH,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAmM1D,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tint.d.ts","sourceRoot":"","sources":["../../src/components/Tint.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,
|
|
1
|
+
{"version":3,"file":"Tint.d.ts","sourceRoot":"","sources":["../../src/components/Tint.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,EAId,KAAK,UAAU,EACf,KAAK,eAAe,EACvB,MAAM,cAAc,CAAC;AAGtB,OAAO,EAAuB,KAAK,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAG7E,YAAY,EAAE,cAAc,EAAE,CAAC;AAI/B;;GAEG;AACH,UAAU,eAAe;IACrB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,CAAC;IACrC,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;CACxB;AAOD;;;GAGG;AACH,KAAK,oBAAoB,GAAG,eAAe,GAAG,OAAO,CAAC,IAAI,CAAC,cAAc,EAAE,QAAQ,CAAC,CAAC,GAAG;IACtF,MAAM,CAAC,EAAE,cAAc,CAAC,QAAQ,CAAC,GAAG,UAAU,CAAC;CAChD,CAAC;AAwDF;;GAEG;AACH,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAmM1D,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { BlendMode, PropDriver, TransformConfig } from '../../core';
|
|
3
|
+
import { ComponentProps } from '../../core/shaders/Trapezoid';
|
|
4
|
+
|
|
5
|
+
export type { ComponentProps };
|
|
6
|
+
/**
|
|
7
|
+
* Base props that all shader components have
|
|
8
|
+
*/
|
|
9
|
+
interface BaseShaderProps {
|
|
10
|
+
children?: React.ReactNode;
|
|
11
|
+
blendMode?: BlendMode;
|
|
12
|
+
opacity?: number;
|
|
13
|
+
visible?: boolean;
|
|
14
|
+
id?: string;
|
|
15
|
+
maskSource?: string;
|
|
16
|
+
maskType?: string;
|
|
17
|
+
renderOrder?: number;
|
|
18
|
+
transform?: Partial<TransformConfig>;
|
|
19
|
+
ref?: React.Ref<any>;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Component-specific props that merge base props with shader-specific props
|
|
23
|
+
* Note: ComponentProps are made optional since they have defaults from the shader definition
|
|
24
|
+
*/
|
|
25
|
+
type ShaderComponentProps = BaseShaderProps & Partial<Omit<ComponentProps, 'center'>> & {
|
|
26
|
+
center?: ComponentProps['center'] | PropDriver;
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* The main React wrapper component for Shader shader nodes
|
|
30
|
+
*/
|
|
31
|
+
export declare const ShaderComponent: React.FC<ShaderComponentProps>;
|
|
32
|
+
export default ShaderComponent;
|
|
33
|
+
//# sourceMappingURL=Trapezoid.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Trapezoid.d.ts","sourceRoot":"","sources":["../../src/components/Trapezoid.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,EAId,KAAK,UAAU,EACf,KAAK,eAAe,EACvB,MAAM,cAAc,CAAC;AAGtB,OAAO,EAAuB,KAAK,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAGlF,YAAY,EAAE,cAAc,EAAE,CAAC;AAI/B;;GAEG;AACH,UAAU,eAAe;IACrB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,CAAC;IACrC,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;CACxB;AAOD;;;GAGG;AACH,KAAK,oBAAoB,GAAG,eAAe,GAAG,OAAO,CAAC,IAAI,CAAC,cAAc,EAAE,QAAQ,CAAC,CAAC,GAAG;IACtF,MAAM,CAAC,EAAE,cAAc,CAAC,QAAQ,CAAC,GAAG,UAAU,CAAC;CAChD,CAAC;AAwDF;;GAEG;AACH,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAmM1D,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tritone.d.ts","sourceRoot":"","sources":["../../src/components/Tritone.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,
|
|
1
|
+
{"version":3,"file":"Tritone.d.ts","sourceRoot":"","sources":["../../src/components/Tritone.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,EAId,KAAK,UAAU,EACf,KAAK,eAAe,EACvB,MAAM,cAAc,CAAC;AAGtB,OAAO,EAAuB,KAAK,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAGhF,YAAY,EAAE,cAAc,EAAE,CAAC;AAI/B;;GAEG;AACH,UAAU,eAAe;IACrB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,CAAC;IACrC,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;CACxB;AAOD;;;GAGG;AACH,KAAK,oBAAoB,GAAG,eAAe,GAAG,OAAO,CAAC,IAAI,CAAC,cAAc,EAAE,UAAU,CAAC,CAAC,GAAG;IACxF,QAAQ,CAAC,EAAE,cAAc,CAAC,UAAU,CAAC,GAAG,UAAU,CAAC;CACpD,CAAC;AAwDF;;GAEG;AACH,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAmM1D,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -22,7 +22,8 @@ interface BaseShaderProps {
|
|
|
22
22
|
* Component-specific props that merge base props with shader-specific props
|
|
23
23
|
* Note: ComponentProps are made optional since they have defaults from the shader definition
|
|
24
24
|
*/
|
|
25
|
-
type ShaderComponentProps = BaseShaderProps & Partial<Omit<ComponentProps, 'intensity'>> & {
|
|
25
|
+
type ShaderComponentProps = BaseShaderProps & Partial<Omit<ComponentProps, 'center' | 'intensity'>> & {
|
|
26
|
+
center?: ComponentProps['center'] | PropDriver;
|
|
26
27
|
intensity?: ComponentProps['intensity'] | PropDriver;
|
|
27
28
|
};
|
|
28
29
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Twirl.d.ts","sourceRoot":"","sources":["../../src/components/Twirl.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,
|
|
1
|
+
{"version":3,"file":"Twirl.d.ts","sourceRoot":"","sources":["../../src/components/Twirl.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,EAId,KAAK,UAAU,EACf,KAAK,eAAe,EACvB,MAAM,cAAc,CAAC;AAGtB,OAAO,EAAuB,KAAK,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAG9E,YAAY,EAAE,cAAc,EAAE,CAAC;AAI/B;;GAEG;AACH,UAAU,eAAe;IACrB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,CAAC;IACrC,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;CACxB;AAOD;;;GAGG;AACH,KAAK,oBAAoB,GAAG,eAAe,GAAG,OAAO,CAAC,IAAI,CAAC,cAAc,EAAE,QAAQ,GAAG,WAAW,CAAC,CAAC,GAAG;IACpG,MAAM,CAAC,EAAE,cAAc,CAAC,QAAQ,CAAC,GAAG,UAAU,CAAC;IAC/C,SAAS,CAAC,EAAE,cAAc,CAAC,WAAW,CAAC,GAAG,UAAU,CAAC;CACtD,CAAC;AAwDF;;GAEG;AACH,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAmM1D,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { BlendMode, PropDriver, TransformConfig } from '../../core';
|
|
3
|
+
import { ComponentProps } from '../../core/shaders/Vesica';
|
|
4
|
+
|
|
5
|
+
export type { ComponentProps };
|
|
6
|
+
/**
|
|
7
|
+
* Base props that all shader components have
|
|
8
|
+
*/
|
|
9
|
+
interface BaseShaderProps {
|
|
10
|
+
children?: React.ReactNode;
|
|
11
|
+
blendMode?: BlendMode;
|
|
12
|
+
opacity?: number;
|
|
13
|
+
visible?: boolean;
|
|
14
|
+
id?: string;
|
|
15
|
+
maskSource?: string;
|
|
16
|
+
maskType?: string;
|
|
17
|
+
renderOrder?: number;
|
|
18
|
+
transform?: Partial<TransformConfig>;
|
|
19
|
+
ref?: React.Ref<any>;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Component-specific props that merge base props with shader-specific props
|
|
23
|
+
* Note: ComponentProps are made optional since they have defaults from the shader definition
|
|
24
|
+
*/
|
|
25
|
+
type ShaderComponentProps = BaseShaderProps & Partial<Omit<ComponentProps, 'center'>> & {
|
|
26
|
+
center?: ComponentProps['center'] | PropDriver;
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* The main React wrapper component for Shader shader nodes
|
|
30
|
+
*/
|
|
31
|
+
export declare const ShaderComponent: React.FC<ShaderComponentProps>;
|
|
32
|
+
export default ShaderComponent;
|
|
33
|
+
//# sourceMappingURL=Vesica.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Vesica.d.ts","sourceRoot":"","sources":["../../src/components/Vesica.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,EAId,KAAK,UAAU,EACf,KAAK,eAAe,EACvB,MAAM,cAAc,CAAC;AAGtB,OAAO,EAAuB,KAAK,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAG/E,YAAY,EAAE,cAAc,EAAE,CAAC;AAI/B;;GAEG;AACH,UAAU,eAAe;IACrB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,CAAC;IACrC,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;CACxB;AAOD;;;GAGG;AACH,KAAK,oBAAoB,GAAG,eAAe,GAAG,OAAO,CAAC,IAAI,CAAC,cAAc,EAAE,QAAQ,CAAC,CAAC,GAAG;IACtF,MAAM,CAAC,EAAE,cAAc,CAAC,QAAQ,CAAC,GAAG,UAAU,CAAC;CAChD,CAAC;AAwDF;;GAEG;AACH,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAmM1D,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Vibrance.d.ts","sourceRoot":"","sources":["../../src/components/Vibrance.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,
|
|
1
|
+
{"version":3,"file":"Vibrance.d.ts","sourceRoot":"","sources":["../../src/components/Vibrance.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,EAId,KAAK,UAAU,EACf,KAAK,eAAe,EACvB,MAAM,cAAc,CAAC;AAGtB,OAAO,EAAuB,KAAK,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAGjF,YAAY,EAAE,cAAc,EAAE,CAAC;AAI/B;;GAEG;AACH,UAAU,eAAe;IACrB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,CAAC;IACrC,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;CACxB;AAOD;;;GAGG;AACH,KAAK,oBAAoB,GAAG,eAAe,GAAG,OAAO,CAAC,IAAI,CAAC,cAAc,EAAE,WAAW,CAAC,CAAC,GAAG;IACzF,SAAS,CAAC,EAAE,cAAc,CAAC,WAAW,CAAC,GAAG,UAAU,CAAC;CACtD,CAAC;AAwDF;;GAEG;AACH,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAmM1D,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VideoTexture.d.ts","sourceRoot":"","sources":["../../src/components/VideoTexture.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,
|
|
1
|
+
{"version":3,"file":"VideoTexture.d.ts","sourceRoot":"","sources":["../../src/components/VideoTexture.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,EAKd,KAAK,eAAe,EACvB,MAAM,cAAc,CAAC;AAGtB,OAAO,EAAuB,KAAK,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAGrF,YAAY,EAAE,cAAc,EAAE,CAAC;AAI/B;;GAEG;AACH,UAAU,eAAe;IACrB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,CAAC;IACrC,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;CACxB;AAOD;;;GAGG;AACH,KAAK,oBAAoB,GAAG,eAAe,GAAG,OAAO,CAAC,IAAI,CAAC,cAAc,EAAE,KAAK,CAAC,CAAC,GAAG,EACpF,CAAC;AAwDF;;GAEG;AACH,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAmM1D,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WaveDistortion.d.ts","sourceRoot":"","sources":["../../src/components/WaveDistortion.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,
|
|
1
|
+
{"version":3,"file":"WaveDistortion.d.ts","sourceRoot":"","sources":["../../src/components/WaveDistortion.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,EAId,KAAK,UAAU,EACf,KAAK,eAAe,EACvB,MAAM,cAAc,CAAC;AAGtB,OAAO,EAAuB,KAAK,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAGvF,YAAY,EAAE,cAAc,EAAE,CAAC;AAI/B;;GAEG;AACH,UAAU,eAAe;IACrB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,CAAC;IACrC,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;CACxB;AAOD;;;GAGG;AACH,KAAK,oBAAoB,GAAG,eAAe,GAAG,OAAO,CAAC,IAAI,CAAC,cAAc,EAAE,UAAU,GAAG,WAAW,GAAG,OAAO,CAAC,CAAC,GAAG;IAChH,QAAQ,CAAC,EAAE,cAAc,CAAC,UAAU,CAAC,GAAG,UAAU,CAAC;IACnD,SAAS,CAAC,EAAE,cAAc,CAAC,WAAW,CAAC,GAAG,UAAU,CAAC;IACrD,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,GAAG,UAAU,CAAC;CAC9C,CAAC;AAwDF;;GAEG;AACH,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAmM1D,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WebcamTexture.d.ts","sourceRoot":"","sources":["../../src/components/WebcamTexture.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,
|
|
1
|
+
{"version":3,"file":"WebcamTexture.d.ts","sourceRoot":"","sources":["../../src/components/WebcamTexture.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,EAKd,KAAK,eAAe,EACvB,MAAM,cAAc,CAAC;AAGtB,OAAO,EAAuB,KAAK,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAGtF,YAAY,EAAE,cAAc,EAAE,CAAC;AAI/B;;GAEG;AACH,UAAU,eAAe;IACrB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,CAAC;IACrC,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;CACxB;AAOD;;;GAGG;AACH,KAAK,oBAAoB,GAAG,eAAe,GAAG,OAAO,CAAC,IAAI,CAAC,cAAc,EAAE,KAAK,CAAC,CAAC,GAAG,EACpF,CAAC;AAwDF;;GAEG;AACH,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAmM1D,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -22,8 +22,9 @@ interface BaseShaderProps {
|
|
|
22
22
|
* Component-specific props that merge base props with shader-specific props
|
|
23
23
|
* Note: ComponentProps are made optional since they have defaults from the shader definition
|
|
24
24
|
*/
|
|
25
|
-
type ShaderComponentProps = BaseShaderProps & Partial<Omit<ComponentProps, 'intensity'>> & {
|
|
25
|
+
type ShaderComponentProps = BaseShaderProps & Partial<Omit<ComponentProps, 'intensity' | 'center'>> & {
|
|
26
26
|
intensity?: ComponentProps['intensity'] | PropDriver;
|
|
27
|
+
center?: ComponentProps['center'] | PropDriver;
|
|
27
28
|
};
|
|
28
29
|
/**
|
|
29
30
|
* The main React wrapper component for Shader shader nodes
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ZoomBlur.d.ts","sourceRoot":"","sources":["../../src/components/ZoomBlur.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,
|
|
1
|
+
{"version":3,"file":"ZoomBlur.d.ts","sourceRoot":"","sources":["../../src/components/ZoomBlur.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,EAId,KAAK,UAAU,EACf,KAAK,eAAe,EACvB,MAAM,cAAc,CAAC;AAGtB,OAAO,EAAuB,KAAK,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAGjF,YAAY,EAAE,cAAc,EAAE,CAAC;AAI/B;;GAEG;AACH,UAAU,eAAe;IACrB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,CAAC;IACrC,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;CACxB;AAOD;;;GAGG;AACH,KAAK,oBAAoB,GAAG,eAAe,GAAG,OAAO,CAAC,IAAI,CAAC,cAAc,EAAE,WAAW,GAAG,QAAQ,CAAC,CAAC,GAAG;IACpG,SAAS,CAAC,EAAE,cAAc,CAAC,WAAW,CAAC,GAAG,UAAU,CAAC;IACrD,MAAM,CAAC,EAAE,cAAc,CAAC,QAAQ,CAAC,GAAG,UAAU,CAAC;CAChD,CAAC;AAwDF;;GAEG;AACH,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAmM1D,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Preview.d.ts","sourceRoot":"","sources":["../../src/engine/Preview.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA4E,KAAK,aAAa,EAAE,KAAK,EAAE,EAA4B,MAAM,OAAO,CAAA;AAKvJ,MAAM,WAAW,eAAe;IAC9B,IAAI,EAAE,MAAM,CAAA;IACZ,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;IAC3B,QAAQ,CAAC,EAAE,eAAe,EAAE,CAAA;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,WAAW,CAAC,EAAE,MAAM,CAAA;CACrB;AAED,MAAM,WAAW,gBAAgB;IAC/B,UAAU,EAAE,eAAe,EAAE,CAAA;IAC7B,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB,UAAU,CAAC,EAAE,WAAW,GAAG,MAAM,CAAA;IACjC,aAAa,CAAC,EAAE,MAAM,CAAA;CACvB;
|
|
1
|
+
{"version":3,"file":"Preview.d.ts","sourceRoot":"","sources":["../../src/engine/Preview.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA4E,KAAK,aAAa,EAAE,KAAK,EAAE,EAA4B,MAAM,OAAO,CAAA;AAKvJ,MAAM,WAAW,eAAe;IAC9B,IAAI,EAAE,MAAM,CAAA;IACZ,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;IAC3B,QAAQ,CAAC,EAAE,eAAe,EAAE,CAAA;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,WAAW,CAAC,EAAE,MAAM,CAAA;CACrB;AAED,MAAM,WAAW,gBAAgB;IAC/B,UAAU,EAAE,eAAe,EAAE,CAAA;IAC7B,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB,UAAU,CAAC,EAAE,WAAW,GAAG,MAAM,CAAA;IACjC,aAAa,CAAC,EAAE,MAAM,CAAA;CACvB;AAkJD,MAAM,WAAW,YAAY;IAC3B,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,KAAK,CAAC,EAAE,aAAa,GAAG,MAAM,CAAA;IAC9B,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;CACnB;AA6BD,eAAO,MAAM,OAAO,EAAE,EAAE,CAAC,YAAY,CA+HpC,CAAA;AAED,eAAe,OAAO,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"component.template.d.ts","sourceRoot":"","sources":["../../src/engine/component.template.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,
|
|
1
|
+
{"version":3,"file":"component.template.d.ts","sourceRoot":"","sources":["../../src/engine/component.template.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,EAKd,KAAK,eAAe,EACvB,MAAM,cAAc,CAAC;AAGtB,OAAO,EAAuB,KAAK,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAGxF,YAAY,EAAE,cAAc,EAAE,CAAC;AAI/B;;GAEG;AACH,UAAU,eAAe;IACrB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,CAAC;IACrC,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;CACxB;AAOD;;;GAGG;AACH,KAAK,oBAAoB,GAAG,eAAe,GAAG,OAAO,CAAC,IAAI,CAAC,cAAc,EAAE,aAAa,CAAC,CAAC,GAAG;IAC7F,uBAAuB,MAAA;CAAC,CAAC;AAwDzB;;GAEG;AACH,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAmM1D,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
package/dist/react/index.d.ts
CHANGED
|
@@ -14,15 +14,22 @@ export { default as ChromaticAberration } from './components/ChromaticAberration
|
|
|
14
14
|
export { default as Circle } from './components/Circle';
|
|
15
15
|
export { default as ConcentricSpin } from './components/ConcentricSpin';
|
|
16
16
|
export { default as ContourLines } from './components/ContourLines';
|
|
17
|
+
export { default as Crescent } from './components/Crescent';
|
|
18
|
+
export { default as Cross } from './components/Cross';
|
|
17
19
|
export { default as CursorRipples } from './components/CursorRipples';
|
|
18
20
|
export { default as CursorTrail } from './components/CursorTrail';
|
|
19
21
|
export { default as DiffuseBlur } from './components/DiffuseBlur';
|
|
20
22
|
export { default as Dither } from './components/Dither';
|
|
21
23
|
export { default as DotGrid } from './components/DotGrid';
|
|
22
24
|
export { default as Duotone } from './components/Duotone';
|
|
25
|
+
export { default as Ellipse } from './components/Ellipse';
|
|
26
|
+
export { default as Emboss } from './components/Emboss';
|
|
27
|
+
export { default as FallingLines } from './components/FallingLines';
|
|
23
28
|
export { default as FilmGrain } from './components/FilmGrain';
|
|
24
29
|
export { default as FloatingParticles } from './components/FloatingParticles';
|
|
25
30
|
export { default as FlowField } from './components/FlowField';
|
|
31
|
+
export { default as Flower } from './components/Flower';
|
|
32
|
+
export { default as Glass } from './components/Glass';
|
|
26
33
|
export { default as GlassTiles } from './components/GlassTiles';
|
|
27
34
|
export { default as Glitch } from './components/Glitch';
|
|
28
35
|
export { default as Glow } from './components/Glow';
|
|
@@ -41,15 +48,20 @@ export { default as LinearBlur } from './components/LinearBlur';
|
|
|
41
48
|
export { default as LinearGradient } from './components/LinearGradient';
|
|
42
49
|
export { default as Liquify } from './components/Liquify';
|
|
43
50
|
export { default as Mirror } from './components/Mirror';
|
|
51
|
+
export { default as Neon } from './components/Neon';
|
|
52
|
+
export { default as Paper } from './components/Paper';
|
|
44
53
|
export { default as Perspective } from './components/Perspective';
|
|
45
54
|
export { default as Pixelate } from './components/Pixelate';
|
|
46
55
|
export { default as Plasma } from './components/Plasma';
|
|
47
56
|
export { default as PolarCoordinates } from './components/PolarCoordinates';
|
|
57
|
+
export { default as Polygon } from './components/Polygon';
|
|
48
58
|
export { default as Posterize } from './components/Posterize';
|
|
49
59
|
export { default as ProgressiveBlur } from './components/ProgressiveBlur';
|
|
50
60
|
export { default as RadialGradient } from './components/RadialGradient';
|
|
51
61
|
export { default as RectangularCoordinates } from './components/RectangularCoordinates';
|
|
62
|
+
export { default as Ring } from './components/Ring';
|
|
52
63
|
export { default as Ripples } from './components/Ripples';
|
|
64
|
+
export { default as RoundedRect } from './components/RoundedRect';
|
|
53
65
|
export { default as Saturation } from './components/Saturation';
|
|
54
66
|
export { default as Sharpness } from './components/Sharpness';
|
|
55
67
|
export { default as Shatter } from './components/Shatter';
|
|
@@ -58,6 +70,7 @@ export { default as SineWave } from './components/SineWave';
|
|
|
58
70
|
export { default as SolidColor } from './components/SolidColor';
|
|
59
71
|
export { default as Spherize } from './components/Spherize';
|
|
60
72
|
export { default as Spiral } from './components/Spiral';
|
|
73
|
+
export { default as Star } from './components/Star';
|
|
61
74
|
export { default as Strands } from './components/Strands';
|
|
62
75
|
export { default as Stretch } from './components/Stretch';
|
|
63
76
|
export { default as Stripes } from './components/Stripes';
|
|
@@ -65,8 +78,10 @@ export { default as StudioBackground } from './components/StudioBackground';
|
|
|
65
78
|
export { default as Swirl } from './components/Swirl';
|
|
66
79
|
export { default as TiltShift } from './components/TiltShift';
|
|
67
80
|
export { default as Tint } from './components/Tint';
|
|
81
|
+
export { default as Trapezoid } from './components/Trapezoid';
|
|
68
82
|
export { default as Tritone } from './components/Tritone';
|
|
69
83
|
export { default as Twirl } from './components/Twirl';
|
|
84
|
+
export { default as Vesica } from './components/Vesica';
|
|
70
85
|
export { default as Vibrance } from './components/Vibrance';
|
|
71
86
|
export { default as VideoTexture } from './components/VideoTexture';
|
|
72
87
|
export { default as WaveDistortion } from './components/WaveDistortion';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|