@thi.ng/transducers 9.6.20 → 9.6.22
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/README.md +4 -3
- package/package.json +13 -13
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
[](https://mastodon.thi.ng/@toxi)
|
|
8
8
|
|
|
9
9
|
> [!NOTE]
|
|
10
|
-
> This is one of
|
|
10
|
+
> This is one of 213 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
|
>
|
|
@@ -168,7 +168,7 @@ Note: @thi.ng/api is in _most_ cases a type-only import (not used at runtime)
|
|
|
168
168
|
|
|
169
169
|
## Usage examples
|
|
170
170
|
|
|
171
|
-
|
|
171
|
+
75 projects in this repo's
|
|
172
172
|
[/examples](https://github.com/thi-ng/umbrella/tree/develop/examples)
|
|
173
173
|
directory are using this package:
|
|
174
174
|
|
|
@@ -178,6 +178,7 @@ directory are using this package:
|
|
|
178
178
|
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/ascii-raymarch.jpg" width="240"/> | ASCII art raymarching with thi.ng/shader-ast & thi.ng/text-canvas | [Demo](https://demo.thi.ng/umbrella/ascii-raymarch/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/ascii-raymarch) |
|
|
179
179
|
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/big-font.png" width="240"/> | Large ASCII font text generator using @thi.ng/rdom | [Demo](https://demo.thi.ng/umbrella/big-font/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/big-font) |
|
|
180
180
|
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/bitmap-font.gif" width="240"/> | Figlet-style bitmap font creation with transducers | [Demo](https://demo.thi.ng/umbrella/bitmap-font/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/bitmap-font) |
|
|
181
|
+
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/calibration-sheet.avif" width="240"/> | Parametrically design calibration sheet for B&W photography | [Demo](https://demo.thi.ng/umbrella/calibration-sheet/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/calibration-sheet) |
|
|
181
182
|
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/canvas-recorder.png" width="240"/> | Self-modifying, animated typographic grid with emergent complex patterns | [Demo](https://demo.thi.ng/umbrella/canvas-recorder/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/canvas-recorder) |
|
|
182
183
|
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/cellular-automata.png" width="240"/> | 2D transducer based cellular automata | [Demo](https://demo.thi.ng/umbrella/cellular-automata/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/cellular-automata) |
|
|
183
184
|
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/color-contrast.avif" width="240"/> | Tool to interactively compute & visualize color contrasts against WCAG threshold | [Demo](https://demo.thi.ng/umbrella/color-contrast/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/color-contrast) |
|
|
@@ -1103,4 +1104,4 @@ If this project contributes to an academic publication, please cite it as:
|
|
|
1103
1104
|
|
|
1104
1105
|
## License
|
|
1105
1106
|
|
|
1106
|
-
© 2016 -
|
|
1107
|
+
© 2016 - 2026 Karsten Schmidt // Apache License 2.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/transducers",
|
|
3
|
-
"version": "9.6.
|
|
3
|
+
"version": "9.6.22",
|
|
4
4
|
"description": "Collection of ~170 lightweight, composable transducers, reducers, generators, iterators for functional data transformations",
|
|
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.12.
|
|
47
|
-
"@thi.ng/arrays": "^2.14.
|
|
48
|
-
"@thi.ng/checks": "^3.8.
|
|
49
|
-
"@thi.ng/compare": "^2.4.
|
|
50
|
-
"@thi.ng/compose": "^3.0.
|
|
51
|
-
"@thi.ng/errors": "^2.6.
|
|
52
|
-
"@thi.ng/math": "^5.15.
|
|
53
|
-
"@thi.ng/random": "^4.1.
|
|
54
|
-
"@thi.ng/timestamp": "^1.1.
|
|
46
|
+
"@thi.ng/api": "^8.12.13",
|
|
47
|
+
"@thi.ng/arrays": "^2.14.6",
|
|
48
|
+
"@thi.ng/checks": "^3.8.3",
|
|
49
|
+
"@thi.ng/compare": "^2.4.39",
|
|
50
|
+
"@thi.ng/compose": "^3.0.50",
|
|
51
|
+
"@thi.ng/errors": "^2.6.2",
|
|
52
|
+
"@thi.ng/math": "^5.15.2",
|
|
53
|
+
"@thi.ng/random": "^4.1.38",
|
|
54
|
+
"@thi.ng/timestamp": "^1.1.32"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"esbuild": "^0.27.
|
|
58
|
-
"typedoc": "^0.28.
|
|
57
|
+
"esbuild": "^0.27.2",
|
|
58
|
+
"typedoc": "^0.28.16",
|
|
59
59
|
"typescript": "^5.9.3"
|
|
60
60
|
},
|
|
61
61
|
"keywords": [
|
|
@@ -609,5 +609,5 @@
|
|
|
609
609
|
],
|
|
610
610
|
"year": 2016
|
|
611
611
|
},
|
|
612
|
-
"gitHead": "
|
|
612
|
+
"gitHead": "828ec2e9ffde7307231b03cff46598c0915b1857\n"
|
|
613
613
|
}
|