When I call the method FileUpload::make('image')->imageCropAspectRatio('1:1') on Filament, the image is cropped only after the upload. However, I would like the user to be able to choose which area is cropped, so like when using Cropper.js for example.
Is there a way to do this?