@@ -18,7 +18,7 @@ export async function buildPdf(
) {
const opt = {
margin: 0,
- html2canvas: { scale: 6 },
+ html2canvas: { scale: 6, useCORS: true },
filename: filename || "",
image: { type: "jpeg", quality: 0.8 },
jsPDF: {