We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1edf0d3 commit 5039de0Copy full SHA for 5039de0
1 file changed
README.md
@@ -24,6 +24,7 @@ Boolean operations on polygons (union, intersection, difference, xor).
24
25
Other kind souls have ported this library:
26
27
+* [TypeScript port](https://github.com/velipso/polybool) -- My initial stab at porting to TypeScript, still needs testing
28
* [Java port by @the3deers](https://github.com/the3deers/polybool-java)
29
* [Java port by @Menecats](https://github.com/Menecats/polybool-java)
30
* [.NET port by @idormenco](https://github.com/idormenco/PolyBool.Net)
0 commit comments