@thi.ng/color 5.5.22 → 5.5.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/CHANGELOG.md +1 -1
- package/README.md +1 -0
- package/package.json +19 -19
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -642,6 +642,7 @@ A selection:
|
|
|
642
642
|
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/pixel-sorting.png" width="240"/> | Interactive pixel sorting tool using thi.ng/color & thi.ng/pixel | [Demo](https://demo.thi.ng/umbrella/pixel-sorting/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/pixel-sorting) |
|
|
643
643
|
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/poly-subdiv.jpg" width="240"/> | Animated, iterative polygon subdivisions & visualization | [Demo](https://demo.thi.ng/umbrella/poly-subdiv/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/poly-subdiv) |
|
|
644
644
|
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/shader-ast-workers.jpg" width="240"/> | Fork-join worker-based raymarch renderer (JS/CPU only) | [Demo](https://demo.thi.ng/umbrella/shader-ast-workers/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/shader-ast-workers) |
|
|
645
|
+
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/simd-plot.png" width="240"/> | Fitting, transforming & plotting 10k data points per frame using SIMD | [Demo](https://demo.thi.ng/umbrella/simd-plot/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/simd-plot) |
|
|
645
646
|
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/stacked-layout.png" width="240"/> | Responsive & reactively computed stacked column layout | [Demo](https://demo.thi.ng/umbrella/stacked-layout/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/stacked-layout) |
|
|
646
647
|
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/trace-bitmap.jpg" width="240"/> | Multi-layer vectorization & dithering of bitmap images | [Demo](https://demo.thi.ng/umbrella/trace-bitmap/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/trace-bitmap) |
|
|
647
648
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/color",
|
|
3
|
-
"version": "5.5.
|
|
3
|
+
"version": "5.5.24",
|
|
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,26 +38,26 @@
|
|
|
38
38
|
"tool:swatches": "tools:node-esm tools/index.ts"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@thi.ng/api": "^8.9.
|
|
42
|
-
"@thi.ng/arrays": "^2.6.
|
|
43
|
-
"@thi.ng/binary": "^3.3.
|
|
44
|
-
"@thi.ng/checks": "^3.4.
|
|
45
|
-
"@thi.ng/compare": "^2.2.
|
|
46
|
-
"@thi.ng/compose": "^2.1.
|
|
47
|
-
"@thi.ng/defmulti": "^3.0.
|
|
48
|
-
"@thi.ng/errors": "^2.3.
|
|
49
|
-
"@thi.ng/math": "^5.6.
|
|
50
|
-
"@thi.ng/random": "^3.6.
|
|
51
|
-
"@thi.ng/strings": "^3.6.
|
|
52
|
-
"@thi.ng/transducers": "^8.8.
|
|
53
|
-
"@thi.ng/vectors": "^7.7.
|
|
41
|
+
"@thi.ng/api": "^8.9.6",
|
|
42
|
+
"@thi.ng/arrays": "^2.6.4",
|
|
43
|
+
"@thi.ng/binary": "^3.3.34",
|
|
44
|
+
"@thi.ng/checks": "^3.4.6",
|
|
45
|
+
"@thi.ng/compare": "^2.2.1",
|
|
46
|
+
"@thi.ng/compose": "^2.1.43",
|
|
47
|
+
"@thi.ng/defmulti": "^3.0.1",
|
|
48
|
+
"@thi.ng/errors": "^2.3.6",
|
|
49
|
+
"@thi.ng/math": "^5.6.3",
|
|
50
|
+
"@thi.ng/random": "^3.6.9",
|
|
51
|
+
"@thi.ng/strings": "^3.6.1",
|
|
52
|
+
"@thi.ng/transducers": "^8.8.3",
|
|
53
|
+
"@thi.ng/vectors": "^7.7.20"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@microsoft/api-extractor": "^7.
|
|
57
|
-
"@thi.ng/testament": "^0.3.
|
|
58
|
-
"rimraf": "^5.0.
|
|
56
|
+
"@microsoft/api-extractor": "^7.38.0",
|
|
57
|
+
"@thi.ng/testament": "^0.3.24",
|
|
58
|
+
"rimraf": "^5.0.5",
|
|
59
59
|
"tools": "^0.0.1",
|
|
60
|
-
"typedoc": "^0.25.
|
|
60
|
+
"typedoc": "^0.25.2",
|
|
61
61
|
"typescript": "^5.2.2"
|
|
62
62
|
},
|
|
63
63
|
"keywords": [
|
|
@@ -445,5 +445,5 @@
|
|
|
445
445
|
"vectors"
|
|
446
446
|
]
|
|
447
447
|
},
|
|
448
|
-
"gitHead": "
|
|
448
|
+
"gitHead": "8d46d9326a9f9b81d65e7e274446f5964f9942ac\n"
|
|
449
449
|
}
|