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",