We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01adb56 commit c378f93Copy full SHA for c378f93
README.md
@@ -72,7 +72,7 @@ Get the latest build from dist/face-api.js or dist/face-api.min.js and include t
72
Or install the package:
73
74
``` bash
75
-npm i face-api
+npm i face-api.js
76
```
77
78
### Face Detection
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "face-api",
+ "name": "face-api.js",
3
"version": "0.0.0",
4
"description": "JavaScript API for face detection and face recognition in the browser with tensorflow.js",
5
"main": "./dist/index.js",
0 commit comments