Skip to content

Instantly share code, notes, and snippets.

View keego's full-sized avatar

Keegan Farley keego

View GitHub Profile
@keego
keego / screenshot.js
Last active June 9, 2021 19:40 — forked from poissoj/splitImage.js
Uses `html2canvas` to take screenshots each element in an html NodeList, then uses `pdfMake` to concatenate them into a pdf and download it. (ES5 for AngularJS)
// Private fields
var PAGE_HEIGHT = 700;
var PAGE_WIDTH = 500;
// Private methods
function createNewReport (fileName) {
var content = [];