A WASM (Rust, see wasm-pack) library for managing various geometric operations on WellKnown and SVG shapes
Simply running `wasm-pack build` will generate all the necessary JS/TS files in the `pkg` folder. The sample website in `www` provides an example of how to use those.
Some unit tests can be found in the individual `.rs` files themselves.
Among the many fine dependencies used in this library, the major packages are geo, wkt, and rust-geo-booleanop.