I'm building some drag and drop Javascript app using konva.js and I have this one problem:
when i'm exporting the image using the "stage.toDataURL()" command, the exported image contains the resizing boundings:
How can i export the image without the resize bounding lines?
Thanks