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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user