Skip to content

Commit 4b9d9ee

Browse files
committed
point to polybool
1 parent eb0908b commit 4b9d9ee

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
Boolean operations on polygons (union, intersection, difference, xor).
44

5+
NOTE: I am no longer maintaining this, but I have created a TypeScript version,
6+
available here: [@velipso/polybool](https://github.com/velipso/polybool).
7+
58
# Features
69

710
1. Clips polygons for all boolean operations
@@ -24,7 +27,6 @@ Boolean operations on polygons (union, intersection, difference, xor).
2427

2528
Other kind souls have ported this library:
2629

27-
* [TypeScript port](https://github.com/velipso/polybool) -- My initial stab at porting to TypeScript, still needs testing
2830
* [Java port by @the3deers](https://github.com/the3deers/polybool-java)
2931
* [Java port by @Menecats](https://github.com/Menecats/polybool-java)
3032
* [.NET port by @idormenco](https://github.com/idormenco/PolyBool.Net)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "polybooljs",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "Boolean operations on polygons (union, intersection, difference, xor)",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)