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.

12 lines 456 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tasks_1 = require("@angular-devkit/schematics/tasks"); function installDependencies() { return (host, context) => { context.addTask(new tasks_1.NodePackageInstallTask()); context.logger.info('✅️ Dependencies installed'); return host; }; } exports.installDependencies = installDependencies; //# sourceMappingURL=installDependencies.js.map