UNPKG

advanced-cropper

Version:

The core of the advanced cropper libraries family

9 lines (6 loc) 262 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); (function (BoundingBoxType) { BoundingBoxType["Circle"] = "circle"; BoundingBoxType["Rectangle"] = "rectangle"; })(exports.BoundingBoxType || (exports.BoundingBoxType = {}));