kleisauke / wasm-vips

libvips for the browser and Node.js, compiled to WebAssembly with Emscripten.
https://kleisauke.github.io/wasm-vips/
MIT License
463 stars 25 forks source link

Does this work with `sharp`? #43

Closed styfle closed 1 year ago

styfle commented 1 year ago

There was an issue submitted to sharp requesting support for wasm (see this issue).

In that issue, the author links to this repo (see this comment).

Is there a way to use wasm-vips with the sharp API? (probably needs ArrayBuffer input instead of file path)

kleisauke commented 1 year ago

Hello, did you see the notes in https://github.com/users/kleisauke/projects/1?pane=issue&itemId=13823822 and PR https://github.com/lovell/sharp/pull/3522?

RReverser commented 1 year ago

I should've linked that issue in my PR, didn't know there's one open :)

styfle commented 1 year ago

Thanks!