diff --git a/.eslintrc.json b/.eslintrc.json index 83e32294..dadaa4e7 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -49,6 +49,8 @@ "promise/catch-or-return": "off", "promise/no-nesting": "off", "import/no-absolute-path": "off", + "import/no-extraneous-dependencies": "off", + "node/no-unpublished-require": "off", "no-regex-spaces": "off", "radix": "off" } diff --git a/README.md b/README.md index 828745c8..adab5513 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,14 @@ # Human: 3D Face Detection, Body Pose, Hand & Finger Tracking, Iris Tracking and Age & Gender Prediction -**Documentation**: -**Code Repository**: -**Package**: -**Live Demo**: +- [**Documentation**](https://github.com/vladmandic/human#readme) +- [**Code Repository**](https://github.com/vladmandic/human) +- [**Package**](https://www.npmjs.com/package/@vladmandic/human) +- [**Issues Tracker**](https://github.com/vladmandic/human/issues) +- [**Live Demo**](https://vladmandic.github.io/human/demo/demo-esm.html) -Compatible with Browser, WebWorker and NodeJS** execution! +Compatible with Browser, WebWorker and NodeJS execution! + +*This is a pre-release project, see [issues](https://github.com/vladmandic/human/issues) for list of known limitations* *Suggestions are welcome!* @@ -47,7 +50,7 @@ There are multiple ways to use `Human` library, pick one that suits you: Simply download `dist/human.js`, include it in your `HTML` file & it's ready to use. ```html -