face-api.js
Version:
JavaScript API for face detection and face recognition in the browser with tensorflow.js
24 lines • 1.36 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
tslib_1.__exportStar(require("./awaitMediaLoaded"), exports);
tslib_1.__exportStar(require("./bufferToImage"), exports);
tslib_1.__exportStar(require("./createCanvas"), exports);
tslib_1.__exportStar(require("./extractFaces"), exports);
tslib_1.__exportStar(require("./extractFaceTensors"), exports);
tslib_1.__exportStar(require("./fetchImage"), exports);
tslib_1.__exportStar(require("./fetchJson"), exports);
tslib_1.__exportStar(require("./fetchNetWeights"), exports);
tslib_1.__exportStar(require("./fetchOrThrow"), exports);
tslib_1.__exportStar(require("./getContext2dOrThrow"), exports);
tslib_1.__exportStar(require("./getMediaDimensions"), exports);
tslib_1.__exportStar(require("./imageTensorToCanvas"), exports);
tslib_1.__exportStar(require("./imageToSquare"), exports);
tslib_1.__exportStar(require("./isMediaElement"), exports);
tslib_1.__exportStar(require("./isMediaLoaded"), exports);
tslib_1.__exportStar(require("./loadWeightMap"), exports);
tslib_1.__exportStar(require("./matchDimensions"), exports);
tslib_1.__exportStar(require("./NetInput"), exports);
tslib_1.__exportStar(require("./resolveInput"), exports);
tslib_1.__exportStar(require("./toNetInput"), exports);
//# sourceMappingURL=index.js.map
;