#114·flubber

async API / non-blocking interpolation (using webworkers)

Author: HannesGitHCreated Oct 1, 2022Updated Oct 1, 2022

(i already reguested something similar for KUTEjs here)

i'd like to use (emphasis on await) so the main thread doesnt need to wait on the interpolation:

javascript
var interpolator = await flubber.interpolate(triangle, pentagon);