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