mfogel / polygon-clipping

Apply boolean polygon clipping operations (union, intersection, difference, xor) to your Polygons & MultiPolygons.
MIT License
543 stars 63 forks source link

Rollup failed to resolve import "robust-predicates" from polygon-clipping #162

Closed YangChen0930 closed 9 months ago

YangChen0930 commented 9 months ago

This error occurs with the new version

image

shuanglei7 commented 9 months ago

I also encountered the same problem

shuanglei7 commented 9 months ago

I reverted to v0.15.5, fixed this problem tentatively.

mfogel commented 9 months ago

Ok, I've released v0.15.7 to npm which should fix this problem. Please give it a try when you get a chance.

havocbane commented 9 months ago

Thanks, this change fixed the issue for us.