We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I am trying to use the library with the react hooks please find the code but its not working as expected
<ImageCrop ref={imageCropperRef} image={selectedImg} cropHeight={CROP_AREA_HEIGHT} cropWidth={CROP_AREA_WIDTH} zoom={20} maxZoom={80} minZoom={20} panToMove={true} pinchToZoom={true} />
When clicked the below code I am trying to run here in the below I cant able to get the crop function `imageCropperRef.current`
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I am trying to use the library with the react hooks please find the code but its not working as expected
<ImageCrop ref={imageCropperRef} image={selectedImg} cropHeight={CROP_AREA_HEIGHT} cropWidth={CROP_AREA_WIDTH} zoom={20} maxZoom={80} minZoom={20} panToMove={true} pinchToZoom={true} />
The text was updated successfully, but these errors were encountered: