unit bezier curve interpolation
Last release 3 months ago
26 May 2026
Ships on a steady schedule
a new release about every 4.7 years
Some releases are documented
notes for 1 of 3 stable releases
Nothing withdrawn
no release was ever pulled
10 years old
3 releases · first in 2017
Release timeline
3 releases since 201720172019202120232025
Releases
- 1.0.026 May 2026
Release notes
Open source →⚠️ Breaking changes:
- API is now simpler:
unitBezier(p1x, p1y, p2x, p2y)returns(x, epsilon?) => y. Replaces thenew UnitBezier(...).solve(...)class API. - Removed
sampleCurveX,sampleCurveY,sampleCurveDerivativeX,solveCurveX, and the storedp1x/p1y/p2x/p2yfields — none were used by primary consumers like GL JS. - Switched to native ESM (
"type": "module").
- API is now simpler:
- 0.0.122 Oct 2021
Nothing published for this version
- 0.0.017 Jan 2017
Nothing published for this version