krish-dev / cordova-plugin-k-imagecropper

Cordova plugin for image cropping with custom aspect ratio.
18 stars 13 forks source link

Adding new options to configure #11

Open emersonart opened 3 years ago

emersonart commented 3 years ago

When using the library, I realized that it would be possible to have new options based on the library:

com.theartofdev.edmodo.cropper.CropImage;
com.theartofdev.edmodo.cropper.CropImageView;

This pull request proposes the addition of 2 parameters:

rotationEnabled
guidelinesEnabled

in order:

  1. Enable the option to rotate the captured image
  2. Display or not the guiding lines