setup i18n and ported all tools to standalone pages

This commit is contained in:
abdullahalam123
2025-12-11 19:34:14 +05:30
parent fe3e54f979
commit 78dc6333f9
221 changed files with 30351 additions and 11131 deletions

View File

@@ -1,4 +1,5 @@
// This is essentially the same as image-to-pdf.
import { imageToPdf } from './image-to-pdf.js';
export const scanToPdf = imageToPdf;
// Note: This is a legacy stub - scan-to-pdf functionality is now handled by image-to-pdf page
export const scanToPdf = () => {
console.warn('scan-to-pdf is deprecated, redirecting to image-to-pdf page');
};