mirror of https://github.com/vladmandic/human
12 lines
307 B
TypeScript
12 lines
307 B
TypeScript
/** Creates tfjs bundle used by Human browser build target
|
|
* @external
|
|
*/
|
|
// import * as tf from '../../tfjs';
|
|
import * as tf from '@vladmandic/tfjs';
|
|
|
|
// export * from '../../tfjs';
|
|
export * from '@vladmandic/tfjs';
|
|
|
|
/** Define custom TFJS version */
|
|
export const version_core = tf.version['tfjs-core'];
|