UNPKG

cubic-beziers-through-points

Version:

A function to fit fair (bending energy minimizing) cubic bezier curves through a set of given ordered points in the plane.

3 lines (2 loc) 102 B
declare function removeIdenticalPoints(ps: number[][]): number[][]; export { removeIdenticalPoints };