From 7e59258fd78e6d9dc8225d4c0eb71faada5c493c Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Mon, 19 Oct 2020 11:03:48 -0400 Subject: [PATCH] breaking change: convert to object class --- README.md | 74 ++-- demo/browser.js | 4 +- demo/node.js | 10 +- demo/worker.js | 3 +- dist/human.cjs | 645 ++++++++++++++++----------------- dist/human.cjs.json | 29 +- dist/human.cjs.map | 6 +- dist/human.esm-nobundle.js | 16 +- dist/human.esm-nobundle.js.map | 4 +- dist/human.esm-nobundle.json | 23 +- dist/human.esm.js | 500 ++++++++++++------------- dist/human.esm.js.map | 4 +- dist/human.esm.json | 11 +- dist/human.js | 500 ++++++++++++------------- dist/human.js.map | 4 +- dist/human.json | 8 +- package.json | 2 +- src/human.js | 460 ++++++++++++----------- src/node.js | 29 +- 19 files changed, 1194 insertions(+), 1138 deletions(-) diff --git a/README.md b/README.md index 267550fe..1a03d594 100644 --- a/README.md +++ b/README.md @@ -70,23 +70,46 @@ Simply download `dist/human.js`, include it in your `HTML` file & it's ready to