shaders 2.2.23 → 2.2.24
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/Beam-BAKql1AP.js +116 -0
- package/dist/core/{ColorAdjustment-CKwpE_4M.js → ColorAdjustment-FeXXpypd.js} +1 -1
- package/dist/core/{Grayscale-CAEFLteL.js → Grayscale-BbsdDa_X.js} +1 -1
- package/dist/core/{HueShift-CyxzPcJV.js → HueShift-B_qE9c08.js} +1 -1
- package/dist/core/{Posterize-DhZkMaC7.js → Posterize-ggKIJlmm.js} +1 -1
- package/dist/core/{Saturation-Dup81Pnq.js → Saturation-Dl3gCWuZ.js} +1 -1
- package/dist/core/{Vibrance-C182fbSw.js → Vibrance-C2FRlLkK.js} +1 -1
- package/dist/core/index.js +271 -269
- package/dist/core/shaderRegistry.d.ts.map +1 -1
- package/dist/core/shaders/Beam/index.d.ts +71 -0
- package/dist/core/shaders/Beam/index.d.ts.map +1 -0
- package/dist/core/shaders/Beam/index.js +8 -0
- package/dist/core/shaders/Blob/index.js +1 -1
- package/dist/core/shaders/Blur/index.js +1 -1
- package/dist/core/shaders/Bulge/index.js +1 -1
- package/dist/core/shaders/CRTScreen/index.js +1 -1
- package/dist/core/shaders/ChannelBlur/index.js +1 -1
- package/dist/core/shaders/Checkerboard/index.js +1 -1
- package/dist/core/shaders/ChromaFlow/index.js +1 -1
- package/dist/core/shaders/ChromaticAberration/index.js +1 -1
- package/dist/core/shaders/Circle/index.js +1 -1
- package/dist/core/shaders/CursorTrail/index.js +1 -1
- package/dist/core/shaders/DiffuseBlur/index.js +1 -1
- package/dist/core/shaders/Dither/index.js +1 -1
- package/dist/core/shaders/DotGrid/index.js +1 -1
- package/dist/core/shaders/Duotone/index.js +1 -1
- package/dist/core/shaders/FilmGrain/index.js +1 -1
- package/dist/core/shaders/FloatingParticles/index.js +1 -1
- package/dist/core/shaders/GlassTiles/index.js +1 -1
- package/dist/core/shaders/Glow/index.js +1 -1
- package/dist/core/shaders/Godrays/index.js +1 -1
- package/dist/core/shaders/Grayscale/index.js +3 -3
- package/dist/core/shaders/Grid/index.js +1 -1
- package/dist/core/shaders/GridDistortion/index.js +1 -1
- package/dist/core/shaders/Group/index.js +1 -1
- package/dist/core/shaders/Halftone/index.js +1 -1
- package/dist/core/shaders/HueShift/index.js +3 -3
- package/dist/core/shaders/ImageTexture/index.js +1 -1
- package/dist/core/shaders/Invert/index.js +1 -1
- package/dist/core/shaders/LinearBlur/index.js +1 -1
- package/dist/core/shaders/LinearGradient/index.js +1 -1
- package/dist/core/shaders/Liquify/index.js +1 -1
- package/dist/core/shaders/Pixelate/index.js +1 -1
- package/dist/core/shaders/PolarCoordinates/index.js +1 -1
- package/dist/core/shaders/Posterize/index.js +2 -2
- package/dist/core/shaders/ProgressiveBlur/index.js +1 -1
- package/dist/core/shaders/RadialGradient/index.js +1 -1
- package/dist/core/shaders/RectangularCoordinates/index.js +1 -1
- package/dist/core/shaders/Ripples/index.js +1 -1
- package/dist/core/shaders/Saturation/index.js +3 -3
- package/dist/core/shaders/SimplexNoise/index.js +1 -1
- package/dist/core/shaders/SineWave/index.js +1 -1
- package/dist/core/shaders/SolidColor/index.js +1 -1
- package/dist/core/shaders/Spherize/index.js +1 -1
- package/dist/core/shaders/Spiral/index.js +1 -1
- package/dist/core/shaders/Strands/index.js +1 -1
- package/dist/core/shaders/Stretch/index.js +1 -1
- package/dist/core/shaders/Swirl/index.js +1 -1
- package/dist/core/shaders/TiltShift/index.js +1 -1
- package/dist/core/shaders/Tritone/index.js +1 -1
- package/dist/core/shaders/Twirl/index.js +1 -1
- package/dist/core/shaders/Vibrance/index.js +3 -3
- package/dist/core/shaders/WaveDistortion/index.js +1 -1
- package/dist/core/shaders/ZoomBlur/index.js +1 -1
- package/dist/react/components/Beam.d.ts +31 -0
- package/dist/react/components/Beam.d.ts.map +1 -0
- package/dist/{svelte/generatePresetCode-DaS7jkcT.js → react/generatePresetCode-CVj6IV8Y.js} +35 -15
- package/dist/react/index.d.ts +1 -0
- package/dist/react/index.d.ts.map +1 -1
- package/dist/react/index.js +10926 -10695
- package/dist/react/utils/generatePresetCode.d.ts.map +1 -1
- package/dist/react/utils/generatePresetCode.js +1 -1
- package/dist/registry.js +224 -0
- package/dist/solid/components/Beam.d.ts +28 -0
- package/dist/solid/components/Beam.d.ts.map +1 -0
- package/dist/solid/index.d.ts +1 -0
- package/dist/solid/index.d.ts.map +1 -1
- package/dist/solid/index.js +10559 -10335
- package/dist/solid/utils/generatePresetCode.d.ts.map +1 -1
- package/dist/solid/utils/generatePresetCode.js +32 -12
- package/dist/svelte/components/Beam.svelte.d.ts +19 -0
- package/dist/{react/generatePresetCode-DaS7jkcT.js → svelte/generatePresetCode-CVj6IV8Y.js} +35 -15
- package/dist/svelte/index.d.ts +1 -0
- package/dist/svelte/index.js +10929 -10739
- package/dist/svelte/utils/generatePresetCode.js +1 -1
- package/dist/vue/components/Beam.vue.d.ts +57 -0
- package/dist/vue/components/Beam.vue.d.ts.map +1 -0
- package/dist/vue/{generatePresetCode-Cd1B-Y9j.js → generatePresetCode-DCaIsDhE.js} +20 -0
- package/dist/vue/index.d.ts +1 -0
- package/dist/vue/index.d.ts.map +1 -1
- package/dist/vue/index.js +10414 -10200
- package/dist/vue/utils/generatePresetCode.d.ts.map +1 -1
- package/dist/vue/utils/generatePresetCode.js +1 -1
- package/package.json +9 -1
- /package/dist/core/{Blob-BlQ_1T_8.js → Blob-CVSxhHJG.js} +0 -0
- /package/dist/core/{Blur-421AjWLH.js → Blur-C1TTBHCX.js} +0 -0
- /package/dist/core/{Bulge-CZRVoR6C.js → Bulge-DV8tX-cw.js} +0 -0
- /package/dist/core/{CRTScreen-C_U9g_IR.js → CRTScreen-VTJQoOeq.js} +0 -0
- /package/dist/core/{ChannelBlur-5pzcB6Zv.js → ChannelBlur-BLZ9kBNA.js} +0 -0
- /package/dist/core/{Checkerboard-CrQkqXhD.js → Checkerboard-DQ4Df3vm.js} +0 -0
- /package/dist/core/{ChromaFlow-CNrQdL8f.js → ChromaFlow-BggN1_Av.js} +0 -0
- /package/dist/core/{ChromaticAberration-D9H7O17Y.js → ChromaticAberration-DlTaHNcp.js} +0 -0
- /package/dist/core/{Circle-DnLaDn8V.js → Circle-B9ObWlq5.js} +0 -0
- /package/dist/core/{CursorTrail-NY6n97VG.js → CursorTrail-C7QdUj8O.js} +0 -0
- /package/dist/core/{DiffuseBlur-C_n01ABk.js → DiffuseBlur-Mx6LBsqz.js} +0 -0
- /package/dist/core/{Dither-4s-c4zh4.js → Dither-CeIdV_9C.js} +0 -0
- /package/dist/core/{DotGrid-BYl8XdMi.js → DotGrid-D6xUvYrt.js} +0 -0
- /package/dist/core/{Duotone-DbewOoB4.js → Duotone-C2Pqt2gR.js} +0 -0
- /package/dist/core/{FilmGrain-zA_-knOw.js → FilmGrain-CJ9n_fgk.js} +0 -0
- /package/dist/core/{FloatingParticles-BhVnqMsE.js → FloatingParticles-iGtMs44K.js} +0 -0
- /package/dist/core/{GlassTiles-CFI57glh.js → GlassTiles-D_lVyag2.js} +0 -0
- /package/dist/core/{Glow-CQgl3IoS.js → Glow-B0jj-6OC.js} +0 -0
- /package/dist/core/{Godrays-BHMix_Bh.js → Godrays-DjLVuZa4.js} +0 -0
- /package/dist/core/{Grid-DlM-rVbZ.js → Grid-ByjU-_ua.js} +0 -0
- /package/dist/core/{GridDistortion-ZOZphSAT.js → GridDistortion-C_eIlhkW.js} +0 -0
- /package/dist/core/{Group-BQAs3RiH.js → Group-CyaDLGpI.js} +0 -0
- /package/dist/core/{Halftone-ci4ga-_J.js → Halftone-BvuAe_k-.js} +0 -0
- /package/dist/core/{ImageTexture-CdAGsPuH.js → ImageTexture-h00TFC1l.js} +0 -0
- /package/dist/core/{Invert-iPsiIqNZ.js → Invert-BEDDB0sm.js} +0 -0
- /package/dist/core/{LinearBlur-BEaaoIk-.js → LinearBlur-CLKxuyeT.js} +0 -0
- /package/dist/core/{LinearGradient-DR_7RxLX.js → LinearGradient-BPo8TX_M.js} +0 -0
- /package/dist/core/{Liquify-Bi02_ugh.js → Liquify-DGkfeixZ.js} +0 -0
- /package/dist/core/{Pixelate-CSsdT1rr.js → Pixelate-Bzy_7LnJ.js} +0 -0
- /package/dist/core/{PolarCoordinates-D626ml58.js → PolarCoordinates-BUumPeTv.js} +0 -0
- /package/dist/core/{ProgressiveBlur-CGtCfLF8.js → ProgressiveBlur-D6_6T7SS.js} +0 -0
- /package/dist/core/{RadialGradient-C0_WzmbH.js → RadialGradient-DEY9fRqa.js} +0 -0
- /package/dist/core/{RectangularCoordinates-DfXw7fhI.js → RectangularCoordinates-CZ-cFrCh.js} +0 -0
- /package/dist/core/{Ripples-DkemN3eh.js → Ripples-BwNlcsnV.js} +0 -0
- /package/dist/core/{SimplexNoise-BYEiCjDj.js → SimplexNoise-BhE_WyGt.js} +0 -0
- /package/dist/core/{SineWave-C6MRPtsy.js → SineWave-Db_Y0Mcv.js} +0 -0
- /package/dist/core/{SolidColor-BZHRczgb.js → SolidColor-CerOp4EQ.js} +0 -0
- /package/dist/core/{Spherize-DOAnDx2l.js → Spherize-Dh8E5XwG.js} +0 -0
- /package/dist/core/{Spiral-BMjnWXh1.js → Spiral-BvygQEfP.js} +0 -0
- /package/dist/core/{Strands-BOVsuJLe.js → Strands-maaPn4On.js} +0 -0
- /package/dist/core/{Stretch-D6bHc6yp.js → Stretch-CnA0-nSz.js} +0 -0
- /package/dist/core/{Swirl-BFoc0ImG.js → Swirl-CQBUahTB.js} +0 -0
- /package/dist/core/{TSLBase-BFMvTOak.js → TSLBase-Bt7Z4hv_.js} +0 -0
- /package/dist/core/{TiltShift-BiNvvhzj.js → TiltShift-qFj0oFzN.js} +0 -0
- /package/dist/core/{Tritone-gdx2AA0m.js → Tritone-AiixmTg8.js} +0 -0
- /package/dist/core/{Twirl-BsV8YbqC.js → Twirl-ooHQcV89.js} +0 -0
- /package/dist/core/{WaveDistortion-CmaS2zDB.js → WaveDistortion-CN8MjKlm.js} +0 -0
- /package/dist/core/{ZoomBlur-DLf5xQ16.js → ZoomBlur-CxWGx8PH.js} +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"shaderRegistry.d.ts","sourceRoot":"","sources":["../src/shaderRegistry.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"shaderRegistry.d.ts","sourceRoot":"","sources":["../src/shaderRegistry.ts"],"names":[],"mappings":"AA0DA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAA;AAElD,MAAM,WAAW,mBAAmB;IAClC,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,EAAE,MAAM,CAAA;IAChB,QAAQ,EAAE,MAAM,CAAA;IAChB,UAAU,EAAE,mBAAmB,CAAC,GAAG,CAAC,CAAA;IACpC,aAAa,EAAE,MAAM,CAAC,MAAM,EAAE;QAC5B,EAAE,CAAC,EAAE,GAAG,CAAA;QACR,OAAO,CAAC,EAAE,GAAG,CAAA;QACb,WAAW,CAAC,EAAE,MAAM,CAAA;KACrB,CAAC,CAAA;CACH;AA2FD,eAAO,MAAM,cAAc,qCAAyB,CAAA;AAGpD,wBAAgB,aAAa,IAAI,mBAAmB,EAAE,CAErD;AAED,wBAAgB,eAAe,CAAC,IAAI,EAAE,MAAM,GAAG,mBAAmB,GAAG,SAAS,CAE7E;AAED,wBAAgB,oBAAoB,CAAC,QAAQ,EAAE,MAAM,GAAG,mBAAmB,EAAE,CAE5E;AAED,wBAAgB,mBAAmB,IAAI,MAAM,EAAE,CAG9C"}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import { ComponentDefinition } from '../../types';
|
|
2
|
+
import { transformPosition, transformColor } from '../../utilities/transformations';
|
|
3
|
+
|
|
4
|
+
export interface ComponentProps {
|
|
5
|
+
/**
|
|
6
|
+
* Starting point of the beam
|
|
7
|
+
*
|
|
8
|
+
* Accepts `{ x, y }` objects with values from 0 to 1, or CSS positions like `top center`.
|
|
9
|
+
* @default {"x":0.2,"y":0.5}
|
|
10
|
+
*/
|
|
11
|
+
startPosition: Parameters<typeof transformPosition>[0];
|
|
12
|
+
/**
|
|
13
|
+
* Ending point of the beam
|
|
14
|
+
*
|
|
15
|
+
* Accepts `{ x, y }` objects with values from 0 to 1, or CSS positions like `top center`.
|
|
16
|
+
* @default {"x":0.8,"y":0.5}
|
|
17
|
+
*/
|
|
18
|
+
endPosition: Parameters<typeof transformPosition>[0];
|
|
19
|
+
/**
|
|
20
|
+
* Thickness at the start of the beam
|
|
21
|
+
*
|
|
22
|
+
* Accepts a number between 0 and 2.
|
|
23
|
+
* @default 0.2
|
|
24
|
+
*/
|
|
25
|
+
startThickness: number;
|
|
26
|
+
/**
|
|
27
|
+
* Thickness at the end of the beam
|
|
28
|
+
*
|
|
29
|
+
* Accepts a number between 0 and 2.
|
|
30
|
+
* @default 0.2
|
|
31
|
+
*/
|
|
32
|
+
endThickness: number;
|
|
33
|
+
/**
|
|
34
|
+
* Edge softness at the start of the beam
|
|
35
|
+
*
|
|
36
|
+
* Accepts a number between 0 and 50.
|
|
37
|
+
* @default 0.5
|
|
38
|
+
*/
|
|
39
|
+
startSoftness: number;
|
|
40
|
+
/**
|
|
41
|
+
* Edge softness at the end of the beam
|
|
42
|
+
*
|
|
43
|
+
* Accepts a number between 0 and 20.
|
|
44
|
+
* @default 0.5
|
|
45
|
+
*/
|
|
46
|
+
endSoftness: number;
|
|
47
|
+
/**
|
|
48
|
+
* Color at the center of the beam
|
|
49
|
+
*
|
|
50
|
+
* Accepts hex strings (`#ff0000`), RGB objects (`{ r, g, b }`), or CSS color names (`limegreen`).
|
|
51
|
+
* @default "#FF0000"
|
|
52
|
+
*/
|
|
53
|
+
insideColor: Parameters<typeof transformColor>[0];
|
|
54
|
+
/**
|
|
55
|
+
* Color at the edges of the beam
|
|
56
|
+
*
|
|
57
|
+
* Accepts hex strings (`#ff0000`), RGB objects (`{ r, g, b }`), or CSS color names (`limegreen`).
|
|
58
|
+
* @default "#0000FF"
|
|
59
|
+
*/
|
|
60
|
+
outsideColor: Parameters<typeof transformColor>[0];
|
|
61
|
+
/**
|
|
62
|
+
* Color space for color interpolation
|
|
63
|
+
*
|
|
64
|
+
* Accepts one of the predefined option values.
|
|
65
|
+
* @default "linear"
|
|
66
|
+
*/
|
|
67
|
+
colorSpace: string;
|
|
68
|
+
}
|
|
69
|
+
export declare const componentDefinition: ComponentDefinition<ComponentProps>;
|
|
70
|
+
export default componentDefinition;
|
|
71
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/shaders/Beam/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAAqB,MAAM,iBAAiB,CAAA;AAIvE,OAAO,EAAC,iBAAiB,EAAE,cAAc,EAAyC,MAAM,qCAAqC,CAAA;AAG7H,MAAM,WAAW,cAAc;IAC3B,aAAa,EAAE,UAAU,CAAC,OAAO,iBAAiB,CAAC,CAAC,CAAC,CAAC,CAAA;IACtD,WAAW,EAAE,UAAU,CAAC,OAAO,iBAAiB,CAAC,CAAC,CAAC,CAAC,CAAA;IACpD,cAAc,EAAE,MAAM,CAAA;IACtB,YAAY,EAAE,MAAM,CAAA;IACpB,aAAa,EAAE,MAAM,CAAA;IACrB,WAAW,EAAE,MAAM,CAAA;IACnB,WAAW,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC;IAClD,YAAY,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC;IACnD,UAAU,EAAE,MAAM,CAAA;CACrB;AAED,eAAO,MAAM,mBAAmB,EAAE,mBAAmB,CAAC,cAAc,CAsKnE,CAAA;AAED,eAAe,mBAAmB,CAAA"}
|
|
@@ -2,7 +2,7 @@ import "../../three.tsl-Btj1hLsf.js";
|
|
|
2
2
|
import "../../time-DbRMw6Jm.js";
|
|
3
3
|
import "../../transformations-CsrIJXh-.js";
|
|
4
4
|
import "../../colorMixing--dhzx0ch.js";
|
|
5
|
-
import { n as r, t as a } from "../../Blob-
|
|
5
|
+
import { n as r, t as a } from "../../Blob-CVSxhHJG.js";
|
|
6
6
|
export {
|
|
7
7
|
r as componentDefinition,
|
|
8
8
|
a as default
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "../../three.tsl-Btj1hLsf.js";
|
|
2
2
|
import "../../edges-CDzKsauJ.js";
|
|
3
3
|
import "../../transformations-CsrIJXh-.js";
|
|
4
|
-
import { n as m, t as p } from "../../Bulge-
|
|
4
|
+
import { n as m, t as p } from "../../Bulge-DV8tX-cw.js";
|
|
5
5
|
export {
|
|
6
6
|
m as componentDefinition,
|
|
7
7
|
p as default
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "../../three.tsl-Btj1hLsf.js";
|
|
2
2
|
import "../../transformations-CsrIJXh-.js";
|
|
3
3
|
import "../../colorMixing--dhzx0ch.js";
|
|
4
|
-
import { n as i, t as a } from "../../Checkerboard-
|
|
4
|
+
import { n as i, t as a } from "../../Checkerboard-DQ4Df3vm.js";
|
|
5
5
|
export {
|
|
6
6
|
i as componentDefinition,
|
|
7
7
|
a as default
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "../../three.tsl-Btj1hLsf.js";
|
|
2
2
|
import "../../transformations-CsrIJXh-.js";
|
|
3
|
-
import { n as r, t as a } from "../../ChromaticAberration-
|
|
3
|
+
import { n as r, t as a } from "../../ChromaticAberration-DlTaHNcp.js";
|
|
4
4
|
export {
|
|
5
5
|
r as componentDefinition,
|
|
6
6
|
a as default
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "../../three.tsl-Btj1hLsf.js";
|
|
2
2
|
import "../../transformations-CsrIJXh-.js";
|
|
3
3
|
import "../../colorMixing--dhzx0ch.js";
|
|
4
|
-
import { n as a, t as m } from "../../CursorTrail-
|
|
4
|
+
import { n as a, t as m } from "../../CursorTrail-C7QdUj8O.js";
|
|
5
5
|
export {
|
|
6
6
|
a as componentDefinition,
|
|
7
7
|
m as default
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "../../three.tsl-Btj1hLsf.js";
|
|
2
2
|
import "../../edges-CDzKsauJ.js";
|
|
3
3
|
import "../../transformations-CsrIJXh-.js";
|
|
4
|
-
import { n as e, t as f } from "../../DiffuseBlur-
|
|
4
|
+
import { n as e, t as f } from "../../DiffuseBlur-Mx6LBsqz.js";
|
|
5
5
|
export {
|
|
6
6
|
e as componentDefinition,
|
|
7
7
|
f as default
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "../../three.tsl-Btj1hLsf.js";
|
|
2
2
|
import "../../transformations-CsrIJXh-.js";
|
|
3
3
|
import "../../colorMixing--dhzx0ch.js";
|
|
4
|
-
import { n as m, t as n } from "../../Duotone-
|
|
4
|
+
import { n as m, t as n } from "../../Duotone-C2Pqt2gR.js";
|
|
5
5
|
export {
|
|
6
6
|
m as componentDefinition,
|
|
7
7
|
n as default
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "../../three.tsl-Btj1hLsf.js";
|
|
2
2
|
import "../../transformations-CsrIJXh-.js";
|
|
3
|
-
import { n as a, t as e } from "../../FloatingParticles-
|
|
3
|
+
import { n as a, t as e } from "../../FloatingParticles-iGtMs44K.js";
|
|
4
4
|
export {
|
|
5
5
|
a as componentDefinition,
|
|
6
6
|
e as default
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "../../three.tsl-Btj1hLsf.js";
|
|
2
|
-
import "../../TSLBase-
|
|
3
|
-
import "../../ColorAdjustment-
|
|
4
|
-
import { n as r, t as e } from "../../Grayscale-
|
|
2
|
+
import "../../TSLBase-Bt7Z4hv_.js";
|
|
3
|
+
import "../../ColorAdjustment-FeXXpypd.js";
|
|
4
|
+
import { n as r, t as e } from "../../Grayscale-BbsdDa_X.js";
|
|
5
5
|
export {
|
|
6
6
|
r as componentDefinition,
|
|
7
7
|
e as default
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "../../three.tsl-Btj1hLsf.js";
|
|
2
2
|
import "../../edges-CDzKsauJ.js";
|
|
3
3
|
import "../../transformations-CsrIJXh-.js";
|
|
4
|
-
import { n as m, t as n } from "../../GridDistortion-
|
|
4
|
+
import { n as m, t as n } from "../../GridDistortion-C_eIlhkW.js";
|
|
5
5
|
export {
|
|
6
6
|
m as componentDefinition,
|
|
7
7
|
n as default
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "../../three.tsl-Btj1hLsf.js";
|
|
2
|
-
import "../../TSLBase-
|
|
3
|
-
import "../../ColorAdjustment-
|
|
4
|
-
import { n as m, t as p } from "../../HueShift-
|
|
2
|
+
import "../../TSLBase-Bt7Z4hv_.js";
|
|
3
|
+
import "../../ColorAdjustment-FeXXpypd.js";
|
|
4
|
+
import { n as m, t as p } from "../../HueShift-B_qE9c08.js";
|
|
5
5
|
export {
|
|
6
6
|
m as componentDefinition,
|
|
7
7
|
p as default
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "../../three.tsl-Btj1hLsf.js";
|
|
2
2
|
import "../../transformations-CsrIJXh-.js";
|
|
3
3
|
import "../../colorMixing--dhzx0ch.js";
|
|
4
|
-
import { n as a, t as e } from "../../LinearGradient-
|
|
4
|
+
import { n as a, t as e } from "../../LinearGradient-BPo8TX_M.js";
|
|
5
5
|
export {
|
|
6
6
|
a as componentDefinition,
|
|
7
7
|
e as default
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "../../three.tsl-Btj1hLsf.js";
|
|
2
2
|
import "../../edges-CDzKsauJ.js";
|
|
3
3
|
import "../../transformations-CsrIJXh-.js";
|
|
4
|
-
import { n as p, t as r } from "../../Liquify-
|
|
4
|
+
import { n as p, t as r } from "../../Liquify-DGkfeixZ.js";
|
|
5
5
|
export {
|
|
6
6
|
p as componentDefinition,
|
|
7
7
|
r as default
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "../../three.tsl-Btj1hLsf.js";
|
|
2
2
|
import "../../edges-CDzKsauJ.js";
|
|
3
3
|
import "../../transformations-CsrIJXh-.js";
|
|
4
|
-
import { n as a, t as e } from "../../PolarCoordinates-
|
|
4
|
+
import { n as a, t as e } from "../../PolarCoordinates-BUumPeTv.js";
|
|
5
5
|
export {
|
|
6
6
|
a as componentDefinition,
|
|
7
7
|
e as default
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "../../three.tsl-Btj1hLsf.js";
|
|
2
|
-
import "../../TSLBase-
|
|
3
|
-
import { n as i, t as r } from "../../Posterize-
|
|
2
|
+
import "../../TSLBase-Bt7Z4hv_.js";
|
|
3
|
+
import { n as i, t as r } from "../../Posterize-ggKIJlmm.js";
|
|
4
4
|
export {
|
|
5
5
|
i as componentDefinition,
|
|
6
6
|
r as default
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "../../three.tsl-Btj1hLsf.js";
|
|
2
2
|
import "../../transformations-CsrIJXh-.js";
|
|
3
|
-
import { n as e, t as i } from "../../ProgressiveBlur-
|
|
3
|
+
import { n as e, t as i } from "../../ProgressiveBlur-D6_6T7SS.js";
|
|
4
4
|
export {
|
|
5
5
|
e as componentDefinition,
|
|
6
6
|
i as default
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "../../three.tsl-Btj1hLsf.js";
|
|
2
2
|
import "../../transformations-CsrIJXh-.js";
|
|
3
3
|
import "../../colorMixing--dhzx0ch.js";
|
|
4
|
-
import { n as r, t as e } from "../../RadialGradient-
|
|
4
|
+
import { n as r, t as e } from "../../RadialGradient-DEY9fRqa.js";
|
|
5
5
|
export {
|
|
6
6
|
r as componentDefinition,
|
|
7
7
|
e as default
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "../../three.tsl-Btj1hLsf.js";
|
|
2
2
|
import "../../edges-CDzKsauJ.js";
|
|
3
3
|
import "../../transformations-CsrIJXh-.js";
|
|
4
|
-
import { n as r, t as e } from "../../RectangularCoordinates-
|
|
4
|
+
import { n as r, t as e } from "../../RectangularCoordinates-CZ-cFrCh.js";
|
|
5
5
|
export {
|
|
6
6
|
r as componentDefinition,
|
|
7
7
|
e as default
|
|
@@ -2,7 +2,7 @@ import "../../three.tsl-Btj1hLsf.js";
|
|
|
2
2
|
import "../../time-DbRMw6Jm.js";
|
|
3
3
|
import "../../transformations-CsrIJXh-.js";
|
|
4
4
|
import "../../colorMixing--dhzx0ch.js";
|
|
5
|
-
import { n as r, t as e } from "../../Ripples-
|
|
5
|
+
import { n as r, t as e } from "../../Ripples-BwNlcsnV.js";
|
|
6
6
|
export {
|
|
7
7
|
r as componentDefinition,
|
|
8
8
|
e as default
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "../../three.tsl-Btj1hLsf.js";
|
|
2
|
-
import "../../TSLBase-
|
|
3
|
-
import "../../ColorAdjustment-
|
|
4
|
-
import { n as r, t as m } from "../../Saturation-
|
|
2
|
+
import "../../TSLBase-Bt7Z4hv_.js";
|
|
3
|
+
import "../../ColorAdjustment-FeXXpypd.js";
|
|
4
|
+
import { n as r, t as m } from "../../Saturation-Dl3gCWuZ.js";
|
|
5
5
|
export {
|
|
6
6
|
r as componentDefinition,
|
|
7
7
|
m as default
|
|
@@ -2,7 +2,7 @@ import "../../three.tsl-Btj1hLsf.js";
|
|
|
2
2
|
import "../../time-DbRMw6Jm.js";
|
|
3
3
|
import "../../transformations-CsrIJXh-.js";
|
|
4
4
|
import "../../colorMixing--dhzx0ch.js";
|
|
5
|
-
import { n as e, t as r } from "../../SimplexNoise-
|
|
5
|
+
import { n as e, t as r } from "../../SimplexNoise-BhE_WyGt.js";
|
|
6
6
|
export {
|
|
7
7
|
e as componentDefinition,
|
|
8
8
|
r as default
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "../../three.tsl-Btj1hLsf.js";
|
|
2
2
|
import "../../transformations-CsrIJXh-.js";
|
|
3
3
|
import "../../colorMixing--dhzx0ch.js";
|
|
4
|
-
import { n as r, t as a } from "../../Spiral-
|
|
4
|
+
import { n as r, t as a } from "../../Spiral-BvygQEfP.js";
|
|
5
5
|
export {
|
|
6
6
|
r as componentDefinition,
|
|
7
7
|
a as default
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "../../three.tsl-Btj1hLsf.js";
|
|
2
2
|
import "../../time-DbRMw6Jm.js";
|
|
3
3
|
import "../../transformations-CsrIJXh-.js";
|
|
4
|
-
import { n as a, t as m } from "../../Strands-
|
|
4
|
+
import { n as a, t as m } from "../../Strands-maaPn4On.js";
|
|
5
5
|
export {
|
|
6
6
|
a as componentDefinition,
|
|
7
7
|
m as default
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "../../three.tsl-Btj1hLsf.js";
|
|
2
2
|
import "../../edges-CDzKsauJ.js";
|
|
3
3
|
import "../../transformations-CsrIJXh-.js";
|
|
4
|
-
import { n as e, t as m } from "../../Stretch-
|
|
4
|
+
import { n as e, t as m } from "../../Stretch-CnA0-nSz.js";
|
|
5
5
|
export {
|
|
6
6
|
e as componentDefinition,
|
|
7
7
|
m as default
|
|
@@ -2,7 +2,7 @@ import "../../three.tsl-Btj1hLsf.js";
|
|
|
2
2
|
import "../../time-DbRMw6Jm.js";
|
|
3
3
|
import "../../transformations-CsrIJXh-.js";
|
|
4
4
|
import "../../colorMixing--dhzx0ch.js";
|
|
5
|
-
import { n as p, t as a } from "../../Swirl-
|
|
5
|
+
import { n as p, t as a } from "../../Swirl-CQBUahTB.js";
|
|
6
6
|
export {
|
|
7
7
|
p as componentDefinition,
|
|
8
8
|
a as default
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "../../three.tsl-Btj1hLsf.js";
|
|
2
2
|
import "../../transformations-CsrIJXh-.js";
|
|
3
3
|
import "../../colorMixing--dhzx0ch.js";
|
|
4
|
-
import { n as e, t as m } from "../../Tritone-
|
|
4
|
+
import { n as e, t as m } from "../../Tritone-AiixmTg8.js";
|
|
5
5
|
export {
|
|
6
6
|
e as componentDefinition,
|
|
7
7
|
m as default
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "../../three.tsl-Btj1hLsf.js";
|
|
2
2
|
import "../../edges-CDzKsauJ.js";
|
|
3
3
|
import "../../transformations-CsrIJXh-.js";
|
|
4
|
-
import { n as m, t as p } from "../../Twirl-
|
|
4
|
+
import { n as m, t as p } from "../../Twirl-ooHQcV89.js";
|
|
5
5
|
export {
|
|
6
6
|
m as componentDefinition,
|
|
7
7
|
p as default
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "../../three.tsl-Btj1hLsf.js";
|
|
2
|
-
import "../../TSLBase-
|
|
3
|
-
import "../../ColorAdjustment-
|
|
4
|
-
import { n as a, t as e } from "../../Vibrance-
|
|
2
|
+
import "../../TSLBase-Bt7Z4hv_.js";
|
|
3
|
+
import "../../ColorAdjustment-FeXXpypd.js";
|
|
4
|
+
import { n as a, t as e } from "../../Vibrance-C2FRlLkK.js";
|
|
5
5
|
export {
|
|
6
6
|
a as componentDefinition,
|
|
7
7
|
e as default
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "../../three.tsl-Btj1hLsf.js";
|
|
2
2
|
import "../../edges-CDzKsauJ.js";
|
|
3
3
|
import "../../transformations-CsrIJXh-.js";
|
|
4
|
-
import { n as a, t as e } from "../../WaveDistortion-
|
|
4
|
+
import { n as a, t as e } from "../../WaveDistortion-CN8MjKlm.js";
|
|
5
5
|
export {
|
|
6
6
|
a as componentDefinition,
|
|
7
7
|
e as default
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { BlendMode, TransformConfig } from '../../core';
|
|
3
|
+
import { ComponentProps } from '../../core/shaders/Beam';
|
|
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=Beam.d.ts.map
|