justadudewhohacks / face-api.js

JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js
MIT License
16.47k stars 3.67k forks source link

next.js implementation #942

Open Johnrobmiller opened 4 months ago

Johnrobmiller commented 4 months ago

Next.js is so popular these days that basically any library ought to have a next.js implementation, otherwise a large percentage of people can't use it. However, when I tried to implmeent this in Next.js, I got the error message "Can't resolve 'fs'"

MateusTum commented 4 months ago

Can you please provide your code?