@thi.ng/color 5.7.24 → 5.7.25

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/README.md +3 -2
  3. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-02-13T16:03:11Z
3
+ - **Last updated**: 2025-02-19T20:59:58Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  [![Mastodon Follow](https://img.shields.io/mastodon/follow/109331703950160316?domain=https%3A%2F%2Fmastodon.thi.ng&style=social)](https://mastodon.thi.ng/@toxi)
8
8
 
9
9
  > [!NOTE]
10
- > This is one of 201 standalone projects, maintained as part
10
+ > This is one of 202 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
  >
@@ -715,7 +715,7 @@ Note: @thi.ng/api is in _most_ cases a type-only import (not used at runtime)
715
715
 
716
716
  ## Usage examples
717
717
 
718
- 27 projects in this repo's
718
+ 28 projects in this repo's
719
719
  [/examples](https://github.com/thi-ng/umbrella/tree/develop/examples)
720
720
  directory are using this package:
721
721
 
@@ -746,6 +746,7 @@ directory are using this package:
746
746
  | <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) |
747
747
  | <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) |
748
748
  | <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) |
749
+ | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/tsne-colors.avif" width="240"/> | Animated t-SNE visualization of 4D data | [Demo](https://demo.thi.ng/umbrella/tsne-colors/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/tsne-colors) |
749
750
  | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/viz-ridge-lines.avif" width="240"/> | Interactive ridge-line plot | [Demo](https://demo.thi.ng/umbrella/viz-ridge-lines/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/viz-ridge-lines) |
750
751
  | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/webgl-texture-paint.jpg" width="240"/> | Interactively drawing to & reading from a WebGL offscreen render texture | [Demo](https://demo.thi.ng/umbrella/webgl-texture-paint/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/webgl-texture-paint) |
751
752
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/color",
3
- "version": "5.7.24",
3
+ "version": "5.7.25",
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",
@@ -43,19 +43,19 @@
43
43
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
44
44
  },
45
45
  "dependencies": {
46
- "@thi.ng/api": "^8.11.20",
47
- "@thi.ng/arrays": "^2.10.15",
48
- "@thi.ng/binary": "^3.4.43",
49
- "@thi.ng/checks": "^3.6.23",
50
- "@thi.ng/compare": "^2.4.12",
51
- "@thi.ng/compose": "^3.0.23",
52
- "@thi.ng/defmulti": "^3.0.60",
53
- "@thi.ng/errors": "^2.5.26",
54
- "@thi.ng/math": "^5.11.20",
55
- "@thi.ng/random": "^4.1.11",
56
- "@thi.ng/strings": "^3.9.5",
57
- "@thi.ng/transducers": "^9.2.18",
58
- "@thi.ng/vectors": "^7.12.20"
46
+ "@thi.ng/api": "^8.11.21",
47
+ "@thi.ng/arrays": "^2.10.16",
48
+ "@thi.ng/binary": "^3.4.44",
49
+ "@thi.ng/checks": "^3.6.24",
50
+ "@thi.ng/compare": "^2.4.13",
51
+ "@thi.ng/compose": "^3.0.24",
52
+ "@thi.ng/defmulti": "^3.0.61",
53
+ "@thi.ng/errors": "^2.5.27",
54
+ "@thi.ng/math": "^5.11.21",
55
+ "@thi.ng/random": "^4.1.12",
56
+ "@thi.ng/strings": "^3.9.6",
57
+ "@thi.ng/transducers": "^9.2.19",
58
+ "@thi.ng/vectors": "^7.12.21"
59
59
  },
60
60
  "devDependencies": {
61
61
  "esbuild": "^0.25.0",
@@ -446,5 +446,5 @@
446
446
  "vectors"
447
447
  ]
448
448
  },
449
- "gitHead": "9a0b33253fef092aaf301decf6ecd54317874d4c\n"
449
+ "gitHead": "bee617702ac61d093465b967f8f973dc566faa6b\n"
450
450
  }