mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
feat: register pdf-to-image tool in shared constants and i18n
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user