cleanup
This commit is contained in:
8599
EnvelopeGenerator.Web/wwwroot/index.d.ts
vendored
8599
EnvelopeGenerator.Web/wwwroot/index.d.ts
vendored
File diff suppressed because it is too large
Load Diff
@@ -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
Reference in New Issue
Block a user