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

2 lines
145 B
TypeScript
Raw Normal View History

2020-12-23 17:26:55 +01:00
export declare function imageToSquare(input: HTMLImageElement | HTMLCanvasElement, inputSize: number, centerImage?: boolean): HTMLCanvasElement;