fix: pymupdf-wasm to use the latest version

This commit is contained in:
alam00000
2026-01-27 17:26:42 +05:30
parent 4fb3b0ec1c
commit a14c046b89
2 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ npx wrangler secret put CPDF_SOURCE -c wasm-wrangler.toml
**Recommended Source URLs:** **Recommended Source URLs:**
- PYMUPDF_SOURCE: `https://cdn.jsdelivr.net/npm/@bentopdf/pymupdf-wasm@0.1.9/` - PYMUPDF_SOURCE: `https://cdn.jsdelivr.net/npm/@bentopdf/pymupdf-wasm@0.11.14/`
- GS_SOURCE: `https://cdn.jsdelivr.net/npm/@bentopdf/gs-wasm/assets/` - GS_SOURCE: `https://cdn.jsdelivr.net/npm/@bentopdf/gs-wasm/assets/`
- CPDF_SOURCE: `https://cdn.jsdelivr.net/npm/coherentpdf/dist/` - CPDF_SOURCE: `https://cdn.jsdelivr.net/npm/coherentpdf/dist/`

View File

@@ -144,10 +144,10 @@
<span class="text-xs text-gray-500">Recommended:</span> <span class="text-xs text-gray-500">Recommended:</span>
<code <code
class="text-xs text-indigo-400 bg-gray-800 px-2 py-1 rounded flex-1 truncate" class="text-xs text-indigo-400 bg-gray-800 px-2 py-1 rounded flex-1 truncate"
>https://cdn.jsdelivr.net/npm/@bentopdf/pymupdf-wasm@0.1.9/</code >https://cdn.jsdelivr.net/npm/@bentopdf/pymupdf-wasm@0.11.14/</code
> >
<button <button
data-copy="https://cdn.jsdelivr.net/npm/@bentopdf/pymupdf-wasm@0.1.9/" data-copy="https://cdn.jsdelivr.net/npm/@bentopdf/pymupdf-wasm@0.11.14/"
class="copy-btn p-1.5 bg-gray-600 hover:bg-gray-500 rounded text-gray-300 hover:text-white transition-colors" class="copy-btn p-1.5 bg-gray-600 hover:bg-gray-500 rounded text-gray-300 hover:text-white transition-colors"
title="Copy to clipboard" title="Copy to clipboard"
> >