imagemagick-deno
imagemagick-deno copied to clipboard
Cannot open project with this package
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.
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.