Skip to content

Instantly share code, notes, and snippets.

View lo-th's full-sized avatar
👁️
ready for new project

lo-th lo-th

👁️
ready for new project
View GitHub Profile
/**
* @author mrdoob / http://mrdoob.com/
*/
function html2canvas( element ) {
var range = document.createRange();
function getRect( rect ) {