Skip to content

Several changes

Compare
Choose a tag to compare
@thedustinsmith thedustinsmith released this 21 Oct 19:31
· 122 commits to master since this release

This release includes several changes:

  • Two new result types
    • type: 'blob' - which will return a file blob
    • type: '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