face-api/build/dom/imageToSquare.d.ts

2 lines
188 B
TypeScript
Raw Normal View History

2020-08-18 14:04:33 +02:00
export declare function imageToSquare(input: HTMLImageElement | HTMLCanvasElement, inputSize: number, centerImage?: boolean): HTMLCanvasElement;
//# sourceMappingURL=imageToSquare.d.ts.map