@thi.ng/pixel-analysis 2.0.22 → 2.0.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/README.md +2 -2
- package/package.json +15 -15
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
[](https://mastodon.thi.ng/@toxi)
|
|
8
8
|
|
|
9
9
|
> [!NOTE]
|
|
10
|
-
> This is one of
|
|
10
|
+
> This is one of 213 standalone projects, maintained as part
|
|
11
11
|
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
|
|
12
12
|
> and anti-framework.
|
|
13
13
|
>
|
|
@@ -122,4 +122,4 @@ If this project contributes to an academic publication, please cite it as:
|
|
|
122
122
|
|
|
123
123
|
## License
|
|
124
124
|
|
|
125
|
-
© 2024 -
|
|
125
|
+
© 2024 - 2026 Karsten Schmidt // Apache License 2.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/pixel-analysis",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.24",
|
|
4
4
|
"description": "Image color & feature analysis utilities",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -39,21 +39,21 @@
|
|
|
39
39
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@thi.ng/api": "^8.12.
|
|
43
|
-
"@thi.ng/arrays": "^2.14.
|
|
44
|
-
"@thi.ng/color": "^5.8.
|
|
45
|
-
"@thi.ng/compare": "^2.4.
|
|
46
|
-
"@thi.ng/math": "^5.15.
|
|
47
|
-
"@thi.ng/metrics": "^0.2.
|
|
48
|
-
"@thi.ng/pixel": "^7.5.
|
|
49
|
-
"@thi.ng/pixel-convolve": "^1.1.
|
|
50
|
-
"@thi.ng/pixel-dominant-colors": "^2.0.
|
|
51
|
-
"@thi.ng/transducers": "^9.6.
|
|
52
|
-
"@thi.ng/vectors": "^8.6.
|
|
42
|
+
"@thi.ng/api": "^8.12.13",
|
|
43
|
+
"@thi.ng/arrays": "^2.14.6",
|
|
44
|
+
"@thi.ng/color": "^5.8.9",
|
|
45
|
+
"@thi.ng/compare": "^2.4.39",
|
|
46
|
+
"@thi.ng/math": "^5.15.2",
|
|
47
|
+
"@thi.ng/metrics": "^0.2.18",
|
|
48
|
+
"@thi.ng/pixel": "^7.5.22",
|
|
49
|
+
"@thi.ng/pixel-convolve": "^1.1.22",
|
|
50
|
+
"@thi.ng/pixel-dominant-colors": "^2.0.28",
|
|
51
|
+
"@thi.ng/transducers": "^9.6.22",
|
|
52
|
+
"@thi.ng/vectors": "^8.6.19"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"esbuild": "^0.27.
|
|
56
|
-
"typedoc": "^0.28.
|
|
55
|
+
"esbuild": "^0.27.2",
|
|
56
|
+
"typedoc": "^0.28.16",
|
|
57
57
|
"typescript": "^5.9.3"
|
|
58
58
|
},
|
|
59
59
|
"keywords": [
|
|
@@ -113,5 +113,5 @@
|
|
|
113
113
|
"status": "beta",
|
|
114
114
|
"year": 2024
|
|
115
115
|
},
|
|
116
|
-
"gitHead": "
|
|
116
|
+
"gitHead": "828ec2e9ffde7307231b03cff46598c0915b1857\n"
|
|
117
117
|
}
|