feat: add adjust colors and scanner effect pages with corresponding types and configurations
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user