How to screenshot website in JavaScript client-side / how Google did it? (no need to access HDD) [duplicate]

This answers your problem.

You can use JavaScript/Canvas to do the job but it is still experimental.

Update:

There is a library for this now https://html2canvas.hertzen.com/

Leave a Comment