optimize for npm

pull/91/head
Vladimir Mandic 2021-03-08 14:12:12 -05:00
parent e447e14beb
commit 9cfd2c014c
4 changed files with 17 additions and 5 deletions

View File

@ -1,5 +1,11 @@
# Human Library
![Version](https://img.shields.io/github/package-json/v/vladmandic/human?style=flat-square)
![Last Commit](https://img.shields.io/github/last-commit/vladmandic/human?style=flat-square)
![License](https://img.shields.io/github/license/vladmandic/human?style=flat-square)
![GitHub Status Checks](https://img.shields.io/github/checks-status/vladmandic/human/main?style=flat-square])
![Vulnerabilities](https://img.shields.io/snyk/vulnerabilities/github/vladmandic/human?style=flat-square)
**3D Face Detection & Rotation Tracking, Face Embedding & Recognition,**
**Body Pose Tracking, Hand & Finger Tracking,**
**Iris Analysis, Age & Gender & Emotion Prediction**
@ -23,7 +29,7 @@ Check out [**Live Demo**](https://vladmandic.github.io/human/demo/index.html) fo
- [**Code Repository**](https://github.com/vladmandic/human)
- [**NPM Package**](https://www.npmjs.com/package/@vladmandic/human)
- [**Issues Tracker**](https://github.com/vladmandic/human/issues)
- [**Change Log**](https://github.com/vladmandic/human/wiki/Change-Log)
- [**Change Log**](https://github.com/vladmandic/human/CHANGELOG.md)
<br>
@ -138,3 +144,8 @@ detectVideo();
```
<br>
![Downloads](https://img.shields.io/npm/dm/@vladmandic/human?style=flat-square)
![Stars](https://img.shields.io/github/stars/vladmandic/human?style=flat-square)
![Code Size](https://img.shields.io/github/languages/code-size/vladmandic/human?style=flat-square)
![Commit Activity](https://img.shields.io/github/commit-activity/m/vladmandic/human?style=flat-square)

View File

@ -1,6 +1,6 @@
{
"name": "@vladmandic/human",
"version": "0.40.9",
"version": "1.0.0",
"description": "Human: AI-powered 3D Face Detection, Face Embedding & Recognition, Body Pose Tracking, Hand & Finger Tracking, Iris Analysis, Age & Gender & Emotion Prediction & Gesture Recognition",
"sideEffects": false,
"main": "dist/human.node.js",
@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/vladmandic/human/issues"
},
"homepage": "https://github.com/vladmandic/human#readme",
"homepage": "https://vladmandic.github.io/human/demo/index.html",
"license": "MIT",
"engines": {
"node": ">=12.0.0"
@ -54,6 +54,7 @@
"scripts": {
"start": "node --trace-warnings --unhandled-rejections=strict --trace-uncaught --no-deprecation src/node.js",
"lint": "eslint src demo server",
"test": "eslint src demo server",
"dev": "npm install && node server/serve.js",
"build": "rimraf dist/* && rimraf types/* && node server/build.js && node server/changelog.js",
"update": "npm update --depth 20 --force && npm dedupe && npm prune && npm audit"

View File

@ -52,7 +52,7 @@ exports.update = update;
try {
if (require.main === module) {
update('../wiki/Change-Log.md');
update('../CHANGELOG.md');
}
} catch {
//

2
wiki

@ -1 +1 @@
Subproject commit f981107e84085bb5ac93441162e900a0d73d0503
Subproject commit 21110527662c146e4f1782c0af030d7bbaa316cd