face-api.js
face-api.js copied to clipboard
How can I?
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?