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.

14 lines 320 B
{ "include": [ "*.tsx" ], "compilerOptions": { "types": [], "module": "esnext", "moduleResolution": "node", "experimentalDecorators": true, "target": "es2022", "jsx": "react-jsx", "skipLibCheck": true, // Temp fix for https://github.com/ionic-team/ionic-framework/issues/30650 } }