diff --git a/README.md b/README.md index 1d6bb815..fd0b352e 100644 --- a/README.md +++ b/README.md @@ -49,11 +49,25 @@ Compatible with *Browser*, *WebWorker* and *NodeJS* execution on both Windows an

+## Options ## + +![Options visible in demo](assets/screenshot-menu.png) + +
+
+
+ ## Examples +
+ **Using static images:** + ![Example Using Image](assets/screenshot1.jpg) +
+ **Using webcam:** + ![Example Using WebCam](assets/screenshot2.jpg) diff --git a/assets/screenshot-menu.png b/assets/screenshot-menu.png index 817cfec5..495c7521 100644 Binary files a/assets/screenshot-menu.png and b/assets/screenshot-menu.png differ diff --git a/package.json b/package.json index 1e723069..83681a41 100644 --- a/package.json +++ b/package.json @@ -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": [