https://github.com/Foliotek/Croppie/blob/680db73a21c43fbaef26bd3d4fbb2dbdb63c2341/croppie.js#L468
I would like to be able to set the viewport's minSize as i can't set images smaller than 50x50 pixels.
Up!
I'm open to PR's for this.
when you got the image data, you can create a canvas and put the image into canvas, then you can got any size what you want.
@xty1992a
I want to do it with the library, not manipulating the image AFTER i've cropped it.
If I needed to insert into a canvas and crop a a image every time I wanted an image smaller than 50x50, what is the point of using the lib?
Check the PR I made
Most helpful comment
I'm open to PR's for this.