UNPKG

@timebutt/face-api.js

Version:

JavaScript API for face detection and face recognition in the browser with tensorflow.js

5 lines (4 loc) 128 B
export declare function getSizesForScale(scale: number, [height, width]: number[]): { height: number; width: number; };