shaders 2.2.6 → 2.2.9
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/Stretch-C8iYAgNS.js +104 -0
- package/dist/core/index.js +170 -168
- package/dist/core/shaderRegistry.d.ts.map +1 -1
- package/dist/core/shaders/Stretch/index.d.ts +45 -0
- package/dist/core/shaders/Stretch/index.d.ts.map +1 -0
- package/dist/core/shaders/Stretch/index.js +8 -0
- package/dist/core/shaders/Swirl/index.js +1 -1
- package/dist/core/shaders/TiltShift/index.js +1 -1
- package/dist/core/shaders/Tritone/index.js +1 -1
- package/dist/core/shaders/Twirl/index.js +1 -1
- package/dist/core/shaders/Vibrance/index.js +1 -1
- package/dist/core/shaders/WaveDistortion/index.js +1 -1
- package/dist/core/shaders/ZoomBlur/index.js +1 -1
- package/dist/react/generatePresetCode-CbulNGo3.js +316 -0
- package/dist/react/generatePresetCode-ClK4i9O1.cjs +13 -0
- package/dist/react/index.cjs +398 -409
- package/dist/react/index.js +43985 -44301
- package/dist/react/utils/generatePresetCode.cjs +1 -13
- package/dist/react/utils/generatePresetCode.js +3 -596
- package/dist/registry.js +158 -0
- package/dist/svelte/components/Stretch.svelte.d.ts +4 -2
- package/dist/svelte/generatePresetCode-CbulNGo3.js +316 -0
- package/dist/{react/utils/generatePresetCode.d.ts → svelte/generatePresetCode.template.d.ts} +1 -2
- package/dist/svelte/index.d.ts +1 -0
- package/dist/svelte/index.js +43952 -44257
- package/dist/svelte/utils/generatePresetCode.js +3 -596
- package/dist/vue/generatePresetCode-Baa8DyZE.js +322 -0
- package/dist/vue/index.js +10152 -9953
- package/dist/vue/utils/generatePresetCode.js +1 -1
- package/package.json +6 -1
- package/dist/react/codegen.d.ts +0 -1
- package/dist/react/components/AngularBlur.d.ts +0 -31
- package/dist/react/components/AngularBlur.d.ts.map +0 -1
- package/dist/react/components/Ascii.d.ts +0 -31
- package/dist/react/components/Ascii.d.ts.map +0 -1
- package/dist/react/components/Blob.d.ts +0 -31
- package/dist/react/components/Blob.d.ts.map +0 -1
- package/dist/react/components/Blur.d.ts +0 -31
- package/dist/react/components/Blur.d.ts.map +0 -1
- package/dist/react/components/Bulge.d.ts +0 -31
- package/dist/react/components/Bulge.d.ts.map +0 -1
- package/dist/react/components/CRTScreen.d.ts +0 -31
- package/dist/react/components/CRTScreen.d.ts.map +0 -1
- package/dist/react/components/ChannelBlur.d.ts +0 -31
- package/dist/react/components/ChannelBlur.d.ts.map +0 -1
- package/dist/react/components/Checkerboard.d.ts +0 -31
- package/dist/react/components/Checkerboard.d.ts.map +0 -1
- package/dist/react/components/ChromaFlow.d.ts +0 -31
- package/dist/react/components/ChromaFlow.d.ts.map +0 -1
- package/dist/react/components/ChromaticAberration.d.ts +0 -31
- package/dist/react/components/ChromaticAberration.d.ts.map +0 -1
- package/dist/react/components/Circle.d.ts +0 -31
- package/dist/react/components/Circle.d.ts.map +0 -1
- package/dist/react/components/ColorMapping.d.ts +0 -29
- package/dist/react/components/ColorMapping.d.ts.map +0 -1
- package/dist/react/components/CursorTrail.d.ts +0 -31
- package/dist/react/components/CursorTrail.d.ts.map +0 -1
- package/dist/react/components/DiffuseBlur.d.ts +0 -31
- package/dist/react/components/DiffuseBlur.d.ts.map +0 -1
- package/dist/react/components/Dither.d.ts +0 -31
- package/dist/react/components/Dither.d.ts.map +0 -1
- package/dist/react/components/DotGrid.d.ts +0 -31
- package/dist/react/components/DotGrid.d.ts.map +0 -1
- package/dist/react/components/Duotone.d.ts +0 -31
- package/dist/react/components/Duotone.d.ts.map +0 -1
- package/dist/react/components/Exposure.d.ts +0 -29
- package/dist/react/components/Exposure.d.ts.map +0 -1
- package/dist/react/components/FilmGrain.d.ts +0 -31
- package/dist/react/components/FilmGrain.d.ts.map +0 -1
- package/dist/react/components/FloatingParticles.d.ts +0 -31
- package/dist/react/components/FloatingParticles.d.ts.map +0 -1
- package/dist/react/components/Glass.d.ts +0 -31
- package/dist/react/components/Glass.d.ts.map +0 -1
- package/dist/react/components/GlassTiles.d.ts +0 -31
- package/dist/react/components/GlassTiles.d.ts.map +0 -1
- package/dist/react/components/Glitch.d.ts +0 -29
- package/dist/react/components/Glitch.d.ts.map +0 -1
- package/dist/react/components/Glow.d.ts +0 -31
- package/dist/react/components/Glow.d.ts.map +0 -1
- package/dist/react/components/Godrays.d.ts +0 -31
- package/dist/react/components/Godrays.d.ts.map +0 -1
- package/dist/react/components/Grayscale.d.ts +0 -31
- package/dist/react/components/Grayscale.d.ts.map +0 -1
- package/dist/react/components/Grid.d.ts +0 -31
- package/dist/react/components/Grid.d.ts.map +0 -1
- package/dist/react/components/GridDistortion.d.ts +0 -31
- package/dist/react/components/GridDistortion.d.ts.map +0 -1
- package/dist/react/components/Group.d.ts +0 -31
- package/dist/react/components/Group.d.ts.map +0 -1
- package/dist/react/components/Halftone.d.ts +0 -31
- package/dist/react/components/Halftone.d.ts.map +0 -1
- package/dist/react/components/HueShift.d.ts +0 -31
- package/dist/react/components/HueShift.d.ts.map +0 -1
- package/dist/react/components/ImageTexture.d.ts +0 -31
- package/dist/react/components/ImageTexture.d.ts.map +0 -1
- package/dist/react/components/Invert.d.ts +0 -31
- package/dist/react/components/Invert.d.ts.map +0 -1
- package/dist/react/components/LinearBlur.d.ts +0 -31
- package/dist/react/components/LinearBlur.d.ts.map +0 -1
- package/dist/react/components/LinearGradient.d.ts +0 -31
- package/dist/react/components/LinearGradient.d.ts.map +0 -1
- package/dist/react/components/Liquify.d.ts +0 -31
- package/dist/react/components/Liquify.d.ts.map +0 -1
- package/dist/react/components/Mirror.d.ts +0 -29
- package/dist/react/components/Mirror.d.ts.map +0 -1
- package/dist/react/components/PerlinNoise.d.ts +0 -29
- package/dist/react/components/PerlinNoise.d.ts.map +0 -1
- package/dist/react/components/Pixelate.d.ts +0 -31
- package/dist/react/components/Pixelate.d.ts.map +0 -1
- package/dist/react/components/PolarCoordinates.d.ts +0 -31
- package/dist/react/components/PolarCoordinates.d.ts.map +0 -1
- package/dist/react/components/Posterize.d.ts +0 -31
- package/dist/react/components/Posterize.d.ts.map +0 -1
- package/dist/react/components/ProgressiveBlur.d.ts +0 -31
- package/dist/react/components/ProgressiveBlur.d.ts.map +0 -1
- package/dist/react/components/RadialBlur.d.ts +0 -29
- package/dist/react/components/RadialBlur.d.ts.map +0 -1
- package/dist/react/components/RadialGradient.d.ts +0 -31
- package/dist/react/components/RadialGradient.d.ts.map +0 -1
- package/dist/react/components/RectangularCoordinates.d.ts +0 -31
- package/dist/react/components/RectangularCoordinates.d.ts.map +0 -1
- package/dist/react/components/Ripples.d.ts +0 -31
- package/dist/react/components/Ripples.d.ts.map +0 -1
- package/dist/react/components/Saturation.d.ts +0 -31
- package/dist/react/components/Saturation.d.ts.map +0 -1
- package/dist/react/components/SimplexNoise.d.ts +0 -31
- package/dist/react/components/SimplexNoise.d.ts.map +0 -1
- package/dist/react/components/SineWave.d.ts +0 -31
- package/dist/react/components/SineWave.d.ts.map +0 -1
- package/dist/react/components/SolidColor.d.ts +0 -31
- package/dist/react/components/SolidColor.d.ts.map +0 -1
- package/dist/react/components/Spiral.d.ts +0 -31
- package/dist/react/components/Spiral.d.ts.map +0 -1
- package/dist/react/components/Strands.d.ts +0 -31
- package/dist/react/components/Strands.d.ts.map +0 -1
- package/dist/react/components/Stretch.d.ts +0 -29
- package/dist/react/components/Stretch.d.ts.map +0 -1
- package/dist/react/components/Swirl.d.ts +0 -31
- package/dist/react/components/Swirl.d.ts.map +0 -1
- package/dist/react/components/TiltShift.d.ts +0 -31
- package/dist/react/components/TiltShift.d.ts.map +0 -1
- package/dist/react/components/Tint.d.ts +0 -29
- package/dist/react/components/Tint.d.ts.map +0 -1
- package/dist/react/components/Tritone.d.ts +0 -31
- package/dist/react/components/Tritone.d.ts.map +0 -1
- package/dist/react/components/Twirl.d.ts +0 -31
- package/dist/react/components/Twirl.d.ts.map +0 -1
- package/dist/react/components/VCR.d.ts +0 -29
- package/dist/react/components/VCR.d.ts.map +0 -1
- package/dist/react/components/Vibrance.d.ts +0 -31
- package/dist/react/components/Vibrance.d.ts.map +0 -1
- package/dist/react/components/Vignette.d.ts +0 -29
- package/dist/react/components/Vignette.d.ts.map +0 -1
- package/dist/react/components/Voronoi.d.ts +0 -29
- package/dist/react/components/Voronoi.d.ts.map +0 -1
- package/dist/react/components/WaveDistortion.d.ts +0 -31
- package/dist/react/components/WaveDistortion.d.ts.map +0 -1
- package/dist/react/components/ZoomBlur.d.ts +0 -31
- package/dist/react/components/ZoomBlur.d.ts.map +0 -1
- package/dist/react/index.d.ts +0 -55
- package/dist/react/index.d.ts.map +0 -1
- package/dist/react/utils/generatePresetCode.d.ts.map +0 -1
- package/dist/svelte/components/ColorMapping.svelte.d.ts +0 -17
- package/dist/svelte/components/Exposure.svelte.d.ts +0 -17
- package/dist/svelte/components/Glass.svelte.d.ts +0 -19
- package/dist/svelte/components/Glitch.svelte.d.ts +0 -17
- package/dist/svelte/components/Mirror.svelte.d.ts +0 -17
- package/dist/svelte/components/PerlinNoise.svelte.d.ts +0 -17
- package/dist/svelte/components/RadialBlur.svelte.d.ts +0 -17
- package/dist/svelte/components/Tint.svelte.d.ts +0 -17
- package/dist/svelte/components/VCR.svelte.d.ts +0 -17
- package/dist/svelte/components/Vignette.svelte.d.ts +0 -17
- package/dist/svelte/components/Voronoi.svelte.d.ts +0 -17
- package/dist/vue/codegen.d.ts +0 -1
- package/dist/vue/components/AngularBlur.vue.d.ts +0 -57
- package/dist/vue/components/AngularBlur.vue.d.ts.map +0 -1
- package/dist/vue/components/Ascii.vue.d.ts +0 -57
- package/dist/vue/components/Ascii.vue.d.ts.map +0 -1
- package/dist/vue/components/Blob.vue.d.ts +0 -57
- package/dist/vue/components/Blob.vue.d.ts.map +0 -1
- package/dist/vue/components/Blur.vue.d.ts +0 -57
- package/dist/vue/components/Blur.vue.d.ts.map +0 -1
- package/dist/vue/components/Bulge.vue.d.ts +0 -57
- package/dist/vue/components/Bulge.vue.d.ts.map +0 -1
- package/dist/vue/components/CRTScreen.vue.d.ts +0 -57
- package/dist/vue/components/CRTScreen.vue.d.ts.map +0 -1
- package/dist/vue/components/ChannelBlur.vue.d.ts +0 -57
- package/dist/vue/components/ChannelBlur.vue.d.ts.map +0 -1
- package/dist/vue/components/Checkerboard.vue.d.ts +0 -57
- package/dist/vue/components/Checkerboard.vue.d.ts.map +0 -1
- package/dist/vue/components/ChromaFlow.vue.d.ts +0 -57
- package/dist/vue/components/ChromaFlow.vue.d.ts.map +0 -1
- package/dist/vue/components/ChromaticAberration.vue.d.ts +0 -57
- package/dist/vue/components/ChromaticAberration.vue.d.ts.map +0 -1
- package/dist/vue/components/Circle.vue.d.ts +0 -57
- package/dist/vue/components/Circle.vue.d.ts.map +0 -1
- package/dist/vue/components/CursorTrail.vue.d.ts +0 -57
- package/dist/vue/components/CursorTrail.vue.d.ts.map +0 -1
- package/dist/vue/components/DiffuseBlur.vue.d.ts +0 -57
- package/dist/vue/components/DiffuseBlur.vue.d.ts.map +0 -1
- package/dist/vue/components/Dither.vue.d.ts +0 -57
- package/dist/vue/components/Dither.vue.d.ts.map +0 -1
- package/dist/vue/components/DotGrid.vue.d.ts +0 -57
- package/dist/vue/components/DotGrid.vue.d.ts.map +0 -1
- package/dist/vue/components/Duotone.vue.d.ts +0 -57
- package/dist/vue/components/Duotone.vue.d.ts.map +0 -1
- package/dist/vue/components/FilmGrain.vue.d.ts +0 -57
- package/dist/vue/components/FilmGrain.vue.d.ts.map +0 -1
- package/dist/vue/components/FloatingParticles.vue.d.ts +0 -57
- package/dist/vue/components/FloatingParticles.vue.d.ts.map +0 -1
- package/dist/vue/components/GlassTiles.vue.d.ts +0 -57
- package/dist/vue/components/GlassTiles.vue.d.ts.map +0 -1
- package/dist/vue/components/Glow.vue.d.ts +0 -57
- package/dist/vue/components/Glow.vue.d.ts.map +0 -1
- package/dist/vue/components/Godrays.vue.d.ts +0 -57
- package/dist/vue/components/Godrays.vue.d.ts.map +0 -1
- package/dist/vue/components/Grayscale.vue.d.ts +0 -57
- package/dist/vue/components/Grayscale.vue.d.ts.map +0 -1
- package/dist/vue/components/Grid.vue.d.ts +0 -57
- package/dist/vue/components/Grid.vue.d.ts.map +0 -1
- package/dist/vue/components/GridDistortion.vue.d.ts +0 -57
- package/dist/vue/components/GridDistortion.vue.d.ts.map +0 -1
- package/dist/vue/components/Group.vue.d.ts +0 -57
- package/dist/vue/components/Group.vue.d.ts.map +0 -1
- package/dist/vue/components/HalfTone.vue.d.ts +0 -57
- package/dist/vue/components/HalfTone.vue.d.ts.map +0 -1
- package/dist/vue/components/HueShift.vue.d.ts +0 -57
- package/dist/vue/components/HueShift.vue.d.ts.map +0 -1
- package/dist/vue/components/ImageTexture.vue.d.ts +0 -57
- package/dist/vue/components/ImageTexture.vue.d.ts.map +0 -1
- package/dist/vue/components/Invert.vue.d.ts +0 -57
- package/dist/vue/components/Invert.vue.d.ts.map +0 -1
- package/dist/vue/components/LinearBlur.vue.d.ts +0 -57
- package/dist/vue/components/LinearBlur.vue.d.ts.map +0 -1
- package/dist/vue/components/LinearGradient.vue.d.ts +0 -57
- package/dist/vue/components/LinearGradient.vue.d.ts.map +0 -1
- package/dist/vue/components/Liquify.vue.d.ts +0 -57
- package/dist/vue/components/Liquify.vue.d.ts.map +0 -1
- package/dist/vue/components/Pixelate.vue.d.ts +0 -57
- package/dist/vue/components/Pixelate.vue.d.ts.map +0 -1
- package/dist/vue/components/PolarCoordinates.vue.d.ts +0 -57
- package/dist/vue/components/PolarCoordinates.vue.d.ts.map +0 -1
- package/dist/vue/components/Posterize.vue.d.ts +0 -57
- package/dist/vue/components/Posterize.vue.d.ts.map +0 -1
- package/dist/vue/components/ProgressiveBlur.vue.d.ts +0 -57
- package/dist/vue/components/ProgressiveBlur.vue.d.ts.map +0 -1
- package/dist/vue/components/RadialGradient.vue.d.ts +0 -57
- package/dist/vue/components/RadialGradient.vue.d.ts.map +0 -1
- package/dist/vue/components/RectangularCoordinates.vue.d.ts +0 -57
- package/dist/vue/components/RectangularCoordinates.vue.d.ts.map +0 -1
- package/dist/vue/components/Ripples.vue.d.ts +0 -57
- package/dist/vue/components/Ripples.vue.d.ts.map +0 -1
- package/dist/vue/components/Saturation.vue.d.ts +0 -57
- package/dist/vue/components/Saturation.vue.d.ts.map +0 -1
- package/dist/vue/components/SimplexNoise.vue.d.ts +0 -57
- package/dist/vue/components/SimplexNoise.vue.d.ts.map +0 -1
- package/dist/vue/components/SineWave.vue.d.ts +0 -57
- package/dist/vue/components/SineWave.vue.d.ts.map +0 -1
- package/dist/vue/components/SolidColor.vue.d.ts +0 -57
- package/dist/vue/components/SolidColor.vue.d.ts.map +0 -1
- package/dist/vue/components/Spiral.vue.d.ts +0 -57
- package/dist/vue/components/Spiral.vue.d.ts.map +0 -1
- package/dist/vue/components/Strands.vue.d.ts +0 -57
- package/dist/vue/components/Strands.vue.d.ts.map +0 -1
- package/dist/vue/components/Swirl.vue.d.ts +0 -57
- package/dist/vue/components/Swirl.vue.d.ts.map +0 -1
- package/dist/vue/components/TiltShift.vue.d.ts +0 -57
- package/dist/vue/components/TiltShift.vue.d.ts.map +0 -1
- package/dist/vue/components/Tritone.vue.d.ts +0 -57
- package/dist/vue/components/Tritone.vue.d.ts.map +0 -1
- package/dist/vue/components/Twirl.vue.d.ts +0 -57
- package/dist/vue/components/Twirl.vue.d.ts.map +0 -1
- package/dist/vue/components/Vibrance.vue.d.ts +0 -57
- package/dist/vue/components/Vibrance.vue.d.ts.map +0 -1
- package/dist/vue/components/WaveDistortion.vue.d.ts +0 -57
- package/dist/vue/components/WaveDistortion.vue.d.ts.map +0 -1
- package/dist/vue/components/ZoomBlur.vue.d.ts +0 -57
- package/dist/vue/components/ZoomBlur.vue.d.ts.map +0 -1
- package/dist/vue/generatePresetCode-D4V6rBae.js +0 -600
- package/dist/vue/index.d.ts +0 -55
- package/dist/vue/index.d.ts.map +0 -1
- package/dist/vue/utils/generatePresetCode.d.ts +0 -13
- package/dist/vue/utils/generatePresetCode.d.ts.map +0 -1
- /package/dist/core/{Swirl-BoveqtNV.js → Swirl-BpMwkNcm.js} +0 -0
- /package/dist/core/{TiltShift-D53azmRe.js → TiltShift-D31nakFq.js} +0 -0
- /package/dist/core/{Tritone-Cg1rX-hL.js → Tritone-Dx48G3b1.js} +0 -0
- /package/dist/core/{Twirl-raO5pe5X.js → Twirl-ng6pwyl2.js} +0 -0
- /package/dist/core/{Vibrance-DtekSkcz.js → Vibrance-D0ArL0qp.js} +0 -0
- /package/dist/core/{WaveDistortion-C65qO_cZ.js → WaveDistortion-DGKrpUdb.js} +0 -0
- /package/dist/core/{ZoomBlur-B97ZjhXe.js → ZoomBlur-uQyy5yko.js} +0 -0
- /package/dist/svelte/components/{HalfTone.svelte.d.ts → Halftone.svelte.d.ts} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "shaders",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.9",
|
|
4
4
|
"description": "Declarative shader components for Vue, React, and Svelte",
|
|
5
5
|
"author": "Simon Le Marchant<https://github.com/marchantweb>",
|
|
6
6
|
"homepage": "https://shaders.com/",
|
|
@@ -319,6 +319,11 @@
|
|
|
319
319
|
"types": "./dist/core/shaders/RectangularCoordinates/index.d.ts",
|
|
320
320
|
"import": "./dist/core/shaders/RectangularCoordinates/index.js",
|
|
321
321
|
"require": "./dist/core/shaders/RectangularCoordinates/index.js"
|
|
322
|
+
},
|
|
323
|
+
"./core/Stretch": {
|
|
324
|
+
"types": "./dist/core/shaders/Stretch/index.d.ts",
|
|
325
|
+
"import": "./dist/core/shaders/Stretch/index.js",
|
|
326
|
+
"require": "./dist/core/shaders/Stretch/index.js"
|
|
322
327
|
}
|
|
323
328
|
},
|
|
324
329
|
"files": [
|
package/dist/react/codegen.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './utils/generatePresetCode'
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
|
-
import { BlendMode, TransformConfig } from 'shaders/core';
|
|
3
|
-
import { ComponentProps } from 'shaders/core/AngularBlur';
|
|
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<ComponentProps>;
|
|
26
|
-
/**
|
|
27
|
-
* The main React wrapper component for Shader shader nodes
|
|
28
|
-
*/
|
|
29
|
-
export declare const OmbreComponent: React.FC<ShaderComponentProps>;
|
|
30
|
-
export default OmbreComponent;
|
|
31
|
-
//# sourceMappingURL=AngularBlur.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AngularBlur.d.ts","sourceRoot":"","sources":["../../src/components/AngularBlur.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,EAId,KAAK,eAAe,EACvB,MAAM,cAAc,CAAC;AAEtB,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;AAED;;;GAGG;AACH,KAAK,oBAAoB,GAAG,eAAe,GAAG,OAAO,CAAC,cAAc,CAAC,CAAC;AAsDtE;;GAEG;AACH,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAwJzD,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
|
-
import { BlendMode, TransformConfig } from 'shaders/core';
|
|
3
|
-
import { ComponentProps } from 'shaders/core/Ascii';
|
|
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<ComponentProps>;
|
|
26
|
-
/**
|
|
27
|
-
* The main React wrapper component for Shader shader nodes
|
|
28
|
-
*/
|
|
29
|
-
export declare const OmbreComponent: React.FC<ShaderComponentProps>;
|
|
30
|
-
export default OmbreComponent;
|
|
31
|
-
//# sourceMappingURL=Ascii.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Ascii.d.ts","sourceRoot":"","sources":["../../src/components/Ascii.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,EAId,KAAK,eAAe,EACvB,MAAM,cAAc,CAAC;AAEtB,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;AAED;;;GAGG;AACH,KAAK,oBAAoB,GAAG,eAAe,GAAG,OAAO,CAAC,cAAc,CAAC,CAAC;AAsDtE;;GAEG;AACH,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAwJzD,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
|
-
import { BlendMode, TransformConfig } from 'shaders/core';
|
|
3
|
-
import { ComponentProps } from 'shaders/core/Blob';
|
|
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<ComponentProps>;
|
|
26
|
-
/**
|
|
27
|
-
* The main React wrapper component for Shader shader nodes
|
|
28
|
-
*/
|
|
29
|
-
export declare const OmbreComponent: React.FC<ShaderComponentProps>;
|
|
30
|
-
export default OmbreComponent;
|
|
31
|
-
//# sourceMappingURL=Blob.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Blob.d.ts","sourceRoot":"","sources":["../../src/components/Blob.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,EAId,KAAK,eAAe,EACvB,MAAM,cAAc,CAAC;AAEtB,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;AAED;;;GAGG;AACH,KAAK,oBAAoB,GAAG,eAAe,GAAG,OAAO,CAAC,cAAc,CAAC,CAAC;AAsDtE;;GAEG;AACH,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAwJzD,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
|
-
import { BlendMode, TransformConfig } from 'shaders/core';
|
|
3
|
-
import { ComponentProps } from 'shaders/core/Blur';
|
|
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<ComponentProps>;
|
|
26
|
-
/**
|
|
27
|
-
* The main React wrapper component for Shader shader nodes
|
|
28
|
-
*/
|
|
29
|
-
export declare const OmbreComponent: React.FC<ShaderComponentProps>;
|
|
30
|
-
export default OmbreComponent;
|
|
31
|
-
//# sourceMappingURL=Blur.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Blur.d.ts","sourceRoot":"","sources":["../../src/components/Blur.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,EAId,KAAK,eAAe,EACvB,MAAM,cAAc,CAAC;AAEtB,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;AAED;;;GAGG;AACH,KAAK,oBAAoB,GAAG,eAAe,GAAG,OAAO,CAAC,cAAc,CAAC,CAAC;AAsDtE;;GAEG;AACH,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAwJzD,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
|
-
import { BlendMode, TransformConfig } from 'shaders/core';
|
|
3
|
-
import { ComponentProps } from 'shaders/core/Bulge';
|
|
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<ComponentProps>;
|
|
26
|
-
/**
|
|
27
|
-
* The main React wrapper component for Shader shader nodes
|
|
28
|
-
*/
|
|
29
|
-
export declare const OmbreComponent: React.FC<ShaderComponentProps>;
|
|
30
|
-
export default OmbreComponent;
|
|
31
|
-
//# sourceMappingURL=Bulge.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Bulge.d.ts","sourceRoot":"","sources":["../../src/components/Bulge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,EAId,KAAK,eAAe,EACvB,MAAM,cAAc,CAAC;AAEtB,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;AAED;;;GAGG;AACH,KAAK,oBAAoB,GAAG,eAAe,GAAG,OAAO,CAAC,cAAc,CAAC,CAAC;AAsDtE;;GAEG;AACH,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAwJzD,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
|
-
import { BlendMode, TransformConfig } from 'shaders/core';
|
|
3
|
-
import { ComponentProps } from 'shaders/core/CRTScreen';
|
|
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<ComponentProps>;
|
|
26
|
-
/**
|
|
27
|
-
* The main React wrapper component for Shader shader nodes
|
|
28
|
-
*/
|
|
29
|
-
export declare const OmbreComponent: React.FC<ShaderComponentProps>;
|
|
30
|
-
export default OmbreComponent;
|
|
31
|
-
//# sourceMappingURL=CRTScreen.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CRTScreen.d.ts","sourceRoot":"","sources":["../../src/components/CRTScreen.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,EAId,KAAK,eAAe,EACvB,MAAM,cAAc,CAAC;AAEtB,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;AAED;;;GAGG;AACH,KAAK,oBAAoB,GAAG,eAAe,GAAG,OAAO,CAAC,cAAc,CAAC,CAAC;AAsDtE;;GAEG;AACH,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAwJzD,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
|
-
import { BlendMode, TransformConfig } from 'shaders/core';
|
|
3
|
-
import { ComponentProps } from 'shaders/core/ChannelBlur';
|
|
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<ComponentProps>;
|
|
26
|
-
/**
|
|
27
|
-
* The main React wrapper component for Shader shader nodes
|
|
28
|
-
*/
|
|
29
|
-
export declare const OmbreComponent: React.FC<ShaderComponentProps>;
|
|
30
|
-
export default OmbreComponent;
|
|
31
|
-
//# sourceMappingURL=ChannelBlur.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ChannelBlur.d.ts","sourceRoot":"","sources":["../../src/components/ChannelBlur.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,EAId,KAAK,eAAe,EACvB,MAAM,cAAc,CAAC;AAEtB,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;AAED;;;GAGG;AACH,KAAK,oBAAoB,GAAG,eAAe,GAAG,OAAO,CAAC,cAAc,CAAC,CAAC;AAsDtE;;GAEG;AACH,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAwJzD,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
|
-
import { BlendMode, TransformConfig } from 'shaders/core';
|
|
3
|
-
import { ComponentProps } from 'shaders/core/Checkerboard';
|
|
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<ComponentProps>;
|
|
26
|
-
/**
|
|
27
|
-
* The main React wrapper component for Shader shader nodes
|
|
28
|
-
*/
|
|
29
|
-
export declare const OmbreComponent: React.FC<ShaderComponentProps>;
|
|
30
|
-
export default OmbreComponent;
|
|
31
|
-
//# sourceMappingURL=Checkerboard.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Checkerboard.d.ts","sourceRoot":"","sources":["../../src/components/Checkerboard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,EAId,KAAK,eAAe,EACvB,MAAM,cAAc,CAAC;AAEtB,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;AAED;;;GAGG;AACH,KAAK,oBAAoB,GAAG,eAAe,GAAG,OAAO,CAAC,cAAc,CAAC,CAAC;AAsDtE;;GAEG;AACH,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAwJzD,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
|
-
import { BlendMode, TransformConfig } from 'shaders/core';
|
|
3
|
-
import { ComponentProps } from 'shaders/core/ChromaFlow';
|
|
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<ComponentProps>;
|
|
26
|
-
/**
|
|
27
|
-
* The main React wrapper component for Shader shader nodes
|
|
28
|
-
*/
|
|
29
|
-
export declare const OmbreComponent: React.FC<ShaderComponentProps>;
|
|
30
|
-
export default OmbreComponent;
|
|
31
|
-
//# sourceMappingURL=ChromaFlow.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ChromaFlow.d.ts","sourceRoot":"","sources":["../../src/components/ChromaFlow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,EAId,KAAK,eAAe,EACvB,MAAM,cAAc,CAAC;AAEtB,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;AAED;;;GAGG;AACH,KAAK,oBAAoB,GAAG,eAAe,GAAG,OAAO,CAAC,cAAc,CAAC,CAAC;AAsDtE;;GAEG;AACH,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAwJzD,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
|
-
import { BlendMode, TransformConfig } from 'shaders/core';
|
|
3
|
-
import { ComponentProps } from 'shaders/core/ChromaticAberration';
|
|
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<ComponentProps>;
|
|
26
|
-
/**
|
|
27
|
-
* The main React wrapper component for Shader shader nodes
|
|
28
|
-
*/
|
|
29
|
-
export declare const OmbreComponent: React.FC<ShaderComponentProps>;
|
|
30
|
-
export default OmbreComponent;
|
|
31
|
-
//# sourceMappingURL=ChromaticAberration.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ChromaticAberration.d.ts","sourceRoot":"","sources":["../../src/components/ChromaticAberration.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,EAId,KAAK,eAAe,EACvB,MAAM,cAAc,CAAC;AAEtB,OAAO,EAAuB,KAAK,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAG5F,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;AAED;;;GAGG;AACH,KAAK,oBAAoB,GAAG,eAAe,GAAG,OAAO,CAAC,cAAc,CAAC,CAAC;AAsDtE;;GAEG;AACH,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAwJzD,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
|
-
import { BlendMode, TransformConfig } from 'shaders/core';
|
|
3
|
-
import { ComponentProps } from 'shaders/core/Circle';
|
|
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<ComponentProps>;
|
|
26
|
-
/**
|
|
27
|
-
* The main React wrapper component for Shader shader nodes
|
|
28
|
-
*/
|
|
29
|
-
export declare const OmbreComponent: React.FC<ShaderComponentProps>;
|
|
30
|
-
export default OmbreComponent;
|
|
31
|
-
//# sourceMappingURL=Circle.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Circle.d.ts","sourceRoot":"","sources":["../../src/components/Circle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,EAId,KAAK,eAAe,EACvB,MAAM,cAAc,CAAC;AAEtB,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;AAED;;;GAGG;AACH,KAAK,oBAAoB,GAAG,eAAe,GAAG,OAAO,CAAC,cAAc,CAAC,CAAC;AAsDtE;;GAEG;AACH,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAwJzD,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
|
-
import { BlendMode } from 'shaders/core';
|
|
3
|
-
import { ComponentProps } from 'shaders/core/ColorMapping';
|
|
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
|
-
id?: string;
|
|
14
|
-
maskSource?: string;
|
|
15
|
-
maskType?: string;
|
|
16
|
-
renderOrder?: number;
|
|
17
|
-
ref?: React.Ref<any>;
|
|
18
|
-
}
|
|
19
|
-
/**
|
|
20
|
-
* Component-specific props that merge base props with shader-specific props
|
|
21
|
-
* Note: ComponentProps are made optional since they have defaults from the shader definition
|
|
22
|
-
*/
|
|
23
|
-
type ShaderComponentProps = BaseShaderProps & Partial<ComponentProps>;
|
|
24
|
-
/**
|
|
25
|
-
* The main React wrapper component for Shader shader nodes
|
|
26
|
-
*/
|
|
27
|
-
export declare const OmbreComponent: React.FC<ShaderComponentProps>;
|
|
28
|
-
export default OmbreComponent;
|
|
29
|
-
//# sourceMappingURL=ColorMapping.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ColorMapping.d.ts","sourceRoot":"","sources":["../../src/components/ColorMapping.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,EAIjB,MAAM,cAAc,CAAC;AAEtB,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,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;CACxB;AAED;;;GAGG;AACH,KAAK,oBAAoB,GAAG,eAAe,GAAG,OAAO,CAAC,cAAc,CAAC,CAAC;AAyCtE;;GAEG;AACH,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAgJzD,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
|
-
import { BlendMode, TransformConfig } from 'shaders/core';
|
|
3
|
-
import { ComponentProps } from 'shaders/core/CursorTrail';
|
|
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<ComponentProps>;
|
|
26
|
-
/**
|
|
27
|
-
* The main React wrapper component for Shader shader nodes
|
|
28
|
-
*/
|
|
29
|
-
export declare const OmbreComponent: React.FC<ShaderComponentProps>;
|
|
30
|
-
export default OmbreComponent;
|
|
31
|
-
//# sourceMappingURL=CursorTrail.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CursorTrail.d.ts","sourceRoot":"","sources":["../../src/components/CursorTrail.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,EAId,KAAK,eAAe,EACvB,MAAM,cAAc,CAAC;AAEtB,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;AAED;;;GAGG;AACH,KAAK,oBAAoB,GAAG,eAAe,GAAG,OAAO,CAAC,cAAc,CAAC,CAAC;AAsDtE;;GAEG;AACH,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAwJzD,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
|
-
import { BlendMode, TransformConfig } from 'shaders/core';
|
|
3
|
-
import { ComponentProps } from 'shaders/core/DiffuseBlur';
|
|
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<ComponentProps>;
|
|
26
|
-
/**
|
|
27
|
-
* The main React wrapper component for Shader shader nodes
|
|
28
|
-
*/
|
|
29
|
-
export declare const OmbreComponent: React.FC<ShaderComponentProps>;
|
|
30
|
-
export default OmbreComponent;
|
|
31
|
-
//# sourceMappingURL=DiffuseBlur.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DiffuseBlur.d.ts","sourceRoot":"","sources":["../../src/components/DiffuseBlur.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,EAId,KAAK,eAAe,EACvB,MAAM,cAAc,CAAC;AAEtB,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;AAED;;;GAGG;AACH,KAAK,oBAAoB,GAAG,eAAe,GAAG,OAAO,CAAC,cAAc,CAAC,CAAC;AAsDtE;;GAEG;AACH,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAwJzD,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
|
-
import { BlendMode, TransformConfig } from 'shaders/core';
|
|
3
|
-
import { ComponentProps } from 'shaders/core/Dither';
|
|
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<ComponentProps>;
|
|
26
|
-
/**
|
|
27
|
-
* The main React wrapper component for Shader shader nodes
|
|
28
|
-
*/
|
|
29
|
-
export declare const OmbreComponent: React.FC<ShaderComponentProps>;
|
|
30
|
-
export default OmbreComponent;
|
|
31
|
-
//# sourceMappingURL=Dither.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Dither.d.ts","sourceRoot":"","sources":["../../src/components/Dither.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,EAId,KAAK,eAAe,EACvB,MAAM,cAAc,CAAC;AAEtB,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;AAED;;;GAGG;AACH,KAAK,oBAAoB,GAAG,eAAe,GAAG,OAAO,CAAC,cAAc,CAAC,CAAC;AAsDtE;;GAEG;AACH,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAwJzD,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
|
-
import { BlendMode, TransformConfig } from 'shaders/core';
|
|
3
|
-
import { ComponentProps } from 'shaders/core/DotGrid';
|
|
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<ComponentProps>;
|
|
26
|
-
/**
|
|
27
|
-
* The main React wrapper component for Shader shader nodes
|
|
28
|
-
*/
|
|
29
|
-
export declare const OmbreComponent: React.FC<ShaderComponentProps>;
|
|
30
|
-
export default OmbreComponent;
|
|
31
|
-
//# sourceMappingURL=DotGrid.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DotGrid.d.ts","sourceRoot":"","sources":["../../src/components/DotGrid.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,EAId,KAAK,eAAe,EACvB,MAAM,cAAc,CAAC;AAEtB,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;AAED;;;GAGG;AACH,KAAK,oBAAoB,GAAG,eAAe,GAAG,OAAO,CAAC,cAAc,CAAC,CAAC;AAsDtE;;GAEG;AACH,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAwJzD,CAAC;AAEF,eAAe,cAAc,CAAC"}
|