update

master
Vladimir Mandic 2021-04-08 12:10:07 -04:00
parent 2e665d7f32
commit eaf77ad8c8
1 changed files with 1 additions and 1 deletions

@ -27,7 +27,7 @@ There are multiple ways to use `Human` library, pick one that suits you:
- `dist/human.js`: IIFE format bundle with TFJS for Browsers
- `dist/human.esm.js`: ESM format bundle with TFJS for Browsers
- `dist/human.esm-nobundle.js`: ESM format bundle without TFJS for Browsers
- `dist/human.esm-nobundle.js`: ESM format bundle without TFJS for Browsers, must be run through bundler to resolve dependencies
- `dist/human.node.js`: CommonJS format for NodeJS, optimized for usage with `tfjs-node`
- `dist/human.node-gpu.js`: CommonJS format for NodeJS, optimized for usage with `tfjs-node-gpu`