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 @oscarotero WHen i am trying to open project which is using your package i have following error:
I tried to remove cache and still error exists. I also tried using initializeImageMagick with magick_native.wasm in your repo but it also doesnt work.
The text was updated successfully, but these errors were encountered:
This is a Deno bug (denoland/deno#19696). I should add a try/catch to avoid this.
Cleaning the cache always worked for me. For example:
await caches.delete("magick_native");
Then, try again and should work.
Sorry, something went wrong.
No branches or pull requests
Hello @oscarotero
WHen i am trying to open project which is using your package i have following error:
I tried to remove cache and still error exists. I also tried using initializeImageMagick with magick_native.wasm in your repo but it also doesnt work.
The text was updated successfully, but these errors were encountered: