@thi.ng/cellular 0.2.32 → 0.2.34
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 +2 -2
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -255,8 +255,8 @@ ca.setPattern("mask", WIDTH / 4, WIDTH / 2, 1, 0, WIDTH / 8);
|
|
|
255
255
|
// create color gradient to visualize the different cell states
|
|
256
256
|
// and wrap as indexed color model for pixel buffer below...
|
|
257
257
|
// references:
|
|
258
|
-
// https://docs.thi.ng/umbrella/color/
|
|
259
|
-
// https://docs.thi.ng/umbrella/pixel/
|
|
258
|
+
// https://docs.thi.ng/umbrella/color/functions/multiColorGradient.html
|
|
259
|
+
// https://docs.thi.ng/umbrella/pixel/functions/defIndexed.html
|
|
260
260
|
const fmt = defIndexed(
|
|
261
261
|
multiColorGradient(
|
|
262
262
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/cellular",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.34",
|
|
4
4
|
"description": "Highly customizable 1D cellular automata, shared env, multiple rules, arbitrary sized/shaped neighborhoods, short term memory, cell states etc.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -38,11 +38,11 @@
|
|
|
38
38
|
"@thi.ng/checks": "^3.3.9",
|
|
39
39
|
"@thi.ng/errors": "^2.2.12",
|
|
40
40
|
"@thi.ng/random": "^3.3.26",
|
|
41
|
-
"@thi.ng/transducers": "^8.3.
|
|
41
|
+
"@thi.ng/transducers": "^8.3.37"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@microsoft/api-extractor": "^7.34.2",
|
|
45
|
-
"@thi.ng/testament": "^0.3.
|
|
45
|
+
"@thi.ng/testament": "^0.3.12",
|
|
46
46
|
"rimraf": "^4.1.2",
|
|
47
47
|
"tools": "^0.0.1",
|
|
48
48
|
"typedoc": "^0.23.24",
|
|
@@ -92,5 +92,5 @@
|
|
|
92
92
|
],
|
|
93
93
|
"year": 2022
|
|
94
94
|
},
|
|
95
|
-
"gitHead": "
|
|
95
|
+
"gitHead": "8ab2cbfe2f59b7ef672b6e1cf2a43368f8437ddf\n"
|
|
96
96
|
}
|