mirror of https://github.com/vladmandic/human
5 lines
105 B
TypeScript
5 lines
105 B
TypeScript
![]() |
export declare function process(input: any, config: any): {
|
||
|
tensor: any;
|
||
|
canvas: null;
|
||
|
} | null;
|