Use sharp on Tauri #13561
Unanswered
gabrielmar
asked this question in
Q&A
Use sharp on Tauri
#13561
Replies: 1 comment 2 replies
-
You could have a nodejs sidecar https://v2.tauri.app/learn/sidecar-nodejs/ If you're also okay with using rust you could check if image-rs or some other crate would work for you. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I can't use the sharp library on Tauri.
sharp uses libvips under the hood, which downloads a .node binary file during installation for each system.
What can I do to use this library?
Beta Was this translation helpful? Give feedback.
All reactions