Skip to content

2.0.0

Compare
Choose a tag to compare
@Mawi137 Mawi137 released this 26 Sep 21:27
· 287 commits to master since this release
6198c89

BREAKING CHANGES!

  • Default output is now base64 instead of both. Using only base64 improves cropping performance significantly. If you need the file format as well, set output to file or both (See README.md)
  • Input imageFileChanged has been renamed to imageFile
  • Output imageCroppedFile and imageCroppedBase64 have been removed => Use imageCropped instead
  • The project's structure has been updated to meet the Angular recommendations.
  • Angular version 6 or higher will only be supported