fix: "fs" module not found issue in face-api.js for browser usage (#2810)

This commit is contained in:
HGZ-20 2024-03-17 01:35:43 +08:00 committed by GitHub
parent 04f0458b5c
commit 96812f676b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -93,6 +93,7 @@ module.exports = {
"buffer": false,
"crypto": false,
"os": false,
"fs": false,
},
}
},