Generated Metadata File (JSON)
{ "library_name": "...", "total_clips": 0, "clips": [] }
0
TOTAL CLIPS LOGGED
Category Distribution
Log New Clip
Logged Clips
Library Settings
Library: ${libraryName} | Format: ${format} | Date: ${date}
Raw Data Output
${document.getElementById('vjmd-json-output').innerText}
`;
const opt = {
margin: 0.5,
filename: 'VJ_Metadata_Runbook.pdf',
image: { type: 'jpeg', quality: 0.98 },
html2canvas: { scale: 2 }
};
html2pdf().set(opt).from(tempDiv).save();
};
})();
