Croppr.js
Croppr.js copied to clipboard
Bug with minSize option.
At first and second images option minSize set [322, 220, 'px']. If image have a 100x100 px resolution and minSize [70, 70, 'px'] and postion of croppr-region 0, 0 px, you can`t take a top left corner of croppr-region and move him to top right corner of image because image been smaller than minSize.

Indeed this is a pretty major bug for the minSize option. Will try to get a fix out the soonest.
I've made a PR with a fix, if anyone is still using this.