@girs/gegl-0.3 0.3.35-3.3.0 → 0.3.35-4.0.0-beta.1
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/README.md +1 -2
- package/gegl-0.3-ambient.d.ts +2 -2
- package/gegl-0.3-import.d.ts +1 -11
- package/gegl-0.3.d.ts +2172 -2749
- package/gegl-0.3.js +0 -4
- package/package.json +10 -15
- package/gegl-0.3.cjs +0 -11
- package/gegl-0.3.d.cts +0 -2957
package/README.md
CHANGED
|
@@ -5,9 +5,8 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
GJS TypeScript type definitions for Gegl-0.3, generated from library version 0.3.35 using [ts-for-gir](https://github.com/gjsify/ts-for-gir)
|
|
8
|
+
GJS TypeScript type definitions for Gegl-0.3, generated from library version 0.3.35 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.1.
|
|
9
9
|
|
|
10
|
-
GEGL (Generic Graphics Library) is a data flow based image processing framework, providing floating point processing and non-destructive image processing capabilities to GNU Image Manipulation Program and other projects (imgflo, GNOME Photos, gcut, iconographer, …)
|
|
11
10
|
|
|
12
11
|
## Install
|
|
13
12
|
|
package/gegl-0.3-ambient.d.ts
CHANGED
package/gegl-0.3-import.d.ts
CHANGED
|
@@ -1,12 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
import Gegl03 from '@girs/gegl-0.3';
|
|
3
|
-
|
|
4
|
-
declare global {
|
|
5
|
-
export interface GjsGiImports {
|
|
6
|
-
Gegl: typeof Gegl03;
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export default GjsGiImports;
|
|
11
|
-
|
|
1
|
+
// Module import type definition not generated, otherwise this would cause a type conflict, this is because several GIR modules were generated with the same namespace: "Gegl"
|
|
12
2
|
|