@thi.ng/geom-tessellate 2.1.84 → 2.1.86
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 +6 -5
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -73,13 +73,14 @@ Package sizes (brotli'd, pre-treeshake): ESM: 1018 bytes
|
|
|
73
73
|
|
|
74
74
|
## Usage examples
|
|
75
75
|
|
|
76
|
-
|
|
76
|
+
Several projects in this repo's
|
|
77
77
|
[/examples](https://github.com/thi-ng/umbrella/tree/develop/examples)
|
|
78
|
-
directory
|
|
78
|
+
directory are using this package:
|
|
79
79
|
|
|
80
|
-
| Screenshot
|
|
81
|
-
|
|
82
|
-
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/geom/tessel.png" width="240"/>
|
|
80
|
+
| Screenshot | Description | Live demo | Source |
|
|
81
|
+
|:----------------------------------------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------|:-----------------------------------------------------|:----------------------------------------------------------------------------------|
|
|
82
|
+
| <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) |
|
|
83
|
+
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/pointfree-geom.jpg" width="240"/> | Live coding playground for 2D geometry generation using @thi.ng/pointfree-lang | [Demo](https://demo.thi.ng/umbrella/pointfree-geom/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/pointfree-geom) |
|
|
83
84
|
|
|
84
85
|
## API
|
|
85
86
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/geom-tessellate",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.86",
|
|
4
4
|
"description": "2D/3D convex polygon tessellators",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@thi.ng/checks": "^3.4.6",
|
|
38
|
-
"@thi.ng/geom-api": "^3.4.
|
|
39
|
-
"@thi.ng/geom-isec": "^2.1.
|
|
40
|
-
"@thi.ng/geom-poly-utils": "^2.3.
|
|
41
|
-
"@thi.ng/transducers": "^8.8.
|
|
42
|
-
"@thi.ng/vectors": "^7.8.
|
|
38
|
+
"@thi.ng/geom-api": "^3.4.43",
|
|
39
|
+
"@thi.ng/geom-isec": "^2.1.85",
|
|
40
|
+
"@thi.ng/geom-poly-utils": "^2.3.69",
|
|
41
|
+
"@thi.ng/transducers": "^8.8.8",
|
|
42
|
+
"@thi.ng/vectors": "^7.8.2"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@microsoft/api-extractor": "^7.38.0",
|
|
@@ -100,5 +100,5 @@
|
|
|
100
100
|
"parent": "@thi.ng/geom",
|
|
101
101
|
"year": 2013
|
|
102
102
|
},
|
|
103
|
-
"gitHead": "
|
|
103
|
+
"gitHead": "336bd1bf95825b3c318a3ab49c54451c94aaa883\n"
|
|
104
104
|
}
|