UNPKG

point-is-in-polygon

Version:

The `point-is-in-polygon` package is a lightweight package that was developed to check if the coordinates of a point are in the coordinates of a polygon.

4 lines (3 loc) 83 B
export * from './line-string'; export * from './point'; export * from './polygon';