@thi.ng/geom 6.1.4 → 6.1.6
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 -2
- package/package.json +29 -29
package/CHANGELOG.md
CHANGED
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 192 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
|
>
|
|
@@ -190,7 +190,13 @@ packages (which are more low-level, lightweight and usable by themselves too):
|
|
|
190
190
|
yarn add @thi.ng/geom
|
|
191
191
|
```
|
|
192
192
|
|
|
193
|
-
|
|
193
|
+
ESM import:
|
|
194
|
+
|
|
195
|
+
```ts
|
|
196
|
+
import * as geom from "@thi.ng/geom";
|
|
197
|
+
```
|
|
198
|
+
|
|
199
|
+
Browser ESM import:
|
|
194
200
|
|
|
195
201
|
```html
|
|
196
202
|
<script type="module" src="https://cdn.skypack.dev/@thi.ng/geom"></script>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/geom",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.6",
|
|
4
4
|
"description": "Functional, polymorphic API for 2D geometry types & SVG generation",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -37,33 +37,33 @@
|
|
|
37
37
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@thi.ng/api": "^8.
|
|
41
|
-
"@thi.ng/arrays": "^2.9.
|
|
42
|
-
"@thi.ng/associative": "^6.3.
|
|
43
|
-
"@thi.ng/checks": "^3.
|
|
44
|
-
"@thi.ng/defmulti": "^3.0.
|
|
45
|
-
"@thi.ng/equiv": "^2.1.
|
|
46
|
-
"@thi.ng/errors": "^2.5.
|
|
47
|
-
"@thi.ng/geom-api": "^4.0.
|
|
48
|
-
"@thi.ng/geom-arc": "^2.1.
|
|
49
|
-
"@thi.ng/geom-clip-line": "^2.3.
|
|
50
|
-
"@thi.ng/geom-clip-poly": "^2.1.
|
|
51
|
-
"@thi.ng/geom-closest-point": "^2.1.
|
|
52
|
-
"@thi.ng/geom-hull": "^2.1.
|
|
53
|
-
"@thi.ng/geom-isec": "^3.0.
|
|
54
|
-
"@thi.ng/geom-poly-utils": "^2.3.
|
|
55
|
-
"@thi.ng/geom-resample": "^2.3.
|
|
56
|
-
"@thi.ng/geom-splines": "^2.2.
|
|
57
|
-
"@thi.ng/geom-subdiv-curve": "^2.1.
|
|
58
|
-
"@thi.ng/geom-tessellate": "^2.1.
|
|
59
|
-
"@thi.ng/hiccup": "^5.1.
|
|
60
|
-
"@thi.ng/hiccup-svg": "^5.2.
|
|
61
|
-
"@thi.ng/math": "^5.10.
|
|
62
|
-
"@thi.ng/matrices": "^2.3.
|
|
63
|
-
"@thi.ng/random": "^3.7.
|
|
64
|
-
"@thi.ng/strings": "^3.7.
|
|
65
|
-
"@thi.ng/transducers": "^
|
|
66
|
-
"@thi.ng/vectors": "^7.10.
|
|
40
|
+
"@thi.ng/api": "^8.10.1",
|
|
41
|
+
"@thi.ng/arrays": "^2.9.3",
|
|
42
|
+
"@thi.ng/associative": "^6.3.56",
|
|
43
|
+
"@thi.ng/checks": "^3.6.1",
|
|
44
|
+
"@thi.ng/defmulti": "^3.0.36",
|
|
45
|
+
"@thi.ng/equiv": "^2.1.55",
|
|
46
|
+
"@thi.ng/errors": "^2.5.4",
|
|
47
|
+
"@thi.ng/geom-api": "^4.0.6",
|
|
48
|
+
"@thi.ng/geom-arc": "^2.1.128",
|
|
49
|
+
"@thi.ng/geom-clip-line": "^2.3.85",
|
|
50
|
+
"@thi.ng/geom-clip-poly": "^2.1.127",
|
|
51
|
+
"@thi.ng/geom-closest-point": "^2.1.123",
|
|
52
|
+
"@thi.ng/geom-hull": "^2.1.123",
|
|
53
|
+
"@thi.ng/geom-isec": "^3.0.6",
|
|
54
|
+
"@thi.ng/geom-poly-utils": "^2.3.111",
|
|
55
|
+
"@thi.ng/geom-resample": "^2.3.49",
|
|
56
|
+
"@thi.ng/geom-splines": "^2.2.102",
|
|
57
|
+
"@thi.ng/geom-subdiv-curve": "^2.1.127",
|
|
58
|
+
"@thi.ng/geom-tessellate": "^2.1.128",
|
|
59
|
+
"@thi.ng/hiccup": "^5.1.28",
|
|
60
|
+
"@thi.ng/hiccup-svg": "^5.2.33",
|
|
61
|
+
"@thi.ng/math": "^5.10.10",
|
|
62
|
+
"@thi.ng/matrices": "^2.3.33",
|
|
63
|
+
"@thi.ng/random": "^3.7.3",
|
|
64
|
+
"@thi.ng/strings": "^3.7.30",
|
|
65
|
+
"@thi.ng/transducers": "^9.0.1",
|
|
66
|
+
"@thi.ng/vectors": "^7.10.27"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
69
|
"@microsoft/api-extractor": "^7.43.0",
|
|
@@ -399,5 +399,5 @@
|
|
|
399
399
|
],
|
|
400
400
|
"year": 2013
|
|
401
401
|
},
|
|
402
|
-
"gitHead": "
|
|
402
|
+
"gitHead": "18a0c063a7b33d790e5bc2486c106f45f663ac28\n"
|
|
403
403
|
}
|