From c188e2f9d8247d54b3891c256e909a9f6523d16b Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Mon, 5 Apr 2021 09:36:26 -0400 Subject: [PATCH] add cdn links --- README.md | 37 ++++++++++++++++++++++++++----------- 1 file changed, 26 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 3978a88..ffc2240 100644 --- a/README.md +++ b/README.md @@ -106,9 +106,17 @@ must be installed before using NodeJS example


+## Quick Start + +Simply include latest version of `FaceAPI` directly from a CDN in your HTML: + +```html + +``` + ## Installation -Face-API ships with several pre-build versions of the library: +`FaceAPI` ships with several pre-build versions of the library: - `dist/face-api.js`: IIFE format for client-side Browser execution *with* TFJS pre-bundled @@ -144,19 +152,25 @@ All versions include `sourcemap`


-There are several ways to use Face-API: +There are several ways to use FaceAPI: ### 1. IIFE script *Recommened for quick tests and backward compatibility with older Browsers that do not support ESM such as IE* This is simplest way for usage within Browser -Simply download `dist/face-api.js`, include it in your `HTML` file & it's ready to use +Simply download `dist/face-api.js`, include it in your `HTML` file & it's ready to use: ```html +``` + IIFE script bundles TFJS and auto-registers global namespace `faceapi` within Window object which can be accessed directly from a `