/*! snapshot - v0.1.0 - 2012-11-21 * https://github.com/twolfson/snapshot * Copyright (c) 2012 Todd Wolfson; Licensed MIT */ (function(e){function t(e,t){var n=e.url||e,r=document.createElement("iframe"),i=document.body;r.height=window.innerHeight,r.width=window.innerWidth,r.style.cssText="display: none;",i.appendChild(r),r.setAttribute("src",n),iframe2image(r,function(e,n){return i.removeChild(r),t.apply(this,arguments)})}e.snapshot=t})(typeof exports=="object"&&exports||this);