npm install beziern-degree Bezier spline interpolation.

Generates a function which takes pointCount number of points to draw a
bezier curve.
Given an array of points that is pointCount long, return the value across
the curve at t.
MIT. See LICENSE.md for details.