@thi.ng/imago 0.8.1 → 0.8.3
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/CHANGELOG.md +1 -1
- package/README.md +6 -4
- package/ops/exif.js +1 -1
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
<!-- This file is generated - DO NOT EDIT! -->
|
|
2
2
|
<!-- Please see: https://github.com/thi-ng/umbrella/blob/develop/CONTRIBUTING.md#changes-to-readme-files -->
|
|
3
|
-
# 
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/@thi.ng/imago)
|
|
6
6
|

|
|
7
7
|
[](https://mastodon.thi.ng/@toxi)
|
|
8
8
|
|
|
9
9
|
> [!NOTE]
|
|
10
|
-
> This is one of
|
|
10
|
+
> This is one of 198 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
|
>
|
|
@@ -360,12 +360,11 @@ For Node.js REPL:
|
|
|
360
360
|
const imago = await import("@thi.ng/imago");
|
|
361
361
|
```
|
|
362
362
|
|
|
363
|
-
Package sizes (brotli'd, pre-treeshake): ESM: 4.
|
|
363
|
+
Package sizes (brotli'd, pre-treeshake): ESM: 4.94 KB
|
|
364
364
|
|
|
365
365
|
## Dependencies
|
|
366
366
|
|
|
367
367
|
- [@thi.ng/api](https://github.com/thi-ng/umbrella/tree/develop/packages/api)
|
|
368
|
-
- [@thi.ng/associative](https://github.com/thi-ng/umbrella/tree/develop/packages/associative)
|
|
369
368
|
- [@thi.ng/blurhash](https://github.com/thi-ng/umbrella/tree/develop/packages/blurhash)
|
|
370
369
|
- [@thi.ng/checks](https://github.com/thi-ng/umbrella/tree/develop/packages/checks)
|
|
371
370
|
- [@thi.ng/date](https://github.com/thi-ng/umbrella/tree/develop/packages/date)
|
|
@@ -373,11 +372,14 @@ Package sizes (brotli'd, pre-treeshake): ESM: 4.95 KB
|
|
|
373
372
|
- [@thi.ng/errors](https://github.com/thi-ng/umbrella/tree/develop/packages/errors)
|
|
374
373
|
- [@thi.ng/file-io](https://github.com/thi-ng/umbrella/tree/develop/packages/file-io)
|
|
375
374
|
- [@thi.ng/logger](https://github.com/thi-ng/umbrella/tree/develop/packages/logger)
|
|
375
|
+
- [@thi.ng/object-utils](https://github.com/thi-ng/umbrella/tree/develop/packages/object-utils)
|
|
376
376
|
- [@thi.ng/pixel](https://github.com/thi-ng/umbrella/tree/develop/packages/pixel)
|
|
377
377
|
- [@thi.ng/pixel-dither](https://github.com/thi-ng/umbrella/tree/develop/packages/pixel-dither)
|
|
378
378
|
- [@thi.ng/prefixes](https://github.com/thi-ng/umbrella/tree/develop/packages/prefixes)
|
|
379
379
|
- [sharp](https://sharp.pixelplumbing.com)
|
|
380
380
|
|
|
381
|
+
Note: @thi.ng/api is in _most_ cases a type-only import (not used at runtime)
|
|
382
|
+
|
|
381
383
|
## API
|
|
382
384
|
|
|
383
385
|
[Generated API docs](https://docs.thi.ng/umbrella/imago/)
|
package/ops/exif.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/imago",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.3",
|
|
4
4
|
"description": "JSON & API-based declarative and extensible image processing trees/pipelines",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -36,23 +36,23 @@
|
|
|
36
36
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@thi.ng/api": "^8.11.
|
|
40
|
-
"@thi.ng/
|
|
41
|
-
"@thi.ng/
|
|
42
|
-
"@thi.ng/
|
|
43
|
-
"@thi.ng/
|
|
44
|
-
"@thi.ng/
|
|
45
|
-
"@thi.ng/
|
|
46
|
-
"@thi.ng/
|
|
47
|
-
"@thi.ng/
|
|
48
|
-
"@thi.ng/pixel": "^
|
|
49
|
-
"@thi.ng/pixel-dither": "^1.1.
|
|
50
|
-
"@thi.ng/prefixes": "^2.3.
|
|
39
|
+
"@thi.ng/api": "^8.11.7",
|
|
40
|
+
"@thi.ng/blurhash": "^0.1.30",
|
|
41
|
+
"@thi.ng/checks": "^3.6.9",
|
|
42
|
+
"@thi.ng/date": "^2.7.24",
|
|
43
|
+
"@thi.ng/defmulti": "^3.0.45",
|
|
44
|
+
"@thi.ng/errors": "^2.5.13",
|
|
45
|
+
"@thi.ng/file-io": "^2.1.8",
|
|
46
|
+
"@thi.ng/logger": "^3.0.17",
|
|
47
|
+
"@thi.ng/object-utils": "^1.1.0",
|
|
48
|
+
"@thi.ng/pixel": "^7.0.0",
|
|
49
|
+
"@thi.ng/pixel-dither": "^1.1.136",
|
|
50
|
+
"@thi.ng/prefixes": "^2.3.24",
|
|
51
51
|
"sharp": "^0.33.4"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@microsoft/api-extractor": "^7.47.0",
|
|
55
|
-
"@thi.ng/vectors": "^7.11.
|
|
55
|
+
"@thi.ng/vectors": "^7.11.5",
|
|
56
56
|
"esbuild": "^0.23.0",
|
|
57
57
|
"typedoc": "^0.26.3",
|
|
58
58
|
"typescript": "^5.5.3"
|
|
@@ -185,5 +185,5 @@
|
|
|
185
185
|
"status": "alpha",
|
|
186
186
|
"year": 2024
|
|
187
187
|
},
|
|
188
|
-
"gitHead": "
|
|
188
|
+
"gitHead": "324d6b7dbf31558329e9fb6452e29b2f7db9c61a\n"
|
|
189
189
|
}
|