fix jspdf
All checks were successful
ci/woodpecker/push/publish Pipeline was successful

This commit is contained in:
Mylloon 2023-04-24 16:19:35 +02:00
parent a5368db35a
commit daacc4aa49
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -1,4 +1,4 @@
window.addEventListener("DOMContentLoaded", () => {
window.addEventListener("load", () => {
const { jsPDF } = window.jspdf;
const doc = new jsPDF();