mirror of https://github.com/vladmandic/human
6 lines
149 B
TypeScript
6 lines
149 B
TypeScript
|
|
/**
|
||
|
|
* Creates tfjs bundle used by Human node-wasm build target
|
||
|
|
*/
|
||
|
|
export * from '@tensorflow/tfjs';
|
||
|
|
export * from '@tensorflow/tfjs-backend-wasm';
|