feat(*): Rename output file

This commit is contained in:
Josh Creek
2024-01-03 21:34:54 +00:00
parent 39b82800d6
commit 9fccf6ece2
+1 -1
View File
@@ -24,7 +24,7 @@
console.log(pages[0]);
const pdfOptions = {
margin: 0,
filename: 'output.pdf',
filename: `planner-${year}.pdf`,
jsPDF: {
unit: 'mm',
format: 'a4',