gkjohnson / closed-chain-ik-js

A generalized inverse kinematics solver that supports closed chains for parallel kinematics systems, dynamic reconfiguration, and arbitrary joint configuration based on damped least squares error minimization techniques

Home Page:https://gkjohnson.github.io/closed-chain-ik-js/dist/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Worker: Use proper import syntax for loading WebWorkers

gkjohnson opened this issue · comments

new Worker( new URL( './worker.js', import.meta.url ), { type: 'module' } );

Parcel does not support this syntax, yet.

Once it supports this consider switching to ESBuild for faster builds:

https://github.com/evanw/esbuild