Sharp using deno deploy
hello, is sharp compatible with deno deploy? in the npm page says it is, i tried deno in local and it works perfectly, but when i try to upload to deno deploy i get this error
1 Reply
There might be similar issues discussed in this issue on the sharp github page. Maybe it helps you. https://github.com/lovell/sharp/issues/3912
GitHub
sharp doesn't work into a deno compiled self-contained executable ·...
Hi @lovell, sorry for commenting on the wrong issue. import sharp from "npm:sharp@next"; const image = await sharp('https://cdn.jsdelivr.net/gh/lovell/sharp@main/docs/image/sharp-logo...