We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It's so great to see the dicom loader is evolving, here I'm providing possible solutions to the problem about the wasm file in dev mode.
I just happen to have a workaround on this by accident when I was about to use the image loader with vtk.js without cornerstone:
import { wasm } from "@rollup/plugin-wasm"; return { worker: { plugins: () => [wasm({ sync: ["ICRPolySeg.wasm"] })], }, plugins: [wasm({ sync: ["ICRPolySeg.wasm"] })] };
I'm on weekend and do not have working pc with me so I can not go deeper with this but you could try and see if it's working.
I will be trying this project by Monday definitely, great to see the progress! Thank you for your work on this!
The text was updated successfully, but these errors were encountered:
Did you solve the problem?
Sorry, something went wrong.
did this work?
No branches or pull requests
It's so great to see the dicom loader is evolving, here I'm providing possible solutions to the problem about the wasm file in dev mode.
I just happen to have a workaround on this by accident when I was about to use the image loader with vtk.js without cornerstone:
I'm on weekend and do not have working pc with me so I can not go deeper with this but you could try and see if it's working.
I will be trying this project by Monday definitely, great to see the progress! Thank you for your work on this!
The text was updated successfully, but these errors were encountered: