Pomax / bezierjs

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

Compare to steps + 1, as that's the length the lut will get #191

Closed justvanrossum closed 1 year ago

justvanrossum commented 1 year ago

This fixes caching the lut.

Fixes #190