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

@@ -82,7 +82,7 @@ document.addEventListener('DOMContentLoaded', () => {
return;
}
try {
showLoader('Loading PyMuPDF engine...');
showLoader('Loading engine...');
const mupdf = await ensurePyMuPDF();
if (state.files.length === 1) {