I would like to have a button on my website which can capture current image of my webpage. I have seen Google's "send feedback" function and want to implement tat in my web page. I also read about html2canvas and found below problems while implementing.
- Html2canvas won't save any swf object of the page.
- implementation of html2canvas is not document enough to understand how to use tat.
- customization on html2canvas is not easy (might be only for me its not easy).
- i want to save capture image after highlight / black out in my local drive or my web server
guys i don't bother about security issue or other things since i want to use this feature for prototype only in fact if its work in local then also its fine.
I can use local host to run this page in browser and can capture the image and save in local.
I'm also open for other solution apart from html2canvas. I just want to capture a webpage as an image if i can get highlighting and black out then it will be icing on a cake :).
Thank you :)