This commit is contained in:
Jonathan Jenne
2023-08-28 15:23:21 +02:00
parent 48d44562f3
commit 76c1d9f380
410 changed files with 8 additions and 8607 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,8 +1,8 @@
// This function will be called in the ShowEnvelope.razor page
// and will trigger loading of the Editor Interface
function loadPDFFromUrl(container, url) {
console.log("Loading PSPDFKit..");
console.log(PSPDFKit);
fetch(url, { credentials: "include" })
.then(res => res.arrayBuffer())
@@ -20,5 +20,5 @@ function loadPDFFromUrl(container, url) {
}
function configurePSPDFKit(instance) {
console.log(instance);
}

Some files were not shown because too many files have changed in this diff Show More