Several changes
This release includes several changes:
- Two new result types
type: 'blob'
- which will return a file blobtype: 'rawcanvas'
- which will return the canvas object and allow you to manipulate before getting the result
- Responsive boundary dimensions.
- by default the boundary will take up 100% of the container.
- Ability to specify an image in the constructor of croppie and fetch the URL from that image
- Fixes for enforceBoundary: false and getting the result in safari and IE11
- Zooming tweaks