feat: add adjust colors and scanner effect pages with corresponding types and configurations

This commit is contained in:
alam00000
2026-02-01 12:21:14 +05:30
parent a929524f09
commit 325519b9f7
24 changed files with 2845 additions and 23962 deletions

View File

@@ -119,6 +119,18 @@ export const categories = [
icon: 'ph-circle-half',
subtitle: 'Create a "dark mode" version of your PDF.',
},
{
href: import.meta.env.BASE_URL + 'scanner-effect.html',
name: 'Scanner Effect',
icon: 'ph-scan',
subtitle: 'Make your PDF look like a scanned document.',
},
{
href: import.meta.env.BASE_URL + 'adjust-colors.html',
name: 'Adjust Colors',
icon: 'ph-sliders-horizontal',
subtitle: 'Fine-tune brightness, contrast, saturation and more.',
},
{
href: import.meta.env.BASE_URL + 'background-color.html',
name: 'Background Color',