ITK js with Snowpack

Did anybody try and succeed to use ITK js with Snowpack? Would be interested to know how to get it to work.

Hi @Coert_Metz,

I am not aware of any cases, but patches or examples would be welcome :-). Snowpack appears to rely heavily on ESM import statements, and the currently reality of the compatibility issues between CommonJS modules, ECMAScript modules, and the Node.js ecosystem make that a difficult practical requirement for a real-world app that has many dependencies.

For similar functionality in creating a React.js app, check out create-itk-app, in creating Vue.js app, check out paraview-glance.