mirror of https://github.com/vladmandic/human
6 lines
181 B
TypeScript
6 lines
181 B
TypeScript
![]() |
import * as tf from '../../dist/tfjs.esm.js';
|
||
![]() |
export declare function process(input: any, config: any): {
|
||
![]() |
tensor: tf.Tensor;
|
||
|
canvas: OffscreenCanvas | HTMLCanvasElement;
|
||
![]() |
};
|