mirror of https://github.com/vladmandic/human
new screenshots
parent
4a6313c5b6
commit
0c0ebb6d5d
14
README.md
14
README.md
|
@ -49,11 +49,25 @@ Compatible with *Browser*, *WebWorker* and *NodeJS* execution on both Windows an
|
|||
<hr>
|
||||
<br>
|
||||
|
||||
## Options ##
|
||||
|
||||

|
||||
|
||||
<br>
|
||||
<hr>
|
||||
<br>
|
||||
|
||||
## Examples
|
||||
|
||||
<br>
|
||||
|
||||
**Using static images:**
|
||||
|
||||

|
||||
|
||||
<br>
|
||||
|
||||
**Using webcam:**
|
||||
|
||||

|
||||
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 315 KiB |
|
@ -34,8 +34,8 @@
|
|||
"@vladmandic/pilogger": "^0.2.7",
|
||||
"chokidar": "^3.4.3",
|
||||
"dayjs": "^1.9.6",
|
||||
"esbuild": "^0.8.11",
|
||||
"eslint": "^7.13.0",
|
||||
"esbuild": "^0.8.12",
|
||||
"eslint": "^7.14.0",
|
||||
"eslint-config-airbnb-base": "^14.2.1",
|
||||
"eslint-plugin-import": "^2.22.1",
|
||||
"eslint-plugin-json": "^2.1.2",
|
||||
|
@ -49,7 +49,7 @@
|
|||
"start": "node --trace-warnings --unhandled-rejections=strict --trace-uncaught --no-deprecation src/node.js",
|
||||
"lint": "eslint src/*.js demo/*.js",
|
||||
"dev": "npm install && node server/dev.js",
|
||||
"build": "npm install && rimraf dist/* && node server/build.js && node server/changelog.js",
|
||||
"build": "npm install && npm run lint && rimraf dist/* && node server/build.js && node server/changelog.js",
|
||||
"update": "npm update --depth 20 --force && npm dedupe && npm prune && npm audit"
|
||||
},
|
||||
"keywords": [
|
||||
|
|
Loading…
Reference in New Issue