react-img-mapper
react-img-mapper copied to clipboard
React Component to highlight interactive zones in images
I suggest adding possibility to render a tooltip when hovering over specific area in the map, or adding custom classNames to area tag.
Can you look at adding dashed lines? maybe with control of spaces and line length. It seems like a simple inclusion to add. i.e.  I need a way to...
Map is getting flagged for accessibility issues – namely around labelling for the map and individual area elements. https://www.w3.org/WAI/tutorials/images/imagemap/ > For image maps, text alternatives are needed on both the...
Hi, not much to this, just adding support for the target property as we needed it for a client. Sorry if I've done anything wrong, first time contributing for me.
This change makes all coordinates to be exact and straddle the pixels as explained here: https://stackoverflow.com/questions/8696631/canvas-drawings-like-lines-are-blurry
**Is your feature request related to a problem? Please describe.** I want an area to be always highlighted like the preFillColor works, but I want only the stroke to be...
### Steps to reproduce Steps: 1. Code Sandbox: https://codesandbox.io/p/sandbox/nice-swanson-89lm88?file=%2Fsrc%2FApp.tsx%3A66%2C16 2. Click on Floor area in Image Map 3. State updates (check by clicking button), but the alert which access the...
Thanks for the awesome library. New to this library and finding it hard to make this library work with image where object-fit and object-position is used. I have a case...