lunes, 4 de noviembre de 2013

Javascript webpage to image

This guy is a genius! So I wanted to share with you this solution for capturing on client-size a full html page and convert it to image.

All solutions out there are doing this job but on the server side. And that could be a problem if you are planing to receive thousands of visits. So, by doing this on client-side, you can stop worrying ;-)

Link to the website: http://html2canvas.hertzen.com/screenshots.html
Download: https://github.com/niklasvh/html2canvas