face-api.js
Version:
JavaScript API for face detection and face recognition in the browser with tensorflow.js
10 lines • 515 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
tslib_1.__exportStar(require("./WithFaceDescriptor"), exports);
tslib_1.__exportStar(require("./WithFaceDetection"), exports);
tslib_1.__exportStar(require("./WithFaceExpressions"), exports);
tslib_1.__exportStar(require("./WithFaceLandmarks"), exports);
tslib_1.__exportStar(require("./WithAge"), exports);
tslib_1.__exportStar(require("./WithGender"), exports);
//# sourceMappingURL=index.js.map
;