mirror of https://github.com/vladmandic/human
update wiki
parent
4432dd555b
commit
e9fcd33f43
|
@ -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();
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue