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
Hello, I'm trying to run my code on nodejs to test in a terminal but I got this error : ReferenceError: Worker is not defined
ReferenceError: Worker is not defined
Is it possible to use the package web-worker ? Will try it on a fork. https://github.com/developit/web-worker
https://github.com/KnicKnic/WASM-ImageMagick/blob/master/src/magickApi.ts#L190-L193
Thanks :)
The text was updated successfully, but these errors were encountered:
Currently facing the same issue on Node.js, is there any workaround for this?
Sorry, something went wrong.
wasm-imageMagick's example codes on npm are still not working on node environment. Anybody solved this issue yet?
npm
No branches or pull requests
Hello, I'm trying to run my code on nodejs to test in a terminal but I got this error :
ReferenceError: Worker is not defined
Is it possible to use the package web-worker ? Will try it on a fork.
https://github.com/developit/web-worker
https://github.com/KnicKnic/WASM-ImageMagick/blob/master/src/magickApi.ts#L190-L193
Thanks :)
The text was updated successfully, but these errors were encountered: