mirror of https://github.com/vladmandic/human
update
parent
2e665d7f32
commit
eaf77ad8c8
|
@ -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`
|
||||
|
||||
|
|
Loading…
Reference in New Issue