human/types/image/image.d.ts

6 lines
181 B
TypeScript
Raw Normal View History

2021-03-17 23:23:19 +01:00
import * as tf from '../../dist/tfjs.esm.js';
2021-02-08 18:47:38 +01:00
export declare function process(input: any, config: any): {
2021-03-13 19:47:45 +01:00
tensor: tf.Tensor;
canvas: OffscreenCanvas | HTMLCanvasElement;
};