face detection & firestore & adding images to the messages

This commit is contained in:
2026-06-09 20:53:40 +09:00
parent 69f7cbe833
commit 1f034d72a6
8 changed files with 249 additions and 26 deletions

7
package-lock.json generated
View File

@@ -9,6 +9,7 @@
"version": "0.0.1",
"dependencies": {
"@googlemaps/js-api-loader": "^2.1.0",
"@mediapipe/tasks-vision": "^0.10.35",
"firebase": "^12.14.0",
"ngeohash": "^0.6.3"
},
@@ -755,6 +756,12 @@
"@jridgewell/sourcemap-codec": "^1.4.14"
}
},
"node_modules/@mediapipe/tasks-vision": {
"version": "0.10.35",
"resolved": "https://registry.npmjs.org/@mediapipe/tasks-vision/-/tasks-vision-0.10.35.tgz",
"integrity": "sha512-HOvadwVRE6JC+45nyYhmnywnr5h/J8KZvOeUNVOG9q/0875pZgItznFB9bRTvLc264YSJqiZ1NsIpCStJw/egg==",
"license": "Apache-2.0"
},
"node_modules/@napi-rs/wasm-runtime": {
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.4.tgz",