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) 184 B
export class OutputImageParams { crop backgroundColor constructor(params) { this.crop = params?.crop this.backgroundColor = params?.backgroundColor } }