2021-03-17 23:57:00 +01:00
|
|
|
import * as tf from '../../dist/tfjs.esm.js';
|
|
|
|
export declare function process(input: any, config: any): {
|
2021-04-09 16:02:40 +02:00
|
|
|
tensor: typeof tf.Tensor | null;
|
2021-03-17 23:57:00 +01:00
|
|
|
canvas: OffscreenCanvas | HTMLCanvasElement;
|
|
|
|
};
|