@thi.ng/grid-iterators 2.3.23 → 2.3.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.
- package/CHANGELOG.md +1 -1
- package/README.md +8 -11
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<!-- This file is generated - DO NOT EDIT! -->
|
|
2
2
|
|
|
3
|
-
# 
|
|
3
|
+
# 
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/@thi.ng/grid-iterators)
|
|
6
6
|

|
|
7
|
-
[](https://mastodon.thi.ng/@toxi)
|
|
8
8
|
|
|
9
9
|
This project is part of the
|
|
10
10
|
[@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo.
|
|
@@ -35,7 +35,7 @@ This project is part of the
|
|
|
35
35
|
|
|
36
36
|
## About
|
|
37
37
|
|
|
38
|
-
2D grid and shape iterators w/ multiple orderings
|
|
38
|
+
2D grid and shape iterators w/ multiple orderings
|
|
39
39
|
|
|
40
40
|
Provides the altogether 25 following orderings to generate grid coordinates,
|
|
41
41
|
including iterators for shape rasterization, drawing, clipping, filling,
|
|
@@ -218,14 +218,11 @@ ES module import:
|
|
|
218
218
|
|
|
219
219
|
For Node.js REPL:
|
|
220
220
|
|
|
221
|
-
```
|
|
222
|
-
|
|
223
|
-
node --experimental-repl-await
|
|
224
|
-
|
|
225
|
-
> const gridIterators = await import("@thi.ng/grid-iterators");
|
|
221
|
+
```js
|
|
222
|
+
const gridIterators = await import("@thi.ng/grid-iterators");
|
|
226
223
|
```
|
|
227
224
|
|
|
228
|
-
Package sizes (
|
|
225
|
+
Package sizes (brotli'd, pre-treeshake): ESM: 2.19 KB
|
|
229
226
|
|
|
230
227
|
## Dependencies
|
|
231
228
|
|
|
@@ -268,7 +265,7 @@ import * as gi from "@thi.ng/grid-iterators";
|
|
|
268
265
|
|
|
269
266
|
## Authors
|
|
270
267
|
|
|
271
|
-
Karsten Schmidt
|
|
268
|
+
- [Karsten Schmidt](https://thi.ng)
|
|
272
269
|
|
|
273
270
|
If this project contributes to an academic publication, please cite it as:
|
|
274
271
|
|
|
@@ -283,4 +280,4 @@ If this project contributes to an academic publication, please cite it as:
|
|
|
283
280
|
|
|
284
281
|
## License
|
|
285
282
|
|
|
286
|
-
© 2019 - 2022 Karsten Schmidt // Apache
|
|
283
|
+
© 2019 - 2022 Karsten Schmidt // Apache License 2.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/grid-iterators",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.25",
|
|
4
4
|
"description": "2D grid and shape iterators w/ multiple orderings",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -21,12 +21,12 @@
|
|
|
21
21
|
"url": "https://patreon.com/thing_umbrella"
|
|
22
22
|
}
|
|
23
23
|
],
|
|
24
|
-
"author": "Karsten Schmidt
|
|
24
|
+
"author": "Karsten Schmidt (https://thi.ng)",
|
|
25
25
|
"license": "Apache-2.0",
|
|
26
26
|
"scripts": {
|
|
27
27
|
"build": "yarn clean && tsc --declaration",
|
|
28
28
|
"build:assets": "node tools/build-assets",
|
|
29
|
-
"clean": "rimraf '*.js' '*.d.ts' '*.map' doc",
|
|
29
|
+
"clean": "rimraf '*.js' '*.d.ts' '*.map' doc internal",
|
|
30
30
|
"doc": "typedoc --excludePrivate --excludeInternal --out doc src/index.ts",
|
|
31
31
|
"doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose",
|
|
32
32
|
"doc:readme": "yarn doc:stats && tools:readme",
|
|
@@ -35,21 +35,21 @@
|
|
|
35
35
|
"test": "testament test"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@thi.ng/api": "^8.
|
|
39
|
-
"@thi.ng/arrays": "^2.4.
|
|
40
|
-
"@thi.ng/binary": "^3.3.
|
|
41
|
-
"@thi.ng/bitfield": "^2.2.
|
|
42
|
-
"@thi.ng/morton": "^3.1.
|
|
43
|
-
"@thi.ng/random": "^3.3.
|
|
44
|
-
"@thi.ng/transducers": "^8.3.
|
|
38
|
+
"@thi.ng/api": "^8.6.0",
|
|
39
|
+
"@thi.ng/arrays": "^2.4.5",
|
|
40
|
+
"@thi.ng/binary": "^3.3.13",
|
|
41
|
+
"@thi.ng/bitfield": "^2.2.15",
|
|
42
|
+
"@thi.ng/morton": "^3.1.24",
|
|
43
|
+
"@thi.ng/random": "^3.3.18",
|
|
44
|
+
"@thi.ng/transducers": "^8.3.26"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@microsoft/api-extractor": "^7.33.
|
|
48
|
-
"@thi.ng/testament": "^0.3.
|
|
47
|
+
"@microsoft/api-extractor": "^7.33.7",
|
|
48
|
+
"@thi.ng/testament": "^0.3.7",
|
|
49
49
|
"rimraf": "^3.0.2",
|
|
50
50
|
"tools": "^0.0.1",
|
|
51
|
-
"typedoc": "^0.23.
|
|
52
|
-
"typescript": "^4.
|
|
51
|
+
"typedoc": "^0.23.22",
|
|
52
|
+
"typescript": "^4.9.4"
|
|
53
53
|
},
|
|
54
54
|
"keywords": [
|
|
55
55
|
"2d",
|
|
@@ -152,5 +152,5 @@
|
|
|
152
152
|
],
|
|
153
153
|
"year": 2019
|
|
154
154
|
},
|
|
155
|
-
"gitHead": "
|
|
155
|
+
"gitHead": "f445a9cc8022bcdebbf6ff91fd66ced016d72f01\n"
|
|
156
156
|
}
|