@biopassid/face-sdk-react-native
Version:
BioPass ID Face React Native module.
13 lines (12 loc) • 389 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FaceMaskFormat = void 0;
let FaceMaskFormat = exports.FaceMaskFormat = /*#__PURE__*/function (FaceMaskFormat) {
FaceMaskFormat["FACE"] = "FACE";
FaceMaskFormat["SQUARE"] = "SQUARE";
FaceMaskFormat["ELLIPSE"] = "ELLIPSE";
return FaceMaskFormat;
}({});
//# sourceMappingURL=FaceMaskFormat.js.map