hhunaid / react-native-image-crop-tools

Native-ish Image Crop Tools for react native
171 stars 58 forks source link

Is it possible to get the coordinates of the guide? #68

Open bekatd opened 2 years ago

bekatd commented 2 years ago

Is it possible to get the coordinates of the guide when interaction ends, like onInteractionEnd function which will return top left width height values of the rectangle?

<CropView
   ref={cropViewRef}
   onInteractionEnd={({top, left, width, height}) => {}}
/>

I want to use this lib for video cropping as a visual thing, to get coordinates and apply cropping