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.

3 lines (2 loc) 240 B
import { Schema } from './Schema'; export declare function addNgxFaceApiJsModule(options: Schema): (host: import("@angular-devkit/schematics/src/tree/interface").Tree) => void | import("@angular-devkit/schematics/src/tree/interface").Tree;