From 25110f13f2d0bba57ebcc801cb880bfd7e52987c Mon Sep 17 00:00:00 2001 From: andri lim Date: Fri, 5 May 2017 18:25:13 +0700 Subject: [PATCH] add polyBool package --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 3e6fa29..1433c90 100644 --- a/packages.json +++ b/packages.json @@ -6288,5 +6288,18 @@ "description": "wrapper for FreeType2 library", "license": "MIT", "web": "https://github.com/jangko/freetype" + }, + { + "name": "polyBool", + "url": "https://github.com/jangko/polyBool", + "method": "git", + "tags": [ + "polygon", + "clipper", + "library" + ], + "description": "Polygon Clipper Library (Martinez Algorithm)", + "license": "MIT", + "web": "https://github.com/jangko/polyBool" } ]