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.

6 lines (5 loc) 175 B
export interface NpmRegistryPackage { name: string; version: string; } export declare function getLatestNodeVersion(packageName: string): Promise<NpmRegistryPackage>;