Using Camera native, to make sure that all photos are square

I’m using the native Camera feature, and I have allowEdit turned on, which allows we to crop my images. But when cropping landscape images and not zooming in, they end up being not square (a landscape rectangular shaped). Is there a way to “force” it to square all images? PS: I know about crop functionality of ionic (the library), it’s ok, but I don’t want to use it, and I wanna use the native functionality.

  var options: CameraOptions = {
      quality: 20,
      correctOrientation: true,
      allowEdit: true
    }