Open adamgasiorek opened 1 year ago
This is a Deno bug (https://github.com/denoland/deno/issues/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.
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.