face-api/build/dom/index.js

25 lines
1.4 KiB
JavaScript
Raw Normal View History

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const 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);
tslib_1.__exportStar(require("./types"), exports);
2020-08-18 14:04:33 +02:00
//# sourceMappingURL=index.js.map