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) 104 B
import { InjectionToken } from '@angular/core'; export declare const ModelsUrl: InjectionToken<string>;