UNPKG

@regulaforensics/face-sdk

Version:

This is an npm module for Regula Face SDK. It allows you to easily compaire faces using your phone's camera.

9 lines (8 loc) 138 B
export class Size { width height constructor(width, height) { this.width = width this.height = height } }