face-api.js icon indicating copy to clipboard operation
face-api.js copied to clipboard

How can I?

Open Nicc0110 opened this issue 2 years ago • 0 comments

How can I do #bufferToImage in NodeJS? I'm trying many different methods including

image = await faceapi.bufferToImage(new Blob([data]));

any many other ways and they all end in an issue with FileReader() I tried installing a NPM package to fix and it gave an error.

So the question is how can I fix this?

Nicc0110 avatar Feb 05 '23 20:02 Nicc0110