From 1b7ab8bdcf350f62c1997e955e960e8a3427fe5b 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 +- package.json | 2 +- src/human.js | 460 ++++++++++++++++++++++++------------------------ 6 files changed, 288 insertions(+), 265 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