shaders 2.0.0-alpha.1 → 2.0.0-alpha.10

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.
Files changed (49) hide show
  1. package/LICENSE +40 -12
  2. package/dist/react/components/Circle.d.ts +22 -0
  3. package/dist/react/components/Circle.d.ts.map +1 -0
  4. package/dist/react/components/FilmGrain.d.ts +22 -0
  5. package/dist/react/components/FilmGrain.d.ts.map +1 -0
  6. package/dist/react/components/GlassTiles.d.ts +22 -0
  7. package/dist/react/components/GlassTiles.d.ts.map +1 -0
  8. package/dist/react/components/Grayscale.d.ts +22 -0
  9. package/dist/react/components/Grayscale.d.ts.map +1 -0
  10. package/dist/react/components/HueShift.d.ts +22 -0
  11. package/dist/react/components/HueShift.d.ts.map +1 -0
  12. package/dist/react/components/Invert.d.ts +22 -0
  13. package/dist/react/components/Invert.d.ts.map +1 -0
  14. package/dist/react/components/LinearGradient.d.ts +22 -0
  15. package/dist/react/components/LinearGradient.d.ts.map +1 -0
  16. package/dist/react/components/Posterize.d.ts +22 -0
  17. package/dist/react/components/Posterize.d.ts.map +1 -0
  18. package/dist/react/components/Saturation.d.ts +22 -0
  19. package/dist/react/components/Saturation.d.ts.map +1 -0
  20. package/dist/react/components/SolidColor.d.ts +22 -0
  21. package/dist/react/components/SolidColor.d.ts.map +1 -0
  22. package/dist/react/components/Swirl.d.ts +22 -0
  23. package/dist/react/components/Swirl.d.ts.map +1 -0
  24. package/dist/react/components/Twirl.d.ts +22 -0
  25. package/dist/react/components/Twirl.d.ts.map +1 -0
  26. package/dist/react/components/Vibrance.d.ts +22 -0
  27. package/dist/react/components/Vibrance.d.ts.map +1 -0
  28. package/dist/react/index.cjs +23 -23
  29. package/dist/react/index.cjs.map +1 -1
  30. package/dist/react/index.d.ts +13 -0
  31. package/dist/react/index.d.ts.map +1 -1
  32. package/dist/react/index.js +5750 -5429
  33. package/dist/react/index.js.map +1 -1
  34. package/dist/svelte/components/DotGrid.svelte +202 -0
  35. package/dist/svelte/components/DotGrid.svelte.d.ts +39 -0
  36. package/dist/svelte/components/FilmGrain.svelte +202 -0
  37. package/dist/svelte/components/FilmGrain.svelte.d.ts +39 -0
  38. package/dist/svelte/components/Swirl.svelte +202 -0
  39. package/dist/svelte/components/Swirl.svelte.d.ts +39 -0
  40. package/dist/svelte/index.d.ts +3 -0
  41. package/dist/svelte/index.js +3 -0
  42. package/dist/vue/components/FilmGrain.vue.d.ts +51 -0
  43. package/dist/vue/components/FilmGrain.vue.d.ts.map +1 -0
  44. package/dist/vue/components/Swirl.vue.d.ts +51 -0
  45. package/dist/vue/components/Swirl.vue.d.ts.map +1 -0
  46. package/dist/vue/index.d.ts +2 -0
  47. package/dist/vue/index.d.ts.map +1 -1
  48. package/dist/vue/index.js +37 -37
  49. package/package.json +1 -1
package/LICENSE CHANGED
@@ -1,17 +1,45 @@
1
- All Rights Reserved
1
+ LICENSE AGREEMENT
2
2
 
3
- Copyright (c) 2025 Simon Le Marchant _(Marchant Web, LLC.)_
3
+ This License Agreement ("Agreement") is a binding legal contract between you ("Licensee") and Marchant Web, LLC, the creator of Shaders ("Shaders", "Product", "we", "us", or "our"). By using or installing Shaders, you agree to be bound by these terms.
4
4
 
