Hi, I'm attempting to use sharp's WebAssembly package on Deno. The native binaries for the package don't work with deno compiledeno compile AFAIK, so I'm trying wasm. Do I need to install npm:@img/sharp-wasm32npm:@img/sharp-wasm32 as well as npm:sharpnpm:sharp? I can't seem to import anything from the former.
import sharp from "npm:@img/sharp-wasm32";// NPM package "@img/sharp-wasm32@^0.34.3" does not define an export ".".
import sharp from "npm:@img/sharp-wasm32";// NPM package "@img/sharp-wasm32@^0.34.3" does not define an export ".".
No replies yet
Join the Discord to continue the conversation
D
Deno
Chat about Deno, a modern runtime for JavaScript and TypeScript.