Merge pull request #22 from stirling-image/feat/edit-metadata

feat: add Edit Metadata tool
This commit is contained in:
stirling-image
2026-04-06 22:08:43 +08:00
committed by GitHub
25 changed files with 3763 additions and 253 deletions
+8
View File
@@ -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",