@thi.ng/color 5.6.29 → 5.6.30
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 +13 -13
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -714,6 +714,7 @@ directory are using this package:
|
|
|
714
714
|
| <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) |
|
|
715
715
|
| <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) |
|
|
716
716
|
| <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) |
|
|
717
|
+
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/webgl-texture-paint.jpg" width="240"/> | TODO | [Demo](https://demo.thi.ng/umbrella/webgl-texture-paint/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/webgl-texture-paint) |
|
|
717
718
|
|
|
718
719
|
## API
|
|
719
720
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/color",
|
|
3
|
-
"version": "5.6.
|
|
3
|
+
"version": "5.6.30",
|
|
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",
|
|
@@ -40,19 +40,19 @@
|
|
|
40
40
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@thi.ng/api": "^8.9.
|
|
44
|
-
"@thi.ng/arrays": "^2.8.
|
|
45
|
-
"@thi.ng/binary": "^3.4.
|
|
43
|
+
"@thi.ng/api": "^8.9.29",
|
|
44
|
+
"@thi.ng/arrays": "^2.8.7",
|
|
45
|
+
"@thi.ng/binary": "^3.4.18",
|
|
46
46
|
"@thi.ng/checks": "^3.5.2",
|
|
47
|
-
"@thi.ng/compare": "^2.2.
|
|
48
|
-
"@thi.ng/compose": "^2.1.
|
|
49
|
-
"@thi.ng/defmulti": "^3.0.
|
|
47
|
+
"@thi.ng/compare": "^2.2.25",
|
|
48
|
+
"@thi.ng/compose": "^2.1.68",
|
|
49
|
+
"@thi.ng/defmulti": "^3.0.30",
|
|
50
50
|
"@thi.ng/errors": "^2.4.20",
|
|
51
|
-
"@thi.ng/math": "^5.10.
|
|
52
|
-
"@thi.ng/random": "^3.6.
|
|
53
|
-
"@thi.ng/strings": "^3.7.
|
|
54
|
-
"@thi.ng/transducers": "^8.9.
|
|
55
|
-
"@thi.ng/vectors": "^7.10.
|
|
51
|
+
"@thi.ng/math": "^5.10.6",
|
|
52
|
+
"@thi.ng/random": "^3.6.36",
|
|
53
|
+
"@thi.ng/strings": "^3.7.22",
|
|
54
|
+
"@thi.ng/transducers": "^8.9.11",
|
|
55
|
+
"@thi.ng/vectors": "^7.10.17"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@microsoft/api-extractor": "^7.40.1",
|
|
@@ -446,5 +446,5 @@
|
|
|
446
446
|
"vectors"
|
|
447
447
|
]
|
|
448
448
|
},
|
|
449
|
-
"gitHead": "
|
|
449
|
+
"gitHead": "69100942474942f7446ac645d59d91e7dfc352f9\n"
|
|
450
450
|
}
|