chore: update config files, icons and readme

- Update FUNDING.yml formatting
- Remove debug log in sanitize-pdf.ts
- Adjust test expectation for tool count
- Standardize dependabot.yml quotes
- Update tool icons in config
- Expand and reorganize README features list
- Fix markdown formatting in README
This commit is contained in:
abdullahalam123
2025-10-22 15:19:44 +05:30
parent de3c2fecc2
commit 06c36a590b
7 changed files with 277 additions and 275 deletions

View File

@@ -391,9 +391,6 @@ export async function sanitizePdf() {
pageDict.delete(PDFName.of('Annots'));
}
changesMade = true;
console.log(
`Page ${pageIndex + 1}: Removed ${linksRemoved} link(s)`
);
}
} catch (pageError) {
console.warn(