advanced-cropper
Version:
The core of the advanced cropper libraries family
15 lines (12 loc) • 513 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
(function (ImageRestriction) {
ImageRestriction["fillArea"] = "fillArea";
ImageRestriction["fitArea"] = "fitArea";
ImageRestriction["stencil"] = "stencil";
ImageRestriction["none"] = "none";
})(exports.ImageRestriction || (exports.ImageRestriction = {}));
(function (Priority) {
Priority["coordinates"] = "coordinates";
Priority["visibleArea"] = "visibleArea";
})(exports.Priority || (exports.Priority = {}));