Juno W.
Juno W.
Hi @lovell thanks for the prompt response. Btw, how do I tell my Nuxt 3 on this `Worker Thread` ?
Found this thread https://github.com/lovell/sharp/issues/2981 It seems not working on Nuxt 3?
> #2981 relates to the creation of an ESM wrapper for sharp; mention of Nuxt is coincidental. Sorry, I'm still don't get it 🥹 Is it really Nuxt 3 can't...
Here's the link https://stackblitz.com/edit/nuxt-starter-hw78au?file=server%2Fapi%2Fsharp.ts run `npm run dev` and you will encounter the error.
Thanks Lovell, I was able to run following your method. Unfortunately sharp doesn't accept ArrayBuffer. Will dig further on this.
> @juno-w Were you able to make progress with this? Hi @lovell , the `buffer()` is not working though. I will close this issue and reopen it once I get...
I found there's a method to connect using Comm Key in python but I don't know how to translate it. This is the method to generate command_string: https://github.com/fananimi/pyzk/blob/master/zk/base.py#L23 This is...
I added a feature to connect with communication key.