@thi.ng/color 5.5.5 → 5.5.6
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 +2 -1
- package/package.json +18 -18
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -601,7 +601,7 @@ For Node.js REPL:
|
|
|
601
601
|
const color = await import("@thi.ng/color");
|
|
602
602
|
```
|
|
603
603
|
|
|
604
|
-
Package sizes (brotli'd, pre-treeshake): ESM: 15.
|
|
604
|
+
Package sizes (brotli'd, pre-treeshake): ESM: 15.56 KB
|
|
605
605
|
|
|
606
606
|
## Dependencies
|
|
607
607
|
|
|
@@ -632,6 +632,7 @@ A selection:
|
|
|
632
632
|
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/color-themes.png" width="240"/> | Probabilistic color theme generator | [Demo](https://demo.thi.ng/umbrella/color-themes/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/color-themes) |
|
|
633
633
|
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/commit-heatmap.png" width="240"/> | Heatmap visualization of this mono-repo's commits | | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/commit-heatmap) |
|
|
634
634
|
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/dominant-colors.png" width="240"/> | Color palette generation via dominant color extraction from uploaded images | [Demo](https://demo.thi.ng/umbrella/dominant-colors/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/dominant-colors) |
|
|
635
|
+
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/fiber-basics.png" width="240"/> | Fiber-based cooperative multitasking basics | [Demo](https://demo.thi.ng/umbrella/fiber-basics/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/fiber-basics) |
|
|
635
636
|
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/grid-iterators.png" width="240"/> | Visualization of different grid iterator strategies | [Demo](https://demo.thi.ng/umbrella/grid-iterators/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/grid-iterators) |
|
|
636
637
|
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/hdom-canvas/hdom-canvas-shapes-results.png" width="240"/> | Various hdom-canvas shape drawing examples & SVG conversion / export | [Demo](https://demo.thi.ng/umbrella/hdom-canvas-shapes/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/hdom-canvas-shapes) |
|
|
637
638
|
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/kmeans-viz.jpg" width="240"/> | k-means clustering visualization | [Demo](https://demo.thi.ng/umbrella/kmeans-viz/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/kmeans-viz) |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/color",
|
|
3
|
-
"version": "5.5.
|
|
3
|
+
"version": "5.5.6",
|
|
4
4
|
"description": "Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -38,27 +38,27 @@
|
|
|
38
38
|
"tool:swatches": "tools:node-esm tools/index.ts"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@thi.ng/api": "^8.
|
|
42
|
-
"@thi.ng/arrays": "^2.5.
|
|
43
|
-
"@thi.ng/binary": "^3.3.
|
|
44
|
-
"@thi.ng/checks": "^3.
|
|
45
|
-
"@thi.ng/compare": "^2.1.
|
|
46
|
-
"@thi.ng/compose": "^2.1.
|
|
47
|
-
"@thi.ng/defmulti": "^2.1.
|
|
48
|
-
"@thi.ng/errors": "^2.
|
|
49
|
-
"@thi.ng/math": "^5.5.
|
|
50
|
-
"@thi.ng/random": "^3.5.
|
|
51
|
-
"@thi.ng/strings": "^3.4.
|
|
52
|
-
"@thi.ng/transducers": "^8.
|
|
53
|
-
"@thi.ng/vectors": "^7.7.
|
|
41
|
+
"@thi.ng/api": "^8.9.0",
|
|
42
|
+
"@thi.ng/arrays": "^2.5.15",
|
|
43
|
+
"@thi.ng/binary": "^3.3.28",
|
|
44
|
+
"@thi.ng/checks": "^3.4.0",
|
|
45
|
+
"@thi.ng/compare": "^2.1.33",
|
|
46
|
+
"@thi.ng/compose": "^2.1.35",
|
|
47
|
+
"@thi.ng/defmulti": "^2.1.39",
|
|
48
|
+
"@thi.ng/errors": "^2.3.0",
|
|
49
|
+
"@thi.ng/math": "^5.5.1",
|
|
50
|
+
"@thi.ng/random": "^3.5.1",
|
|
51
|
+
"@thi.ng/strings": "^3.4.8",
|
|
52
|
+
"@thi.ng/transducers": "^8.5.0",
|
|
53
|
+
"@thi.ng/vectors": "^7.7.2"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@microsoft/api-extractor": "^7.
|
|
57
|
-
"@thi.ng/testament": "^0.3.
|
|
56
|
+
"@microsoft/api-extractor": "^7.36.3",
|
|
57
|
+
"@thi.ng/testament": "^0.3.18",
|
|
58
58
|
"rimraf": "^5.0.1",
|
|
59
59
|
"tools": "^0.0.1",
|
|
60
60
|
"typedoc": "^0.24.8",
|
|
61
|
-
"typescript": "^5.1.
|
|
61
|
+
"typescript": "^5.1.6"
|
|
62
62
|
},
|
|
63
63
|
"keywords": [
|
|
64
64
|
"color",
|
|
@@ -445,5 +445,5 @@
|
|
|
445
445
|
"vectors"
|
|
446
446
|
]
|
|
447
447
|
},
|
|
448
|
-
"gitHead": "
|
|
448
|
+
"gitHead": "9fa3f7f8169efa30e3c71b43c82f77393581c3b5\n"
|
|
449
449
|
}
|