update wiki

master
Vladimir Mandic 2023-09-18 12:43:45 -04:00
parent 4432dd555b
commit e9fcd33f43
1 changed files with 1 additions and 1 deletions

@ -126,7 +126,7 @@ Install with:
``` ```
```js ```js
import tf from '@tensorflow/tfjs'; import tf from '@tensorflow/tfjs'; // eslint-disable-line node/no-extraneous-import
import Human from '@vladmandic/human/dist/human.esm-nobundle.js'; // same functionality as default import, but without tfjs bundled import Human from '@vladmandic/human/dist/human.esm-nobundle.js'; // same functionality as default import, but without tfjs bundled
const human = new Human(); const human = new Human();
``` ```