react-image-marker
react-image-marker copied to clipboard
Pass attributes to the image other than src, alt and onClick
A simple solution to this is to spread props to the img tag like this "<img {..props} />"