@thi.ng/geom 8.3.25 → 8.3.27
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 +2 -2
- package/api/aabb.js +2 -0
- package/api/apc.js +1 -0
- package/api/arc.js +8 -0
- package/api/circle.js +3 -0
- package/api/complex-polygon.js +2 -0
- package/api/ellipse.js +2 -0
- package/api/extra.js +1 -0
- package/api/group.js +1 -0
- package/api/group3.js +1 -0
- package/api/path.js +1 -0
- package/api/path3.js +1 -0
- package/api/plane.js +3 -0
- package/api/ray.js +3 -0
- package/api/ray3.js +3 -0
- package/api/rect.js +2 -0
- package/api/sphere.js +3 -0
- package/api/text.js +3 -0
- package/package.json +31 -31
- package/path-builder.js +3 -0
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 215 standalone projects, maintained as part
|
|
11
11
|
> of the [@thi.ng/umbrella](https://codeberg.org/thi.ng/umbrella/) ecosystem
|
|
12
12
|
> and anti-framework.
|
|
13
13
|
>
|
|
@@ -452,7 +452,7 @@ For Node.js REPL:
|
|
|
452
452
|
const geom = await import("@thi.ng/geom");
|
|
453
453
|
```
|
|
454
454
|
|
|
455
|
-
Package sizes (brotli'd, pre-treeshake): ESM: 17.
|
|
455
|
+
Package sizes (brotli'd, pre-treeshake): ESM: 17.61 KB
|
|
456
456
|
|
|
457
457
|
## Dependencies
|
|
458
458
|
|
package/api/aabb.js
CHANGED
package/api/apc.js
CHANGED
package/api/arc.js
CHANGED
package/api/circle.js
CHANGED
package/api/complex-polygon.js
CHANGED
package/api/ellipse.js
CHANGED
package/api/extra.js
CHANGED
package/api/group.js
CHANGED
package/api/group3.js
CHANGED
package/api/path.js
CHANGED
package/api/path3.js
CHANGED
package/api/plane.js
CHANGED
package/api/ray.js
CHANGED
package/api/ray3.js
CHANGED
package/api/rect.js
CHANGED
package/api/sphere.js
CHANGED
package/api/text.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/geom",
|
|
3
|
-
"version": "8.3.
|
|
3
|
+
"version": "8.3.27",
|
|
4
4
|
"description": "Functional, polymorphic API for 2D geometry types & SVG generation",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -41,37 +41,37 @@
|
|
|
41
41
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@thi.ng/adjacency": "^3.0.
|
|
45
|
-
"@thi.ng/api": "^8.12.
|
|
46
|
-
"@thi.ng/arrays": "^2.14.
|
|
47
|
-
"@thi.ng/checks": "^3.
|
|
48
|
-
"@thi.ng/defmulti": "^3.0.
|
|
49
|
-
"@thi.ng/equiv": "^2.1.
|
|
50
|
-
"@thi.ng/errors": "^2.6.
|
|
51
|
-
"@thi.ng/geom-arc": "^2.1.
|
|
52
|
-
"@thi.ng/geom-clip-line": "^2.3.
|
|
53
|
-
"@thi.ng/geom-clip-poly": "^2.1.
|
|
54
|
-
"@thi.ng/geom-closest-point": "^2.1.
|
|
55
|
-
"@thi.ng/geom-hull": "^2.1.
|
|
56
|
-
"@thi.ng/geom-isec": "^4.0.
|
|
57
|
-
"@thi.ng/geom-poly-utils": "^3.1.
|
|
58
|
-
"@thi.ng/geom-resample": "^3.0.
|
|
59
|
-
"@thi.ng/geom-splines": "^2.3.
|
|
60
|
-
"@thi.ng/geom-subdiv-curve": "^3.0.
|
|
61
|
-
"@thi.ng/geom-tessellate": "^3.0.
|
|
62
|
-
"@thi.ng/hiccup": "^5.4.
|
|
63
|
-
"@thi.ng/hiccup-svg": "^5.6.
|
|
64
|
-
"@thi.ng/math": "^5.15.
|
|
65
|
-
"@thi.ng/matrices": "^3.0.
|
|
66
|
-
"@thi.ng/object-utils": "^1.3.
|
|
67
|
-
"@thi.ng/random": "^4.1.
|
|
68
|
-
"@thi.ng/strings": "^3.12.
|
|
69
|
-
"@thi.ng/transducers": "^9.6.
|
|
70
|
-
"@thi.ng/vectors": "^8.6.
|
|
44
|
+
"@thi.ng/adjacency": "^3.0.81",
|
|
45
|
+
"@thi.ng/api": "^8.12.20",
|
|
46
|
+
"@thi.ng/arrays": "^2.14.16",
|
|
47
|
+
"@thi.ng/checks": "^3.9.0",
|
|
48
|
+
"@thi.ng/defmulti": "^3.0.97",
|
|
49
|
+
"@thi.ng/equiv": "^2.1.109",
|
|
50
|
+
"@thi.ng/errors": "^2.6.9",
|
|
51
|
+
"@thi.ng/geom-arc": "^2.1.218",
|
|
52
|
+
"@thi.ng/geom-clip-line": "^2.3.175",
|
|
53
|
+
"@thi.ng/geom-clip-poly": "^2.1.217",
|
|
54
|
+
"@thi.ng/geom-closest-point": "^2.1.213",
|
|
55
|
+
"@thi.ng/geom-hull": "^2.1.213",
|
|
56
|
+
"@thi.ng/geom-isec": "^4.0.85",
|
|
57
|
+
"@thi.ng/geom-poly-utils": "^3.1.22",
|
|
58
|
+
"@thi.ng/geom-resample": "^3.0.85",
|
|
59
|
+
"@thi.ng/geom-splines": "^2.3.85",
|
|
60
|
+
"@thi.ng/geom-subdiv-curve": "^3.0.95",
|
|
61
|
+
"@thi.ng/geom-tessellate": "^3.0.95",
|
|
62
|
+
"@thi.ng/hiccup": "^5.4.5",
|
|
63
|
+
"@thi.ng/hiccup-svg": "^5.6.12",
|
|
64
|
+
"@thi.ng/math": "^5.15.9",
|
|
65
|
+
"@thi.ng/matrices": "^3.0.44",
|
|
66
|
+
"@thi.ng/object-utils": "^1.3.12",
|
|
67
|
+
"@thi.ng/random": "^4.1.45",
|
|
68
|
+
"@thi.ng/strings": "^3.12.2",
|
|
69
|
+
"@thi.ng/transducers": "^9.6.33",
|
|
70
|
+
"@thi.ng/vectors": "^8.6.29"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
|
-
"esbuild": "^0.
|
|
74
|
-
"typedoc": "^0.28.
|
|
73
|
+
"esbuild": "^0.28.0",
|
|
74
|
+
"typedoc": "^0.28.18",
|
|
75
75
|
"typescript": "^5.9.3"
|
|
76
76
|
},
|
|
77
77
|
"keywords": [
|
|
@@ -534,5 +534,5 @@
|
|
|
534
534
|
"tag": "geometry",
|
|
535
535
|
"year": 2013
|
|
536
536
|
},
|
|
537
|
-
"gitHead": "
|
|
537
|
+
"gitHead": "92be63f24030506f09d6d156804da2798c381dc4"
|
|
538
538
|
}
|