node-d3-voronoi

Compute the Voronoi diagram of a set of two-dimensional points
  https://d3js.org/d3-voronoi/
  0
  no reviews



This module implements Steven J. Fortune’s algorithm for computing the Voronoi diagram or Delaunay triangulation of a set of two-dimensional points. This implementation is largely based on work by Raymond Hill.

Node.js is an event-based server-side JavaScript engine.