From 05e7104ebe42cafd5f8be717fa4318ab485edbb6 Mon Sep 17 00:00:00 2001 From: murage Date: Tue, 11 Aug 2020 16:54:01 +0300 Subject: [PATCH 1/2] Update README.md Updated the unpkg latest build URL to point to the minified UMD format script --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19f1a9a4a..a93a9911e 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Alternatively, load it from a CDN: Or always get latest version via [unpkg](https://unpkg.com/#/) ```html - + ``` The `dist` folder of this package contains different kinds of files: From 0614f39277af79ef4f801dd50c25b2de598044ce Mon Sep 17 00:00:00 2001 From: murage Date: Tue, 11 Aug 2020 16:58:13 +0300 Subject: [PATCH 2/2] Update index.html Updated the unpkg latest build URL to point to the minified UMD format script --- docs/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.html b/docs/index.html index f4fe553b7..16b838a92 100644 --- a/docs/index.html +++ b/docs/index.html @@ -79,7 +79,7 @@

Install

<script src="https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.0.0/jspdf.umd.min.js"></script>
 

Or always get latest version via unpkg

-
<script src="https://unpkg.com/jspdf@latest/dist/jspdf.min.js"></script>
+
<script src="https://unpkg.com/jspdf@latest/dist/jspdf.umd.min.js"></script>
 

The dist folder of this package contains different kinds of files:

    @@ -283,4 +283,4 @@

    License (MIT)

    - \ No newline at end of file +