@applitools/eyes
Version:
12 lines (11 loc) • 428 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.StitchModeEnum = void 0;
var StitchModeEnum;
(function (StitchModeEnum) {
StitchModeEnum["SCROLL"] = "Scroll";
StitchModeEnum["Scroll"] = "Scroll";
StitchModeEnum["CSS"] = "CSS";
StitchModeEnum["RESIZE"] = "Resize";
StitchModeEnum["Resize"] = "Resize";
})(StitchModeEnum || (exports.StitchModeEnum = StitchModeEnum = {}));