feat:Setup Prettier for code formatting

This commit is contained in:
NanditaPatil-dotcom
2025-10-17 11:37:32 +05:30
parent 87c191213c
commit f1d830d81d
96 changed files with 9420 additions and 7154 deletions

View File

@@ -1,4 +1,4 @@
// This is essentially the same as image-to-pdf.
import { imageToPdf } from './image-to-pdf.js';
export const scanToPdf = imageToPdf;
export const scanToPdf = imageToPdf;