UNPKG

advanced-cropper

Version:

The core of the advanced cropper libraries family

20 lines (14 loc) 477 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var types = require('./types.js'); var size = require('./size.js'); var position = require('./position.js'); Object.defineProperty(exports, 'BoundingBoxType', { enumerable: true, get: function () { return types.BoundingBoxType; } }); exports.approximateSizeInsideImage = size.approximateSizeInsideImage; exports.fitToImage = position.fitToImage; exports.moveToImage = position.moveToImage;