@thi.ng/color 5.6.28 → 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 +17 -16
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",
|
|
@@ -36,22 +36,23 @@
|
|
|
36
36
|
"tool:limits": "bun tools/limits.ts",
|
|
37
37
|
"tool:maxchroma": "bun tools/max-chroma.ts",
|
|
38
38
|
"tool:strategies": "bun tools/strategies.ts",
|
|
39
|
-
"tool:swatches": "bun tools/index.ts"
|
|
39
|
+
"tool:swatches": "bun tools/index.ts",
|
|
40
|
+
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
40
41
|
},
|
|
41
42
|
"dependencies": {
|
|
42
|
-
"@thi.ng/api": "^8.9.
|
|
43
|
-
"@thi.ng/arrays": "^2.8.
|
|
44
|
-
"@thi.ng/binary": "^3.4.
|
|
45
|
-
"@thi.ng/checks": "^3.5.
|
|
46
|
-
"@thi.ng/compare": "^2.2.
|
|
47
|
-
"@thi.ng/compose": "^2.1.
|
|
48
|
-
"@thi.ng/defmulti": "^3.0.
|
|
49
|
-
"@thi.ng/errors": "^2.4.
|
|
50
|
-
"@thi.ng/math": "^5.10.
|
|
51
|
-
"@thi.ng/random": "^3.6.
|
|
52
|
-
"@thi.ng/strings": "^3.7.
|
|
53
|
-
"@thi.ng/transducers": "^8.9.
|
|
54
|
-
"@thi.ng/vectors": "^7.10.
|
|
43
|
+
"@thi.ng/api": "^8.9.29",
|
|
44
|
+
"@thi.ng/arrays": "^2.8.7",
|
|
45
|
+
"@thi.ng/binary": "^3.4.18",
|
|
46
|
+
"@thi.ng/checks": "^3.5.2",
|
|
47
|
+
"@thi.ng/compare": "^2.2.25",
|
|
48
|
+
"@thi.ng/compose": "^2.1.68",
|
|
49
|
+
"@thi.ng/defmulti": "^3.0.30",
|
|
50
|
+
"@thi.ng/errors": "^2.4.20",
|
|
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"
|
|
55
56
|
},
|
|
56
57
|
"devDependencies": {
|
|
57
58
|
"@microsoft/api-extractor": "^7.40.1",
|
|
@@ -445,5 +446,5 @@
|
|
|
445
446
|
"vectors"
|
|
446
447
|
]
|
|
447
448
|
},
|
|
448
|
-
"gitHead": "
|
|
449
|
+
"gitHead": "69100942474942f7446ac645d59d91e7dfc352f9\n"
|
|
449
450
|
}
|