Last 12 weeks · 0 commits
1 of 6 standards met
Using an updated import: is returning the error "runtime has escaped from the event loop unexpectedly: event loop error while evaluating the module: TypeError: Invalid URL: 'magick.wasm'" Apparently, magick.wasm is a file included with the ImageMagick library but the method for reading the file is not working. I've found that using the gives better results: FWIW, so far I've been unable to get this code (or any of the other myriad approaches) to work, at all. The Edge Function runtime craps out with errors like or or or . References https://github.com/supabase/supabase/blob/226d05fb83415be92021008b4ecc81f212be9288/examples/edge-functions/supabase/functions/image-manipulation/index.ts https://supabase.com/docs/guides/functions/examples/image-manipulation https://github.com/dlemstra/magick-wasm/blob/main/deno/example.ts
Repository: denoland/image-resizing-api. Description: A simple image resizing API written in Deno. Stars: 24, Forks: 3. Primary language: TypeScript. Languages: TypeScript (100%). Open PRs: 0, open issues: 2. Last activity: 1y ago. Community health: 25%. Top contributors: lambtron, mxdvl.