Package detail

delaunay-find

FormidableLabs1.2mISC0.0.6

Finds the nearest point based on a delaunay diagram

readme

delaunay-find

Finds the nearest point based on a delaunay diagram

changelog

Changes

0.0.6 (2021-05-10)

  • update dependencies

0.0.5 (2019-10-31)

  • update lodash for security vulnerability.

0.0.4 (2019-10-07)

#10 - Uses a more accurate check for collinear points

0.0.3 (2019-07-02)

#8 - Updates to delaunator@^4.0.0 and alters behavior for collinear points

0.0.2 (2019-06-19)

Uses transpiled delaunator

0.0.1 (2019-06-18)

First published version! This package is a small subset of d3-delaunay that exposes only Delaunay.from and Delaunay.find. This package publishes transpiled lib/ and es6 es/ packages. No polyfills required :)

UNRELEASED

  • Initial release.
  • Port of find functionality from d3-delaunay.