UNPKG

@biopassid/face-sdk-react-native

Version:
13 lines (12 loc) 389 B
"use strict"; 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