UNPKG

ngx-face-api-js

Version:

Angular directives for face detection and face recognition in the browser. It is a wrapper for face-api.js, so it is not dependent on the browser implementation.

4 lines (3 loc) 170 B
import { Rule } from '@angular-devkit/schematics'; import { Schema } from './Schema'; export declare function addCdkOverlayPrebuiltCssToAppStyles(options: Schema): Rule;