face-api/build/draw/index.js

10 lines
501 B
JavaScript
Raw Normal View History

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./drawContour"), exports);
tslib_1.__exportStar(require("./drawDetections"), exports);
tslib_1.__exportStar(require("./drawFaceExpressions"), exports);
tslib_1.__exportStar(require("./DrawBox"), exports);
tslib_1.__exportStar(require("./DrawFaceLandmarks"), exports);
tslib_1.__exportStar(require("./DrawTextField"), exports);
2020-08-18 14:04:33 +02:00
//# sourceMappingURL=index.js.map