From bed6810267dfc7886734282fc9374e9adb3981e3 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Mon, 12 Oct 2020 10:27:22 -0400 Subject: [PATCH] updated docs --- README.md | 9 +++++++-- demo/demo-esm.js | 1 + demo/demo-iife.js | 1 + 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b3bf591..0d6080df 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,8 @@ There are several ways to use Human: *This version of `Human` includes `TensorFlow/JS (TFJS) 2.6.0` library which can be accessed via `human.tf`* *You should not manually load another instance of `tfjs`, but if you do, be aware of possible version conflicts* +There are multiple ways to use `Human` library, pick one that suits you: + ### 1. IIFE script This is simplest way for usage within Browser @@ -38,7 +40,8 @@ Simply download `dist/human.js`, include it in your `HTML` file & it's ready to