markerjs
markerjs copied to clipboard
Markerjs for dynamic images
Hi first all of thanks for amazing liberary.
I am using html2canvas.js for taking screenshot of my webpage.
Then I need to add markerjs annotation on top of it to get usres feedback
Your liberary works perfectly fine with already loaded images but for image generated by html2canvas or in other words base64 one image. It's not rendering the marker
Here is a live examples https://www.bylde.com/home/test
click on take screenshot button on top left and then marker button
Maybe its something related to image position because its absolute
Its definitely z-index property of the div creating arrow.
See my screenshot is an overlay over the whole body so arrow generated is going behind the image.
Is there a funtion or option I can set the z-index too?