feat: register pdf-to-image tool in shared constants and i18n

This commit is contained in:
Siddharth Kumar Sah
2026-04-10 20:56:13 +08:00
parent d650f301ca
commit 43324c1f23
2 changed files with 9 additions and 0 deletions
+8
View File
@@ -325,6 +325,14 @@ export const TOOLS: Tool[] = [
icon: "Film",
route: "/gif-tools",
},
{
id: "pdf-to-image",
name: "PDF to Image",
description: "Convert PDF pages to images",
category: "format",
icon: "FileOutput",
route: "/pdf-to-image",
},
// Automation
{
id: "pipeline",
+1
View File
@@ -39,6 +39,7 @@ export const en = {
"edit-metadata": { name: "Edit Metadata", description: "Edit EXIF, GPS, and camera info" },
"bulk-rename": { name: "Bulk Rename", description: "Rename multiple files with patterns" },
"image-to-pdf": { name: "Image to PDF", description: "Combine images into a PDF document" },
"pdf-to-image": { name: "PDF to Image", description: "Convert PDF pages to images" },
favicon: { name: "Favicon Generator", description: "Generate all favicon and app icon sizes" },
"brightness-contrast": {
name: "Brightness & Contrast",