5
- THE CONTENTS OF THIS PROJECT ARE PROPRIETARY AND CONFIDENTIAL.
6
- UNAUTHORIZED COPYING, TRANSFERRING OR REPRODUCTION OF THE CONTENTS OF THIS PROJECT, VIA ANY MEDIUM IS STRICTLY PROHIBITED.
5
+ LICENSE GRANT
7
6
 
8
- The receipt or possession of the source code and/or any parts thereof does not convey or imply any right to use them
9
- for any purpose other than the purpose for which they were provided to you.
7
+ Once a license key has been purchased, we grant you a lifetime, non-exclusive, non-transferable, worldwide license to use, modify, and integrate the Shaders components into your personal and commercial projects.
10
8
 
11
- The software is provided "AS IS", without warranty of any kind, express or implied, including but not limited to
12
- the warranties of merchantability, fitness for a particular purpose and non infringement.
13
- In no event shall the authors or copyright holders be liable for any claim, damages or other liability,
14
- whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software
15
- or the use or other dealings in the software.
9
+ LICENSE ACTIVATION
16
10
 
17
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the software.
11
+ To activate your license, place your unique license key in your project's environment configuration file (typically, the .env file). This key works across all projects you develop. Do not share your license key with others.
12
+
13
+ PERMITTED USES
14
+
15
+ You may use, modify, and integrate the Shaders components in your projects, whether for personal or commercial purposes, and deploy them in any media or digital format.
16
+
17
+ RESTRICTIONS
18
+
19
+ You may not resell, sublicense, or redistribute the Shaders components as standalone items. Sharing your unique license key with any third party is strictly prohibited, and any attempt to remove or alter proprietary notices is not allowed.
20
+
21
+ DEVELOPMENT AND PRODUCTION ENVIRONMENTS
22
+
23
+ In development environments, an incorrect or missing license key may trigger licensing warnings intended solely to alert you during development. These warnings do not affect production functionality. However, you must include your license key in your .env file to avoid these messages and ensure compliance.
24
+
25
+ INTELLECTUAL PROPERTY
26
+
27
+ All intellectual property rights, including copyrights and trademarks, in the Shaders components remain the exclusive property of Marchant Web, LLC.
28
+
29
+ DISCLAIMER OF WARRANTIES
30
+
31
+ Shaders and its components are provided "as is," without any express or implied warranties, including warranties of merchantability, fitness for a particular purpose, or non-infringement.
32
+
33
+ LIMITATION OF LIABILITY
34
+
35
+ In no event shall Marchant Web, LLC be liable for any indirect, incidental, special, or consequential damages arising out of or in connection with your use of, or inability to use, Shaders or its components.
36
+
37
+ GOVERNING LAW
38
+
39
+ This Agreement is governed by and construed in accordance with the laws of the jurisdiction in which Marchant Web, LLC operates, without regard to conflict of law principles.
40
+
41
+ ENTIRE AGREEMENT
42
+
43
+ This Agreement constitutes the entire understanding between you and Marchant Web, LLC regarding your use of Shaders and supersedes all prior agreements or understandings.
44
+
45
+ By using Shaders, you acknowledge that you have read, understood, and agree to be bound by the terms of this License Agreement.
@@ -0,0 +1,22 @@
1
+ import { default as React } from 'react';
2
+ import { BlendMode } from 'shaders-core';
3
+ import { ComponentProps } from 'shaders-core/circle';
4
+
5
+ /**
6
+ * Define component props including blend mode, opacity, and masking
7
+ */
8
+ interface OmbreComponentProps extends Partial<ComponentProps> {
9
+ children?: React.ReactNode;
10
+ blendMode?: BlendMode;
11
+ opacity?: number;
12
+ id?: string;
13
+ maskSource?: string;
14
+ maskType?: string;
15
+ ref?: React.Ref<any>;
16
+ }
17
+ /**
18
+ * The main React wrapper component for Shader shader nodes
19
+ */
20
+ export declare const OmbreComponent: React.FC<OmbreComponentProps>;
21
+ export default OmbreComponent;
22
+ //# sourceMappingURL=Circle.d.ts.map
@@ -0,0 +1 @@
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,EAIjB,MAAM,cAAc,CAAC;AAEtB,OAAO,EAAuB,KAAK,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAI/E;;GAEG;AACH,UAAU,mBAAoB,SAAQ,OAAO,CAAC,cAAc,CAAC;IACzD,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,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;CACxB;AAwCD;;GAEG;AACH,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CA8IxD,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -0,0 +1,22 @@
1
+ import { default as React } from 'react';
2
+ import { BlendMode } from 'shaders-core';
3
+ import { ComponentProps } from 'shaders-core/filmGrain';
4
+
5
+ /**
6
+ * Define component props including blend mode, opacity, and masking
7
+ */
8
+ interface OmbreComponentProps extends Partial<ComponentProps> {
9
+ children?: React.ReactNode;
10
+ blendMode?: BlendMode;
11
+ opacity?: number;
12
+ id?: string;
13
+ maskSource?: string;
14
+ maskType?: string;
15
+ ref?: React.Ref<any>;
16
+ }
17
+ /**
18
+ * The main React wrapper component for Shader shader nodes
19
+ */
20
+ export declare const OmbreComponent: React.FC<OmbreComponentProps>;
21
+ export default OmbreComponent;
22
+ //# sourceMappingURL=FilmGrain.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FilmGrain.d.ts","sourceRoot":"","sources":["../../src/components/FilmGrain.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,wBAAwB,CAAC;AAIlF;;GAEG;AACH,UAAU,mBAAoB,SAAQ,OAAO,CAAC,cAAc,CAAC;IACzD,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,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;CACxB;AAwCD;;GAEG;AACH,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CA8IxD,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -0,0 +1,22 @@
1
+ import { default as React } from 'react';
2
+ import { BlendMode } from 'shaders-core';
3
+ import { ComponentProps } from 'shaders-core/glassTiles';
4
+
5
+ /**
6
+ * Define component props including blend mode, opacity, and masking
7
+ */
8
+ interface OmbreComponentProps extends Partial<ComponentProps> {
9
+ children?: React.ReactNode;
10
+ blendMode?: BlendMode;
11
+ opacity?: number;
12
+ id?: string;
13
+ maskSource?: string;
14
+ maskType?: string;
15
+ ref?: React.Ref<any>;
16
+ }
17
+ /**
18
+ * The main React wrapper component for Shader shader nodes
19
+ */
20
+ export declare const OmbreComponent: React.FC<OmbreComponentProps>;
21
+ export default OmbreComponent;
22
+ //# sourceMappingURL=GlassTiles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GlassTiles.d.ts","sourceRoot":"","sources":["../../src/components/GlassTiles.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,yBAAyB,CAAC;AAInF;;GAEG;AACH,UAAU,mBAAoB,SAAQ,OAAO,CAAC,cAAc,CAAC;IACzD,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,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;CACxB;AAwCD;;GAEG;AACH,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CA8IxD,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -0,0 +1,22 @@
1
+ import { default as React } from 'react';
2
+ import { BlendMode } from 'shaders-core';
3
+ import { ComponentProps } from 'shaders-core/grayscale';
4
+
5
+ /**
6
+ * Define component props including blend mode, opacity, and masking
7
+ */
8
+ interface OmbreComponentProps extends Partial<ComponentProps> {
9
+ children?: React.ReactNode;
10
+ blendMode?: BlendMode;
11
+ opacity?: number;
12
+ id?: string;
13
+ maskSource?: string;
14
+ maskType?: string;
15
+ ref?: React.Ref<any>;
16
+ }
17
+ /**
18
+ * The main React wrapper component for Shader shader nodes
19
+ */
20
+ export declare const OmbreComponent: React.FC<OmbreComponentProps>;
21
+ export default OmbreComponent;
22
+ //# sourceMappingURL=Grayscale.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Grayscale.d.ts","sourceRoot":"","sources":["../../src/components/Grayscale.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,wBAAwB,CAAC;AAIlF;;GAEG;AACH,UAAU,mBAAoB,SAAQ,OAAO,CAAC,cAAc,CAAC;IACzD,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,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;CACxB;AAwCD;;GAEG;AACH,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CA8IxD,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -0,0 +1,22 @@
1
+ import { default as React } from 'react';
2
+ import { BlendMode } from 'shaders-core';
3
+ import { ComponentProps } from 'shaders-core/hueShift';
4
+
5
+ /**
6
+ * Define component props including blend mode, opacity, and masking
7
+ */
8
+ interface OmbreComponentProps extends Partial<ComponentProps> {
9
+ children?: React.ReactNode;
10
+ blendMode?: BlendMode;
11
+ opacity?: number;
12
+ id?: string;
13
+ maskSource?: string;
14
+ maskType?: string;
15
+ ref?: React.Ref<any>;
16
+ }
17
+ /**
18
+ * The main React wrapper component for Shader shader nodes
19
+ */
20
+ export declare const OmbreComponent: React.FC<OmbreComponentProps>;
21
+ export default OmbreComponent;
22
+ //# sourceMappingURL=HueShift.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HueShift.d.ts","sourceRoot":"","sources":["../../src/components/HueShift.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,uBAAuB,CAAC;AAIjF;;GAEG;AACH,UAAU,mBAAoB,SAAQ,OAAO,CAAC,cAAc,CAAC;IACzD,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,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;CACxB;AAwCD;;GAEG;AACH,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CA8IxD,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -0,0 +1,22 @@
1
+ import { default as React } from 'react';
2
+ import { BlendMode } from 'shaders-core';
3
+ import { ComponentProps } from 'shaders-core/invert';
4
+
5
+ /**
6
+ * Define component props including blend mode, opacity, and masking
7
+ */
8
+ interface OmbreComponentProps extends Partial<ComponentProps> {
9
+ children?: React.ReactNode;
10
+ blendMode?: BlendMode;
11
+ opacity?: number;
12
+ id?: string;
13
+ maskSource?: string;
14
+ maskType?: string;
15
+ ref?: React.Ref<any>;
16
+ }
17
+ /**
18
+ * The main React wrapper component for Shader shader nodes
19
+ */
20
+ export declare const OmbreComponent: React.FC<OmbreComponentProps>;
21
+ export default OmbreComponent;
22
+ //# sourceMappingURL=Invert.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Invert.d.ts","sourceRoot":"","sources":["../../src/components/Invert.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,qBAAqB,CAAC;AAI/E;;GAEG;AACH,UAAU,mBAAoB,SAAQ,OAAO,CAAC,cAAc,CAAC;IACzD,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,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;CACxB;AAwCD;;GAEG;AACH,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CA8IxD,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -0,0 +1,22 @@
1
+ import { default as React } from 'react';
2
+ import { BlendMode } from 'shaders-core';
3
+ import { ComponentProps } from 'shaders-core/linearGradient';
4
+
5
+ /**
6
+ * Define component props including blend mode, opacity, and masking
7
+ */
8
+ interface OmbreComponentProps extends Partial<ComponentProps> {
9
+ children?: React.ReactNode;
10
+ blendMode?: BlendMode;
11
+ opacity?: number;
12
+ id?: string;
13
+ maskSource?: string;
14
+ maskType?: string;
15
+ ref?: React.Ref<any>;
16
+ }
17
+ /**
18
+ * The main React wrapper component for Shader shader nodes
19
+ */
20
+ export declare const OmbreComponent: React.FC<OmbreComponentProps>;
21
+ export default OmbreComponent;
22
+ //# sourceMappingURL=LinearGradient.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LinearGradient.d.ts","sourceRoot":"","sources":["../../src/components/LinearGradient.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,6BAA6B,CAAC;AAIvF;;GAEG;AACH,UAAU,mBAAoB,SAAQ,OAAO,CAAC,cAAc,CAAC;IACzD,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,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;CACxB;AAwCD;;GAEG;AACH,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CA8IxD,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -0,0 +1,22 @@
1
+ import { default as React } from 'react';
2
+ import { BlendMode } from 'shaders-core';
3
+ import { ComponentProps } from 'shaders-core/posterize';
4
+
5
+ /**
6
+ * Define component props including blend mode, opacity, and masking
7
+ */
8
+ interface OmbreComponentProps extends Partial<ComponentProps> {
9
+ children?: React.ReactNode;
10
+ blendMode?: BlendMode;
11
+ opacity?: number;
12
+ id?: string;
13
+ maskSource?: string;
14
+ maskType?: string;
15
+ ref?: React.Ref<any>;
16
+ }
17
+ /**
18
+ * The main React wrapper component for Shader shader nodes
19
+ */
20
+ export declare const OmbreComponent: React.FC<OmbreComponentProps>;
21
+ export default OmbreComponent;
22
+ //# sourceMappingURL=Posterize.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Posterize.d.ts","sourceRoot":"","sources":["../../src/components/Posterize.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,wBAAwB,CAAC;AAIlF;;GAEG;AACH,UAAU,mBAAoB,SAAQ,OAAO,CAAC,cAAc,CAAC;IACzD,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,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;CACxB;AAwCD;;GAEG;AACH,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CA8IxD,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -0,0 +1,22 @@
1
+ import { default as React } from 'react';
2
+ import { BlendMode } from 'shaders-core';
3
+ import { ComponentProps } from 'shaders-core/saturation';
4
+
5
+ /**
6
+ * Define component props including blend mode, opacity, and masking
7
+ */
8
+ interface OmbreComponentProps extends Partial<ComponentProps> {
9
+ children?: React.ReactNode;
10
+ blendMode?: BlendMode;
11
+ opacity?: number;
12
+ id?: string;
13
+ maskSource?: string;
14
+ maskType?: string;
15
+ ref?: React.Ref<any>;
16
+ }
17
+ /**
18
+ * The main React wrapper component for Shader shader nodes
19
+ */
20
+ export declare const OmbreComponent: React.FC<OmbreComponentProps>;
21
+ export default OmbreComponent;
22
+ //# sourceMappingURL=Saturation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Saturation.d.ts","sourceRoot":"","sources":["../../src/components/Saturation.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,EAIjB,MAAM,cAAc,CAAC;AAEtB,OAAO,EAAuB,KAAK,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAInF;;GAEG;AACH,UAAU,mBAAoB,SAAQ,OAAO,CAAC,cAAc,CAAC;IACzD,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,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;CACxB;AAwCD;;GAEG;AACH,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CA8IxD,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -0,0 +1,22 @@
1
+ import { default as React } from 'react';
2
+ import { BlendMode } from 'shaders-core';
3
+ import { ComponentProps } from 'shaders-core/solidColor';
4
+
5
+ /**
6
+ * Define component props including blend mode, opacity, and masking
7
+ */
8
+ interface OmbreComponentProps extends Partial<ComponentProps> {
9
+ children?: React.ReactNode;
10
+ blendMode?: BlendMode;
11
+ opacity?: number;
12
+ id?: string;
13
+ maskSource?: string;
14
+ maskType?: string;
15
+ ref?: React.Ref<any>;
16
+ }
17
+ /**
18
+ * The main React wrapper component for Shader shader nodes
19
+ */
20
+ export declare const OmbreComponent: React.FC<OmbreComponentProps>;
21
+ export default OmbreComponent;
22
+ //# sourceMappingURL=SolidColor.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SolidColor.d.ts","sourceRoot":"","sources":["../../src/components/SolidColor.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,EAIjB,MAAM,cAAc,CAAC;AAEtB,OAAO,EAAuB,KAAK,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAInF;;GAEG;AACH,UAAU,mBAAoB,SAAQ,OAAO,CAAC,cAAc,CAAC;IACzD,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,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;CACxB;AAwCD;;GAEG;AACH,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CA8IxD,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -0,0 +1,22 @@
1
+ import { default as React } from 'react';
2
+ import { BlendMode } from 'shaders-core';
3
+ import { ComponentProps } from 'shaders-core/swirl';
4
+
5
+ /**
6
+ * Define component props including blend mode, opacity, and masking
7
+ */
8
+ interface OmbreComponentProps extends Partial<ComponentProps> {
9
+ children?: React.ReactNode;
10
+ blendMode?: BlendMode;
11
+ opacity?: number;
12
+ id?: string;
13
+ maskSource?: string;
14
+ maskType?: string;
15
+ ref?: React.Ref<any>;
16
+ }
17
+ /**
18
+ * The main React wrapper component for Shader shader nodes
19
+ */
20
+ export declare const OmbreComponent: React.FC<OmbreComponentProps>;
21
+ export default OmbreComponent;
22
+ //# sourceMappingURL=Swirl.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Swirl.d.ts","sourceRoot":"","sources":["../../src/components/Swirl.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,EAIjB,MAAM,cAAc,CAAC;AAEtB,OAAO,EAAuB,KAAK,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAI9E;;GAEG;AACH,UAAU,mBAAoB,SAAQ,OAAO,CAAC,cAAc,CAAC;IACzD,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,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;CACxB;AAwCD;;GAEG;AACH,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CA8IxD,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -0,0 +1,22 @@
1
+ import { default as React } from 'react';
2
+ import { BlendMode } from 'shaders-core';
3
+ import { ComponentProps } from 'shaders-core/twirl';
4
+
5
+ /**
6
+ * Define component props including blend mode, opacity, and masking
7
+ */
8
+ interface OmbreComponentProps extends Partial<ComponentProps> {
9
+ children?: React.ReactNode;
10
+ blendMode?: BlendMode;
11
+ opacity?: number;
12
+ id?: string;
13
+ maskSource?: string;
14
+ maskType?: string;
15
+ ref?: React.Ref<any>;
16
+ }
17
+ /**
18
+ * The main React wrapper component for Shader shader nodes
19
+ */
20
+ export declare const OmbreComponent: React.FC<OmbreComponentProps>;
21
+ export default OmbreComponent;
22
+ //# sourceMappingURL=Twirl.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Twirl.d.ts","sourceRoot":"","sources":["../../src/components/Twirl.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,EAIjB,MAAM,cAAc,CAAC;AAEtB,OAAO,EAAuB,KAAK,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAI9E;;GAEG;AACH,UAAU,mBAAoB,SAAQ,OAAO,CAAC,cAAc,CAAC;IACzD,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,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;CACxB;AAwCD;;GAEG;AACH,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CA8IxD,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -0,0 +1,22 @@
1
+ import { default as React } from 'react';
2
+ import { BlendMode } from 'shaders-core';
3
+ import { ComponentProps } from 'shaders-core/vibrance';
4
+
5
+ /**
6
+ * Define component props including blend mode, opacity, and masking
7
+ */
8
+ interface OmbreComponentProps extends Partial<ComponentProps> {
9
+ children?: React.ReactNode;
10
+ blendMode?: BlendMode;
11
+ opacity?: number;
12
+ id?: string;
13
+ maskSource?: string;
14
+ maskType?: string;
15
+ ref?: React.Ref<any>;
16
+ }
17
+ /**
18
+ * The main React wrapper component for Shader shader nodes
19
+ */
20
+ export declare const OmbreComponent: React.FC<OmbreComponentProps>;
21
+ export default OmbreComponent;
22
+ //# sourceMappingURL=Vibrance.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Vibrance.d.ts","sourceRoot":"","sources":["../../src/components/Vibrance.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAGH,KAAK,SAAS,EAIjB,MAAM,cAAc,CAAC;AAEtB,OAAO,EAAuB,KAAK,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAIjF;;GAEG;AACH,UAAU,mBAAoB,SAAQ,OAAO,CAAC,cAAc,CAAC;IACzD,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,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;CACxB;AAwCD;;GAEG;AACH,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CA8IxD,CAAC;AAEF,eAAe,cAAc,CAAC"}