Skip to content

Commit 3b3adc6

Browse files
committed
faceapi image comparison
Signed-off-by: Omkar Phansopkar <omkarphansopkar@gmail.com>
1 parent 3c290f9 commit 3b3adc6

35 files changed

+1276
-92
lines changed

server/.eslintrc.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"env": {
3+
"node": true,
4+
"browser": true,
5+
"es2021": true
6+
},
7+
"parserOptions": {
8+
"sourceType": "module"
9+
}
10+
}

server/constants/config.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)