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.

11 lines (10 loc) 273 B
{ "$schema": "../node_modules/@angular-devkit/schematics/collection-schema.json", "schematics": { "ng-add": { "description": "Add ngx-face-api-js Module to project.", "factory": "./ng-add/index#ngAdd", "schema": "./ng-add/schema.json" } } }