fix: webp & heic convert in images to pdf

This commit is contained in:
abdullahalam123
2026-01-05 18:35:17 +05:30
parent d52d2e3647
commit c9b9482cb6
6 changed files with 82 additions and 8 deletions

View File

@@ -271,7 +271,7 @@ document.addEventListener('DOMContentLoaded', () => {
}
try {
showLoader('Loading PyMuPDF...');
showLoader('Loading engine...');
await pymupdf.load();
showLoader(`Loading layers from ${currentFile.name}...`);