From fa4eb2d5c0168ba4b4d9999c36b3530b113bebbd Mon Sep 17 00:00:00 2001 From: zboris12 Date: Mon, 22 Apr 2024 21:19:54 +0900 Subject: [PATCH] Changed the minimized js URL described in readme to jsdelivr.net --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f4a6595..3037d8c 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Just import the dependencies and this tool. ```html - + ``` ### [Google Apps Script](https://developers.google.com/apps-script) @@ -66,9 +66,9 @@ eval(UrlFetchApp.fetch("https://unpkg.com/pdf-lib@1.17.1/dist/pdf-lib.min.js").g // Load node-forge eval(UrlFetchApp.fetch("https://unpkg.com/node-forge@1.3.1/dist/forge.min.js").getContentText()); // Load ZgaPdfSigner -eval(UrlFetchApp.fetch("https://github.com/zboris12/zgapdfsigner/releases/download/2.5.0/zgapdfsigner.min.js").getContentText()); +eval(UrlFetchApp.fetch("https://cdn.jsdelivr.net/npm/zgapdfsigner/dist/zgapdfsigner.min.js").getContentText()); ``` -Or simply import the library of [ZgaPdfToolkit](https://script.google.com/macros/library/d/1T0UPf50gGp2fJ4dR1rZfEFgKYC5VpCwUVooCRNySiL7klvIUVsFBCZ9m/5) +Or simply import the library of [ZgaPdfToolkit](https://script.google.com/macros/library/d/1T0UPf50gGp2fJ4dR1rZfEFgKYC5VpCwUVooCRNySiL7klvIUVsFBCZ9m/7) 1. Add the library of ZgaPdfToolkit to your project, and suppose the id of library you defined is "pdfkit". Script id: `1T0UPf50gGp2fJ4dR1rZfEFgKYC5VpCwUVooCRNySiL7klvIUVsFBCZ9m` 2. Load the library.