mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
feat: register edit-metadata in shared constants and i18n
This commit is contained in:
@@ -63,6 +63,14 @@ export const TOOLS: Tool[] = [
|
||||
icon: "ShieldOff",
|
||||
route: "/strip-metadata",
|
||||
},
|
||||
{
|
||||
id: "edit-metadata",
|
||||
name: "Edit Metadata",
|
||||
description: "Edit EXIF, GPS, and camera info",
|
||||
category: "optimization",
|
||||
icon: "PenLine",
|
||||
route: "/edit-metadata",
|
||||
},
|
||||
{
|
||||
id: "bulk-rename",
|
||||
name: "Bulk Rename",
|
||||
|
||||
Reference in New Issue
Block a user