You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, the adapter seems to have the isSharpCompatible flag set to false in index.ts file. This results in an error message from Astro when used with the Image component from astro:assets.
Despite this, the package appears to be fully functional in Deno from sharp v0.33.0 with the --allow-ffi flag. This is something I could gather from multiple discussion threads (#1 and #2) and confirm with a crude testing.
This makes me wonder if sharp is indeed compatible or whether Astro users should resort to an alternative image service configuration, and if latter, which one?
The text was updated successfully, but these errors were encountered:
Hello, the adapter seems to have the
isSharpCompatible
flag set tofalse
in index.ts file. This results in an error message from Astro when used with theImage
component fromastro:assets
.Despite this, the package appears to be fully functional in Deno from sharp v0.33.0 with the
--allow-ffi
flag. This is something I could gather from multiple discussion threads (#1 and #2) and confirm with a crude testing.This makes me wonder if sharp is indeed compatible or whether Astro users should resort to an alternative image service configuration, and if latter, which one?
The text was updated successfully, but these errors were encountered: