Add a description, image, and links to the polygon-clipping-algorithm topic page so that developers can more easily learn about it.
A library to make polygon clipping (boolean operations) and offsetting fast on Javascript thanks to WebAssembly with a fallback to Asm.js, based on the excellent Polygon Clipping (also known as ...