new screenshots

pull/293/head
Vladimir Mandic 2020-11-21 07:19:20 -05:00
parent 4a6313c5b6
commit 0c0ebb6d5d
3 changed files with 17 additions and 3 deletions

View File

@ -49,11 +49,25 @@ Compatible with *Browser*, *WebWorker* and *NodeJS* execution on both Windows an
<hr>
<br>
## Options ##
![Options visible in demo](assets/screenshot-menu.png)
<br>
<hr>
<br>
## Examples
<br>
**Using static images:**
![Example Using Image](assets/screenshot1.jpg)
<br>
**Using webcam:**
![Example Using WebCam](assets/screenshot2.jpg)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 315 KiB

View File

@ -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": [