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

@@ -369,7 +369,7 @@ export const categories = [
{
id: 'posterize',
name: 'Posterize PDF',
icon: 'layout-grid',
icon: 'notepad-text-dashed',
subtitle: 'Split a large page into multiple smaller pages.',
},
],
@@ -392,7 +392,7 @@ export const categories = [
{
id: 'linearize',
name: 'Linearize PDF',
icon: 'zap',
icon: 'gauge',
subtitle: 'Optimize PDF for fast web viewing.',
},
{
@@ -415,7 +415,7 @@ export const categories = [
{
id: 'sanitize-pdf',
name: 'Sanitize PDF',
icon: 'shield-alert',
icon: 'brush-cleaning',
subtitle: 'Remove metadata, annotations, scripts, and more.',
},
{