I test on my computer, I use nginx to proxy the images and itk folder.
e.g.
http://ip:8080/myapp request http://ip/images or http://ip/itk/WebWorkers/ImageIO.worker.js
Now I can request the ImageIO.worker.js, but I got error:
other info:
npm install itk@9.6.1
Should I use itk in umd mode?
Should I do some process after download images?
I really appreciate your patience, thank you!