@thi.ng/geom 5.1.2 → 5.1.4
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 +0 -1
- package/package.json +31 -31
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -243,7 +243,6 @@ A selection:
|
|
|
243
243
|
| Screenshot | Description | Live demo | Source |
|
|
244
244
|
|:-----------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------|:------------------------------------------------------------|:-----------------------------------------------------------------------------------------|
|
|
245
245
|
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/fiber-basics.png" width="240"/> | Fiber-based cooperative multitasking basics | [Demo](https://demo.thi.ng/umbrella/fiber-basics/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/fiber-basics) |
|
|
246
|
-
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/fiber-zoom.png" width="240"/> | Fiber-based cooperative multitasking basics | [Demo](https://demo.thi.ng/umbrella/fiber-zoom/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/fiber-zoom) |
|
|
247
246
|
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/geom-convex-hull.png" width="240"/> | Convex hull & shape clipping of 2D polygons | [Demo](https://demo.thi.ng/umbrella/geom-convex-hull/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/geom-convex-hull) |
|
|
248
247
|
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/geom/geom-fuzz.png" width="240"/> | geom-fuzz basic shape & fill examples | [Demo](https://demo.thi.ng/umbrella/geom-fuzz-basics/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/geom-fuzz-basics) |
|
|
249
248
|
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/geom/tessel.png" width="240"/> | Animated, recursive polygon tessellations | [Demo](https://demo.thi.ng/umbrella/geom-tessel/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/geom-tessel) |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/geom",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.4",
|
|
4
4
|
"description": "Functional, polymorphic API for 2D geometry types & SVG generation",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -35,37 +35,37 @@
|
|
|
35
35
|
"tool:bpatch": "tools:node-esm tools/bpatch.ts"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@thi.ng/api": "^8.9.
|
|
39
|
-
"@thi.ng/arrays": "^2.5.
|
|
40
|
-
"@thi.ng/associative": "^6.2.
|
|
41
|
-
"@thi.ng/checks": "^3.4.
|
|
42
|
-
"@thi.ng/defmulti": "^2.1.
|
|
43
|
-
"@thi.ng/equiv": "^2.1.
|
|
44
|
-
"@thi.ng/errors": "^2.3.
|
|
45
|
-
"@thi.ng/geom-api": "^3.4.
|
|
46
|
-
"@thi.ng/geom-arc": "^2.1.
|
|
47
|
-
"@thi.ng/geom-clip-line": "^2.3.
|
|
48
|
-
"@thi.ng/geom-clip-poly": "^2.1.
|
|
49
|
-
"@thi.ng/geom-closest-point": "^2.1.
|
|
50
|
-
"@thi.ng/geom-hull": "^2.1.
|
|
51
|
-
"@thi.ng/geom-isec": "^2.1.
|
|
52
|
-
"@thi.ng/geom-poly-utils": "^2.3.
|
|
53
|
-
"@thi.ng/geom-resample": "^2.2.
|
|
54
|
-
"@thi.ng/geom-splines": "^2.2.
|
|
55
|
-
"@thi.ng/geom-subdiv-curve": "^2.1.
|
|
56
|
-
"@thi.ng/geom-tessellate": "^2.1.
|
|
57
|
-
"@thi.ng/hiccup": "^4.2.
|
|
58
|
-
"@thi.ng/hiccup-svg": "^5.0.
|
|
59
|
-
"@thi.ng/math": "^5.5.
|
|
60
|
-
"@thi.ng/matrices": "^2.1.
|
|
61
|
-
"@thi.ng/random": "^3.
|
|
62
|
-
"@thi.ng/strings": "^3.4.
|
|
63
|
-
"@thi.ng/transducers": "^8.5.
|
|
64
|
-
"@thi.ng/vectors": "^7.7.
|
|
38
|
+
"@thi.ng/api": "^8.9.3",
|
|
39
|
+
"@thi.ng/arrays": "^2.5.19",
|
|
40
|
+
"@thi.ng/associative": "^6.2.44",
|
|
41
|
+
"@thi.ng/checks": "^3.4.3",
|
|
42
|
+
"@thi.ng/defmulti": "^2.1.42",
|
|
43
|
+
"@thi.ng/equiv": "^2.1.28",
|
|
44
|
+
"@thi.ng/errors": "^2.3.3",
|
|
45
|
+
"@thi.ng/geom-api": "^3.4.24",
|
|
46
|
+
"@thi.ng/geom-arc": "^2.1.67",
|
|
47
|
+
"@thi.ng/geom-clip-line": "^2.3.24",
|
|
48
|
+
"@thi.ng/geom-clip-poly": "^2.1.66",
|
|
49
|
+
"@thi.ng/geom-closest-point": "^2.1.62",
|
|
50
|
+
"@thi.ng/geom-hull": "^2.1.62",
|
|
51
|
+
"@thi.ng/geom-isec": "^2.1.66",
|
|
52
|
+
"@thi.ng/geom-poly-utils": "^2.3.50",
|
|
53
|
+
"@thi.ng/geom-resample": "^2.2.24",
|
|
54
|
+
"@thi.ng/geom-splines": "^2.2.41",
|
|
55
|
+
"@thi.ng/geom-subdiv-curve": "^2.1.66",
|
|
56
|
+
"@thi.ng/geom-tessellate": "^2.1.66",
|
|
57
|
+
"@thi.ng/hiccup": "^4.2.46",
|
|
58
|
+
"@thi.ng/hiccup-svg": "^5.0.11",
|
|
59
|
+
"@thi.ng/math": "^5.5.4",
|
|
60
|
+
"@thi.ng/matrices": "^2.1.63",
|
|
61
|
+
"@thi.ng/random": "^3.6.1",
|
|
62
|
+
"@thi.ng/strings": "^3.4.11",
|
|
63
|
+
"@thi.ng/transducers": "^8.5.4",
|
|
64
|
+
"@thi.ng/vectors": "^7.7.6"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@microsoft/api-extractor": "^7.36.
|
|
68
|
-
"@thi.ng/testament": "^0.3.
|
|
67
|
+
"@microsoft/api-extractor": "^7.36.4",
|
|
68
|
+
"@thi.ng/testament": "^0.3.21",
|
|
69
69
|
"rimraf": "^5.0.1",
|
|
70
70
|
"tools": "^0.0.1",
|
|
71
71
|
"typedoc": "^0.24.8",
|
|
@@ -398,5 +398,5 @@
|
|
|
398
398
|
],
|
|
399
399
|
"year": 2013
|
|
400
400
|
},
|
|
401
|
-
"gitHead": "
|
|
401
|
+
"gitHead": "4154283d772824d4b57d4b7ab97be22a6e1ffdd7\n"
|
|
402
402
|
}
|