Pomax / bezierjs

A nodejs and client-side library for (cubic) Bezier curve work
MIT License
1.7k stars 230 forks source link

PR for extending API to interpolate values along curve and find point on curve at distance? #208

Open JonHollander opened 10 months ago

JonHollander commented 10 months ago

Hi- I really like this library and have been using it for some internal company projects. Recently, I added some small API extensions for interpolating values along curves and finding a point on a curve at a specified distance. If you're interested in incorporating these new features, I can submit a PR with the code and documentation updates.

Thanks! Jon