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
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { type BlendMode } from 'shaders/core';
|
|
2
|
-
import { type ComponentProps } from 'shaders/core/Glitch';
|
|
3
|
-
/**
|
|
4
|
-
* Define component props including blend mode, opacity, and masking
|
|
5
|
-
*/
|
|
6
|
-
interface ExtendedComponentProps extends Partial<ComponentProps> {
|
|
7
|
-
blendMode?: BlendMode;
|
|
8
|
-
opacity?: number;
|
|
9
|
-
id?: string;
|
|
10
|
-
maskSource?: string;
|
|
11
|
-
maskType?: string;
|
|
12
|
-
renderOrder?: number;
|
|
13
|
-
children?: import('svelte').Snippet;
|
|
14
|
-
}
|
|
15
|
-
declare const Glitch: import("svelte").Component<ExtendedComponentProps, {}, "">;
|
|
16
|
-
type Glitch = ReturnType<typeof Glitch>;
|
|
17
|
-
export default Glitch;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { type BlendMode } from 'shaders/core';
|
|
2
|
-
import { type ComponentProps } from 'shaders/core/Mirror';
|
|
3
|
-
/**
|
|
4
|
-
* Define component props including blend mode, opacity, and masking
|
|
5
|
-
*/
|
|
6
|
-
interface ExtendedComponentProps extends Partial<ComponentProps> {
|
|
7
|
-
blendMode?: BlendMode;
|
|
8
|
-
opacity?: number;
|
|
9
|
-
id?: string;
|
|
10
|
-
maskSource?: string;
|
|
11
|
-
maskType?: string;
|
|
12
|
-
renderOrder?: number;
|
|
13
|
-
children?: import('svelte').Snippet;
|
|
14
|
-
}
|
|
15
|
-
declare const Mirror: import("svelte").Component<ExtendedComponentProps, {}, "">;
|
|
16
|
-
type Mirror = ReturnType<typeof Mirror>;
|
|
17
|
-
export default Mirror;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { type BlendMode } from 'shaders/core';
|
|
2
|
-
import { type ComponentProps } from 'shaders/core/PerlinNoise';
|
|
3
|
-
/**
|
|
4
|
-
* Define component props including blend mode, opacity, and masking
|
|
5
|
-
*/
|
|
6
|
-
interface ExtendedComponentProps extends Partial<ComponentProps> {
|
|
7
|
-
blendMode?: BlendMode;
|
|
8
|
-
opacity?: number;
|
|
9
|
-
id?: string;
|
|
10
|
-
maskSource?: string;
|
|
11
|
-
maskType?: string;
|
|
12
|
-
renderOrder?: number;
|
|
13
|
-
children?: import('svelte').Snippet;
|
|
14
|
-
}
|
|
15
|
-
declare const PerlinNoise: import("svelte").Component<ExtendedComponentProps, {}, "">;
|
|
16
|
-
type PerlinNoise = ReturnType<typeof PerlinNoise>;
|
|
17
|
-
export default PerlinNoise;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { type BlendMode } from 'shaders/core';
|
|
2
|
-
import { type ComponentProps } from 'shaders/core/RadialBlur';
|
|
3
|
-
/**
|
|
4
|
-
* Define component props including blend mode, opacity, and masking
|
|
5
|
-
*/
|
|
6
|
-
interface ExtendedComponentProps extends Partial<ComponentProps> {
|
|
7
|
-
blendMode?: BlendMode;
|
|
8
|
-
opacity?: number;
|
|
9
|
-
id?: string;
|
|
10
|
-
maskSource?: string;
|
|
11
|
-
maskType?: string;
|
|
12
|
-
renderOrder?: number;
|
|
13
|
-
children?: import('svelte').Snippet;
|
|
14
|
-
}
|
|
15
|
-
declare const RadialBlur: import("svelte").Component<ExtendedComponentProps, {}, "">;
|
|
16
|
-
type RadialBlur = ReturnType<typeof RadialBlur>;
|
|
17
|
-
export default RadialBlur;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { type BlendMode } from 'shaders/core';
|
|
2
|
-
import { type ComponentProps } from 'shaders/core/Tint';
|
|
3
|
-
/**
|
|
4
|
-
* Define component props including blend mode, opacity, and masking
|
|
5
|
-
*/
|
|
6
|
-
interface ExtendedComponentProps extends Partial<ComponentProps> {
|
|
7
|
-
blendMode?: BlendMode;
|
|
8
|
-
opacity?: number;
|
|
9
|
-
id?: string;
|
|
10
|
-
maskSource?: string;
|
|
11
|
-
maskType?: string;
|
|
12
|
-
renderOrder?: number;
|
|
13
|
-
children?: import('svelte').Snippet;
|
|
14
|
-
}
|
|
15
|
-
declare const Tint: import("svelte").Component<ExtendedComponentProps, {}, "">;
|
|
16
|
-
type Tint = ReturnType<typeof Tint>;
|
|
17
|
-
export default Tint;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { type BlendMode } from 'shaders/core';
|
|
2
|
-
import { type ComponentProps } from 'shaders/core/VCR';
|
|
3
|
-
/**
|
|
4
|
-
* Define component props including blend mode, opacity, and masking
|
|
5
|
-
*/
|
|
6
|
-
interface ExtendedComponentProps extends Partial<ComponentProps> {
|
|
7
|
-
blendMode?: BlendMode;
|
|
8
|
-
opacity?: number;
|
|
9
|
-
id?: string;
|
|
10
|
-
maskSource?: string;
|
|
11
|
-
maskType?: string;
|
|
12
|
-
renderOrder?: number;
|
|
13
|
-
children?: import('svelte').Snippet;
|
|
14
|
-
}
|
|
15
|
-
declare const VCR: import("svelte").Component<ExtendedComponentProps, {}, "">;
|
|
16
|
-
type VCR = ReturnType<typeof VCR>;
|
|
17
|
-
export default VCR;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { type BlendMode } from 'shaders/core';
|
|
2
|
-
import { type ComponentProps } from 'shaders/core/Vignette';
|
|
3
|
-
/**
|
|
4
|
-
* Define component props including blend mode, opacity, and masking
|
|
5
|
-
*/
|
|
6
|
-
interface ExtendedComponentProps extends Partial<ComponentProps> {
|
|
7
|
-
blendMode?: BlendMode;
|
|
8
|
-
opacity?: number;
|
|
9
|
-
id?: string;
|
|
10
|
-
maskSource?: string;
|
|
11
|
-
maskType?: string;
|
|
12
|
-
renderOrder?: number;
|
|
13
|
-
children?: import('svelte').Snippet;
|
|
14
|
-
}
|
|
15
|
-
declare const Vignette: import("svelte").Component<ExtendedComponentProps, {}, "">;
|
|
16
|
-
type Vignette = ReturnType<typeof Vignette>;
|
|
17
|
-
export default Vignette;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { type BlendMode } from 'shaders/core';
|
|
2
|
-
import { type ComponentProps } from 'shaders/core/Voronoi';
|
|
3
|
-
/**
|
|
4
|
-
* Define component props including blend mode, opacity, and masking
|
|
5
|
-
*/
|
|
6
|
-
interface ExtendedComponentProps extends Partial<ComponentProps> {
|
|
7
|
-
blendMode?: BlendMode;
|
|
8
|
-
opacity?: number;
|
|
9
|
-
id?: string;
|
|
10
|
-
maskSource?: string;
|
|
11
|
-
maskType?: string;
|
|
12
|
-
renderOrder?: number;
|
|
13
|
-
children?: import('svelte').Snippet;
|
|
14
|
-
}
|
|
15
|
-
declare const Voronoi: import("svelte").Component<ExtendedComponentProps, {}, "">;
|
|
16
|
-
type Voronoi = ReturnType<typeof Voronoi>;
|
|
17
|
-
export default Voronoi;
|
package/dist/vue/codegen.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './utils/generatePresetCode'
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
import { BlendMode, TransformConfig } from 'shaders/core';
|
|
2
|
-
import { ComponentProps } from 'shaders/core/AngularBlur';
|
|
3
|
-
|
|
4
|
-
/**
|
|
5
|
-
* Define component props including blend mode, opacity, visibility, masking, and transformation
|
|
6
|
-
*/
|
|
7
|
-
interface ExtendedComponentProps extends Partial<ComponentProps> {
|
|
8
|
-
blendMode?: BlendMode;
|
|
9
|
-
opacity?: number;
|
|
10
|
-
visible?: boolean;
|
|
11
|
-
id?: string;
|
|
12
|
-
maskSource?: string;
|
|
13
|
-
maskType?: string;
|
|
14
|
-
renderOrder?: number;
|
|
15
|
-
transform?: Partial<TransformConfig>;
|
|
16
|
-
}
|
|
17
|
-
declare function __VLS_template(): {
|
|
18
|
-
default?(_: {}): any;
|
|
19
|
-
};
|
|
20
|
-
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ExtendedComponentProps>, {
|
|
21
|
-
blendMode: string;
|
|
22
|
-
renderOrder: number;
|
|
23
|
-
visible: boolean;
|
|
24
|
-
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ExtendedComponentProps>, {
|
|
25
|
-
blendMode: string;
|
|
26
|
-
renderOrder: number;
|
|
27
|
-
visible: boolean;
|
|
28
|
-
}>>> & Readonly<{}>, {
|
|
29
|
-
blendMode: BlendMode;
|
|
30
|
-
visible: boolean;
|
|
31
|
-
renderOrder: number;
|
|
32
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
33
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
34
|
-
export default _default;
|
|
35
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
36
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
37
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
38
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
39
|
-
} : {
|
|
40
|
-
type: import('vue').PropType<T[K]>;
|
|
41
|
-
required: true;
|
|
42
|
-
};
|
|
43
|
-
};
|
|
44
|
-
type __VLS_WithDefaults<P, D> = {
|
|
45
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
46
|
-
default: D[K];
|
|
47
|
-
}> : P[K];
|
|
48
|
-
};
|
|
49
|
-
type __VLS_Prettify<T> = {
|
|
50
|
-
[K in keyof T]: T[K];
|
|
51
|
-
} & {};
|
|
52
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
53
|
-
new (): {
|
|
54
|
-
$slots: S;
|
|
55
|
-
};
|
|
56
|
-
};
|
|
57
|
-
//# sourceMappingURL=AngularBlur.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AngularBlur.vue.d.ts","sourceRoot":"","sources":["../../src/components/AngularBlur.vue"],"names":[],"mappings":"AAGA,OAAO,EAGL,KAAK,SAAS,EAId,KAAK,eAAe,EACrB,MAAM,cAAc,CAAA;AAGrB,OAAO,EAAsB,KAAK,cAAc,EAAC,MAAM,0BAA0B,CAAA;AAIjF;;GAEG;AACH,UAAU,sBAAuB,SAAQ,OAAO,CAAC,cAAc,CAAC;IAC9D,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;CACtC;AAgOD,iBAAS,cAAc;qBA0BM,GAAG;EAG/B;AAQD,QAAA,MAAM,eAAe;;;;;;;;;eA7QP,SAAS;aAEX,OAAO;iBAIH,MAAM;4EA6QpB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AACxD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
import { BlendMode, TransformConfig } from 'shaders/core';
|
|
2
|
-
import { ComponentProps } from 'shaders/core/Ascii';
|
|
3
|
-
|
|
4
|
-
/**
|
|
5
|
-
* Define component props including blend mode, opacity, visibility, masking, and transformation
|
|
6
|
-
*/
|
|
7
|
-
interface ExtendedComponentProps extends Partial<ComponentProps> {
|
|
8
|
-
blendMode?: BlendMode;
|
|
9
|
-
opacity?: number;
|
|
10
|
-
visible?: boolean;
|
|
11
|
-
id?: string;
|
|
12
|
-
maskSource?: string;
|
|
13
|
-
maskType?: string;
|
|
14
|
-
renderOrder?: number;
|
|
15
|
-
transform?: Partial<TransformConfig>;
|
|
16
|
-
}
|
|
17
|
-
declare function __VLS_template(): {
|
|
18
|
-
default?(_: {}): any;
|
|
19
|
-
};
|
|
20
|
-
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ExtendedComponentProps>, {
|
|
21
|
-
blendMode: string;
|
|
22
|
-
renderOrder: number;
|
|
23
|
-
visible: boolean;
|
|
24
|
-
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ExtendedComponentProps>, {
|
|
25
|
-
blendMode: string;
|
|
26
|
-
renderOrder: number;
|
|
27
|
-
visible: boolean;
|
|
28
|
-
}>>> & Readonly<{}>, {
|
|
29
|
-
blendMode: BlendMode;
|
|
30
|
-
visible: boolean;
|
|
31
|
-
renderOrder: number;
|
|
32
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
33
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
34
|
-
export default _default;
|
|
35
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
36
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
37
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
38
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
39
|
-
} : {
|
|
40
|
-
type: import('vue').PropType<T[K]>;
|
|
41
|
-
required: true;
|
|
42
|
-
};
|
|
43
|
-
};
|
|
44
|
-
type __VLS_WithDefaults<P, D> = {
|
|
45
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
46
|
-
default: D[K];
|
|
47
|
-
}> : P[K];
|
|
48
|
-
};
|
|
49
|
-
type __VLS_Prettify<T> = {
|
|
50
|
-
[K in keyof T]: T[K];
|
|
51
|
-
} & {};
|
|
52
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
53
|
-
new (): {
|
|
54
|
-
$slots: S;
|
|
55
|
-
};
|
|
56
|
-
};
|
|
57
|
-
//# sourceMappingURL=Ascii.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Ascii.vue.d.ts","sourceRoot":"","sources":["../../src/components/Ascii.vue"],"names":[],"mappings":"AAGA,OAAO,EAGL,KAAK,SAAS,EAId,KAAK,eAAe,EACrB,MAAM,cAAc,CAAA;AAGrB,OAAO,EAAsB,KAAK,cAAc,EAAC,MAAM,oBAAoB,CAAA;AAI3E;;GAEG;AACH,UAAU,sBAAuB,SAAQ,OAAO,CAAC,cAAc,CAAC;IAC9D,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;CACtC;AAgOD,iBAAS,cAAc;qBA0BM,GAAG;EAG/B;AAQD,QAAA,MAAM,eAAe;;;;;;;;;eA7QP,SAAS;aAEX,OAAO;iBAIH,MAAM;4EA6QpB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AACxD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
import { BlendMode, TransformConfig } from 'shaders/core';
|
|
2
|
-
import { ComponentProps } from 'shaders/core/Blob';
|
|
3
|
-
|
|
4
|
-
/**
|
|
5
|
-
* Define component props including blend mode, opacity, visibility, masking, and transformation
|
|
6
|
-
*/
|
|
7
|
-
interface ExtendedComponentProps extends Partial<ComponentProps> {
|
|
8
|
-
blendMode?: BlendMode;
|
|
9
|
-
opacity?: number;
|
|
10
|
-
visible?: boolean;
|
|
11
|
-
id?: string;
|
|
12
|
-
maskSource?: string;
|
|
13
|
-
maskType?: string;
|
|
14
|
-
renderOrder?: number;
|
|
15
|
-
transform?: Partial<TransformConfig>;
|
|
16
|
-
}
|
|
17
|
-
declare function __VLS_template(): {
|
|
18
|
-
default?(_: {}): any;
|
|
19
|
-
};
|
|
20
|
-
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ExtendedComponentProps>, {
|
|
21
|
-
blendMode: string;
|
|
22
|
-
renderOrder: number;
|
|
23
|
-
visible: boolean;
|
|
24
|
-
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ExtendedComponentProps>, {
|
|
25
|
-
blendMode: string;
|
|
26
|
-
renderOrder: number;
|
|
27
|
-
visible: boolean;
|
|
28
|
-
}>>> & Readonly<{}>, {
|
|
29
|
-
blendMode: BlendMode;
|
|
30
|
-
visible: boolean;
|
|
31
|
-
renderOrder: number;
|
|
32
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
33
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
34
|
-
export default _default;
|
|
35
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
36
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
37
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
38
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
39
|
-
} : {
|
|
40
|
-
type: import('vue').PropType<T[K]>;
|
|
41
|
-
required: true;
|
|
42
|
-
};
|
|
43
|
-
};
|
|
44
|
-
type __VLS_WithDefaults<P, D> = {
|
|
45
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
46
|
-
default: D[K];
|
|
47
|
-
}> : P[K];
|
|
48
|
-
};
|
|
49
|
-
type __VLS_Prettify<T> = {
|
|
50
|
-
[K in keyof T]: T[K];
|
|
51
|
-
} & {};
|
|
52
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
53
|
-
new (): {
|
|
54
|
-
$slots: S;
|
|
55
|
-
};
|
|
56
|
-
};
|
|
57
|
-
//# sourceMappingURL=Blob.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Blob.vue.d.ts","sourceRoot":"","sources":["../../src/components/Blob.vue"],"names":[],"mappings":"AAGA,OAAO,EAGL,KAAK,SAAS,EAId,KAAK,eAAe,EACrB,MAAM,cAAc,CAAA;AAGrB,OAAO,EAAsB,KAAK,cAAc,EAAC,MAAM,mBAAmB,CAAA;AAI1E;;GAEG;AACH,UAAU,sBAAuB,SAAQ,OAAO,CAAC,cAAc,CAAC;IAC9D,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;CACtC;AAgOD,iBAAS,cAAc;qBA0BM,GAAG;EAG/B;AAQD,QAAA,MAAM,eAAe;;;;;;;;;eA7QP,SAAS;aAEX,OAAO;iBAIH,MAAM;4EA6QpB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AACxD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
import { BlendMode, TransformConfig } from 'shaders/core';
|
|
2
|
-
import { ComponentProps } from 'shaders/core/Blur';
|
|
3
|
-
|
|
4
|
-
/**
|
|
5
|
-
* Define component props including blend mode, opacity, visibility, masking, and transformation
|
|
6
|
-
*/
|
|
7
|
-
interface ExtendedComponentProps extends Partial<ComponentProps> {
|
|
8
|
-
blendMode?: BlendMode;
|
|
9
|
-
opacity?: number;
|
|
10
|
-
visible?: boolean;
|
|
11
|
-
id?: string;
|
|
12
|
-
maskSource?: string;
|
|
13
|
-
maskType?: string;
|
|
14
|
-
renderOrder?: number;
|
|
15
|
-
transform?: Partial<TransformConfig>;
|
|
16
|
-
}
|
|
17
|
-
declare function __VLS_template(): {
|
|
18
|
-
default?(_: {}): any;
|
|
19
|
-
};
|
|
20
|
-
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ExtendedComponentProps>, {
|
|
21
|
-
blendMode: string;
|
|
22
|
-
renderOrder: number;
|
|
23
|
-
visible: boolean;
|
|
24
|
-
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ExtendedComponentProps>, {
|
|
25
|
-
blendMode: string;
|
|
26
|
-
renderOrder: number;
|
|
27
|
-
visible: boolean;
|
|
28
|
-
}>>> & Readonly<{}>, {
|
|
29
|
-
blendMode: BlendMode;
|
|
30
|
-
visible: boolean;
|
|
31
|
-
renderOrder: number;
|
|
32
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
33
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
34
|
-
export default _default;
|
|
35
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
36
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
37
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
38
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
39
|
-
} : {
|
|
40
|
-
type: import('vue').PropType<T[K]>;
|
|
41
|
-
required: true;
|
|
42
|
-
};
|
|
43
|
-
};
|
|
44
|
-
type __VLS_WithDefaults<P, D> = {
|
|
45
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
46
|
-
default: D[K];
|
|
47
|
-
}> : P[K];
|
|
48
|
-
};
|
|
49
|
-
type __VLS_Prettify<T> = {
|
|
50
|
-
[K in keyof T]: T[K];
|
|
51
|
-
} & {};
|
|
52
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
53
|
-
new (): {
|
|
54
|
-
$slots: S;
|
|
55
|
-
};
|
|
56
|
-
};
|
|
57
|
-
//# sourceMappingURL=Blur.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Blur.vue.d.ts","sourceRoot":"","sources":["../../src/components/Blur.vue"],"names":[],"mappings":"AAGA,OAAO,EAGL,KAAK,SAAS,EAId,KAAK,eAAe,EACrB,MAAM,cAAc,CAAA;AAGrB,OAAO,EAAsB,KAAK,cAAc,EAAC,MAAM,mBAAmB,CAAA;AAI1E;;GAEG;AACH,UAAU,sBAAuB,SAAQ,OAAO,CAAC,cAAc,CAAC;IAC9D,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;CACtC;AAgOD,iBAAS,cAAc;qBA0BM,GAAG;EAG/B;AAQD,QAAA,MAAM,eAAe;;;;;;;;;eA7QP,SAAS;aAEX,OAAO;iBAIH,MAAM;4EA6QpB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AACxD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
import { BlendMode, TransformConfig } from 'shaders/core';
|
|
2
|
-
import { ComponentProps } from 'shaders/core/Bulge';
|
|
3
|
-
|
|
4
|
-
/**
|
|
5
|
-
* Define component props including blend mode, opacity, visibility, masking, and transformation
|
|
6
|
-
*/
|
|
7
|
-
interface ExtendedComponentProps extends Partial<ComponentProps> {
|
|
8
|
-
blendMode?: BlendMode;
|
|
9
|
-
opacity?: number;
|
|
10
|
-
visible?: boolean;
|
|
11
|
-
id?: string;
|
|
12
|
-
maskSource?: string;
|
|
13
|
-
maskType?: string;
|
|
14
|
-
renderOrder?: number;
|
|
15
|
-
transform?: Partial<TransformConfig>;
|
|
16
|
-
}
|
|
17
|
-
declare function __VLS_template(): {
|
|
18
|
-
default?(_: {}): any;
|
|
19
|
-
};
|
|
20
|
-
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ExtendedComponentProps>, {
|
|
21
|
-
blendMode: string;
|
|
22
|
-
renderOrder: number;
|
|
23
|
-
visible: boolean;
|
|
24
|
-
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ExtendedComponentProps>, {
|
|
25
|
-
blendMode: string;
|
|
26
|
-
renderOrder: number;
|
|
27
|
-
visible: boolean;
|
|
28
|
-
}>>> & Readonly<{}>, {
|
|
29
|
-
blendMode: BlendMode;
|
|
30
|
-
visible: boolean;
|
|
31
|
-
renderOrder: number;
|
|
32
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
33
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
34
|
-
export default _default;
|
|
35
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
36
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
37
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
38
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
39
|
-
} : {
|
|
40
|
-
type: import('vue').PropType<T[K]>;
|
|
41
|
-
required: true;
|
|
42
|
-
};
|
|
43
|
-
};
|
|
44
|
-
type __VLS_WithDefaults<P, D> = {
|
|
45
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
46
|
-
default: D[K];
|
|
47
|
-
}> : P[K];
|
|
48
|
-
};
|
|
49
|
-
type __VLS_Prettify<T> = {
|
|
50
|
-
[K in keyof T]: T[K];
|
|
51
|
-
} & {};
|
|
52
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
53
|
-
new (): {
|
|
54
|
-
$slots: S;
|
|
55
|
-
};
|
|
56
|
-
};
|
|
57
|
-
//# sourceMappingURL=Bulge.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Bulge.vue.d.ts","sourceRoot":"","sources":["../../src/components/Bulge.vue"],"names":[],"mappings":"AAGA,OAAO,EAGL,KAAK,SAAS,EAId,KAAK,eAAe,EACrB,MAAM,cAAc,CAAA;AAGrB,OAAO,EAAsB,KAAK,cAAc,EAAC,MAAM,oBAAoB,CAAA;AAI3E;;GAEG;AACH,UAAU,sBAAuB,SAAQ,OAAO,CAAC,cAAc,CAAC;IAC9D,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;CACtC;AAgOD,iBAAS,cAAc;qBA0BM,GAAG;EAG/B;AAQD,QAAA,MAAM,eAAe;;;;;;;;;eA7QP,SAAS;aAEX,OAAO;iBAIH,MAAM;4EA6QpB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AACxD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
import { BlendMode, TransformConfig } from 'shaders/core';
|
|
2
|
-
import { ComponentProps } from 'shaders/core/CRTScreen';
|
|
3
|
-
|
|
4
|
-
/**
|
|
5
|
-
* Define component props including blend mode, opacity, visibility, masking, and transformation
|
|
6
|
-
*/
|
|
7
|
-
interface ExtendedComponentProps extends Partial<ComponentProps> {
|
|
8
|
-
blendMode?: BlendMode;
|
|
9
|
-
opacity?: number;
|
|
10
|
-
visible?: boolean;
|
|
11
|
-
id?: string;
|
|
12
|
-
maskSource?: string;
|
|
13
|
-
maskType?: string;
|
|
14
|
-
renderOrder?: number;
|
|
15
|
-
transform?: Partial<TransformConfig>;
|
|
16
|
-
}
|
|
17
|
-
declare function __VLS_template(): {
|
|
18
|
-
default?(_: {}): any;
|
|
19
|
-
};
|
|
20
|
-
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ExtendedComponentProps>, {
|
|
21
|
-
blendMode: string;
|
|
22
|
-
renderOrder: number;
|
|
23
|
-
visible: boolean;
|
|
24
|
-
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ExtendedComponentProps>, {
|
|
25
|
-
blendMode: string;
|
|
26
|
-
renderOrder: number;
|
|
27
|
-
visible: boolean;
|
|
28
|
-
}>>> & Readonly<{}>, {
|
|
29
|
-
blendMode: BlendMode;
|
|
30
|
-
visible: boolean;
|
|
31
|
-
renderOrder: number;
|
|
32
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
33
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
34
|
-
export default _default;
|
|
35
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
36
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
37
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
38
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
39
|
-
} : {
|
|
40
|
-
type: import('vue').PropType<T[K]>;
|
|
41
|
-
required: true;
|
|
42
|
-
};
|
|
43
|
-
};
|
|
44
|
-
type __VLS_WithDefaults<P, D> = {
|
|
45
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
46
|
-
default: D[K];
|
|
47
|
-
}> : P[K];
|
|
48
|
-
};
|
|
49
|
-
type __VLS_Prettify<T> = {
|
|
50
|
-
[K in keyof T]: T[K];
|
|
51
|
-
} & {};
|
|
52
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
53
|
-
new (): {
|
|
54
|
-
$slots: S;
|
|
55
|
-
};
|
|
56
|
-
};
|
|
57
|
-
//# sourceMappingURL=CRTScreen.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CRTScreen.vue.d.ts","sourceRoot":"","sources":["../../src/components/CRTScreen.vue"],"names":[],"mappings":"AAGA,OAAO,EAGL,KAAK,SAAS,EAId,KAAK,eAAe,EACrB,MAAM,cAAc,CAAA;AAGrB,OAAO,EAAsB,KAAK,cAAc,EAAC,MAAM,wBAAwB,CAAA;AAI/E;;GAEG;AACH,UAAU,sBAAuB,SAAQ,OAAO,CAAC,cAAc,CAAC;IAC9D,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;CACtC;AAgOD,iBAAS,cAAc;qBA0BM,GAAG;EAG/B;AAQD,QAAA,MAAM,eAAe;;;;;;;;;eA7QP,SAAS;aAEX,OAAO;iBAIH,MAAM;4EA6QpB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AACxD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
import { BlendMode, TransformConfig } from 'shaders/core';
|
|
2
|
-
import { ComponentProps } from 'shaders/core/ChannelBlur';
|
|
3
|
-
|
|
4
|
-
/**
|
|
5
|
-
* Define component props including blend mode, opacity, visibility, masking, and transformation
|
|
6
|
-
*/
|
|
7
|
-
interface ExtendedComponentProps extends Partial<ComponentProps> {
|
|
8
|
-
blendMode?: BlendMode;
|
|
9
|
-
opacity?: number;
|
|
10
|
-
visible?: boolean;
|
|
11
|
-
id?: string;
|
|
12
|
-
maskSource?: string;
|
|
13
|
-
maskType?: string;
|
|
14
|
-
renderOrder?: number;
|
|
15
|
-
transform?: Partial<TransformConfig>;
|
|
16
|
-
}
|
|
17
|
-
declare function __VLS_template(): {
|
|
18
|
-
default?(_: {}): any;
|
|
19
|
-
};
|
|
20
|
-
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ExtendedComponentProps>, {
|
|
21
|
-
blendMode: string;
|
|
22
|
-
renderOrder: number;
|
|
23
|
-
visible: boolean;
|
|
24
|
-
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ExtendedComponentProps>, {
|
|
25
|
-
blendMode: string;
|
|
26
|
-
renderOrder: number;
|
|
27
|
-
visible: boolean;
|
|
28
|
-
}>>> & Readonly<{}>, {
|
|
29
|
-
blendMode: BlendMode;
|
|
30
|
-
visible: boolean;
|
|
31
|
-
renderOrder: number;
|
|
32
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
33
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
34
|
-
export default _default;
|
|
35
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
36
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
37
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
38
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
39
|
-
} : {
|
|
40
|
-
type: import('vue').PropType<T[K]>;
|
|
41
|
-
required: true;
|
|
42
|
-
};
|
|
43
|
-
};
|
|
44
|
-
type __VLS_WithDefaults<P, D> = {
|
|
45
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
46
|
-
default: D[K];
|
|
47
|
-
}> : P[K];
|
|
48
|
-
};
|
|
49
|
-
type __VLS_Prettify<T> = {
|
|
50
|
-
[K in keyof T]: T[K];
|
|
51
|
-
} & {};
|
|
52
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
53
|
-
new (): {
|
|
54
|
-
$slots: S;
|
|
55
|
-
};
|
|
56
|
-
};
|
|
57
|
-
//# sourceMappingURL=ChannelBlur.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ChannelBlur.vue.d.ts","sourceRoot":"","sources":["../../src/components/ChannelBlur.vue"],"names":[],"mappings":"AAGA,OAAO,EAGL,KAAK,SAAS,EAId,KAAK,eAAe,EACrB,MAAM,cAAc,CAAA;AAGrB,OAAO,EAAsB,KAAK,cAAc,EAAC,MAAM,0BAA0B,CAAA;AAIjF;;GAEG;AACH,UAAU,sBAAuB,SAAQ,OAAO,CAAC,cAAc,CAAC;IAC9D,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;CACtC;AAgOD,iBAAS,cAAc;qBA0BM,GAAG;EAG/B;AAQD,QAAA,MAAM,eAAe;;;;;;;;;eA7QP,SAAS;aAEX,OAAO;iBAIH,MAAM;4EA6QpB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AACxD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
import { BlendMode, TransformConfig } from 'shaders/core';
|
|
2
|
-
import { ComponentProps } from 'shaders/core/Checkerboard';
|
|
3
|
-
|
|
4
|
-
/**
|
|
5
|
-
* Define component props including blend mode, opacity, visibility, masking, and transformation
|
|
6
|
-
*/
|
|
7
|
-
interface ExtendedComponentProps extends Partial<ComponentProps> {
|
|
8
|
-
blendMode?: BlendMode;
|
|
9
|
-
opacity?: number;
|
|
10
|
-
visible?: boolean;
|
|
11
|
-
id?: string;
|
|
12
|
-
maskSource?: string;
|
|
13
|
-
maskType?: string;
|
|
14
|
-
renderOrder?: number;
|
|
15
|
-
transform?: Partial<TransformConfig>;
|
|
16
|
-
}
|
|
17
|
-
declare function __VLS_template(): {
|
|
18
|
-
default?(_: {}): any;
|
|
19
|
-
};
|
|
20
|
-
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ExtendedComponentProps>, {
|
|
21
|
-
blendMode: string;
|
|
22
|
-
renderOrder: number;
|
|
23
|
-
visible: boolean;
|
|
24
|
-
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ExtendedComponentProps>, {
|
|
25
|
-
blendMode: string;
|
|
26
|
-
renderOrder: number;
|
|
27
|
-
visible: boolean;
|
|
28
|
-
}>>> & Readonly<{}>, {
|
|
29
|
-
blendMode: BlendMode;
|
|
30
|
-
visible: boolean;
|
|
31
|
-
renderOrder: number;
|
|
32
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
33
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
34
|
-
export default _default;
|
|
35
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
36
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
37
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
38
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
39
|
-
} : {
|
|
40
|
-
type: import('vue').PropType<T[K]>;
|
|
41
|
-
required: true;
|
|
42
|
-
};
|
|
43
|
-
};
|
|
44
|
-
type __VLS_WithDefaults<P, D> = {
|
|
45
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
46
|
-
default: D[K];
|
|
47
|
-
}> : P[K];
|
|
48
|
-
};
|
|
49
|
-
type __VLS_Prettify<T> = {
|
|
50
|
-
[K in keyof T]: T[K];
|
|
51
|
-
} & {};
|
|
52
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
53
|
-
new (): {
|
|
54
|
-
$slots: S;
|
|
55
|
-
};
|
|
56
|
-
};
|
|
57
|
-
//# sourceMappingURL=Checkerboard.vue.d.ts.map
|