image-resizing-api
image-resizing-api copied to clipboard
A simple image resizing API written in Deno.
## Why? `remoteImage` is never strictly equal to the value `"string"`
I am getting this error: ```sh gcp-us-east4 isolate start time: 111.91 ms gcp-us-east4 Listening on http://localhost:80/ gcp-asia-south1 ReferenceError: __dirname is not defined at https://deno.land/x/[email protected]/src/wasm/magick_native.js:9:1767 at https://deno.land/x/[email protected]/src/image-magick.ts:26:7 at new Promise ()...
Using an updated import: ```js import { ImageMagick, initializeImageMagick, MagickGeometry, } from "https://deno.land/x/[email protected]/mod.ts"; ``` is returning the error "runtime has escaped from the event loop unexpectedly: event loop error while...