You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<CropView
keepAspectRatio
ref={cropViewRef}
sourceUrl={url}
aspectRatio={aspectRatio}
zoom={1} // 2,3 and so on
rotate={1} // 2,3 in deg and so on
onImageCrop={(res) => {
...
}}
/>
handle zoom and rotate events using sliders
The text was updated successfully, but these errors were encountered:
for example
<CropView
keepAspectRatio
ref={cropViewRef}
sourceUrl={url}
aspectRatio={aspectRatio}
zoom={1} // 2,3 and so on
rotate={1} // 2,3 in deg and so on
onImageCrop={(res) => {
...
}}
/>
handle zoom and rotate events using sliders
The text was updated successfully, but these errors were encountered: