I’m making a project using jquery-cropper (https://fengyuanchen.github.io/jquery-cropper/). I need to get the coordinates of the crop rectangle. The method getCropBoxData() return those coordinates, but I can’t get what units it’s using, and the documentation doesn’t mention them. Chec…