I need to highlight a specific portion like a blue circle in specific part of image on some button click using React js.
So for each highlighted portion has to be attach with different – different button.
I have googled and found like there is one “react-img-mapper” is there to achieve the same.
I got some github examples, And according to there Read.ME file, I tried the same to run in my local. But there is so many issue when i used to install the Node_modules.
Here is one of the link FYI.
Below is one image attached where i need to highlight the specific portion of image something like below:
Need help.