index.js 491 B

12345678910111213
  1. import { __extends } from "tslib";
  2. import { FaceLandmark68Net } from './FaceLandmark68Net';
  3. export * from './FaceLandmark68Net';
  4. export * from './FaceLandmark68TinyNet';
  5. var FaceLandmarkNet = /** @class */ (function (_super) {
  6. __extends(FaceLandmarkNet, _super);
  7. function FaceLandmarkNet() {
  8. return _super !== null && _super.apply(this, arguments) || this;
  9. }
  10. return FaceLandmarkNet;
  11. }(FaceLandmark68Net));
  12. export { FaceLandmarkNet };
  13. //# sourceMappingURL=index.js.map