advanced-cropper
Version:
The core of the advanced cropper libraries family
12 lines (8 loc) • 376 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var ALL_DIRECTIONS = ['left', 'right', 'top', 'bottom'];
var HORIZONTAL_DIRECTIONS = ['left', 'right'];
var VERTICAL_DIRECTIONS = ['top', 'bottom'];
exports.ALL_DIRECTIONS = ALL_DIRECTIONS;
exports.HORIZONTAL_DIRECTIONS = HORIZONTAL_DIRECTIONS;
exports.VERTICAL_DIRECTIONS = VERTICAL_DIRECTIONS;