Config for jspDF with canvas
window.html2canvas = html2canvas;
var content = document.getElementById("content-22");
console.log("content", content);
console.log("document.body", document.body);
html2canvas(content, { background: "red" }).then(canvas => {