From 2f0469fe6ef7b460c774c0455b8e488b190390bc Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Wed, 17 Jan 2024 17:04:22 -0500 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e230b3e..f9565a9 100644 --- a/README.md +++ b/README.md @@ -469,11 +469,11 @@ but extends it with newer AI models, additional detection details, compatibility Compared to [face-api.js](https://github.com/justadudewhohacks/face-api.js) version **0.22.2**: - Compatible with `TensorFlow/JS 2.0+, 3.0+ and 4.0+` - Currently using **`TensorFlow/JS` 4.3** + Currently using **`TensorFlow/JS` 4.16** Original `face-api.js` is based on `TFJS` **1.7.4** - Compatible with `WebGL`, `CPU` and `WASM` TFJS Browser backends - Compatible with both `tfjs-node` and `tfjs-node-gpu` TFJS NodeJS backends -- Updated all type castings for TypeScript type checking to `TypeScript 4.8` +- Updated all type castings for TypeScript type checking to `TypeScript 5.3` - Switched bundling from `UMD` to `ESM` + `CommonJS` with fallback to `IIFE` Resulting code is optimized per-platform instead of being universal Fully tree shakable when imported as an `ESM` module