From d460557b2b6b366cf528e120e3d7ccbba313642e Mon Sep 17 00:00:00 2001 From: Azalea <22280294+hykilpikonna@users.noreply.github.com> Date: Sat, 15 Mar 2025 03:43:32 -0400 Subject: [PATCH] Replace unpkg with jsdelivr for reliability Unpkg was down for 12 hours and is still down right now (https://github.com/unpkg/unpkg/issues/412). This is not acceptable for a production CDN. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d188678fe..277849b67 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,10 @@ Alternatively, load it from a CDN: ``` -Or always get latest version via [unpkg](https://unpkg.com/browse/jspdf/) +Or always get latest version via [jsDelivr](https://www.jsdelivr.com/package/npm/jspdf/) ```html - + ``` The `dist` folder of this package contains different kinds of files: