feat: add html-to-image tool definition and i18n strings

Add tool metadata to shared constants and i18n entries across all 21
locales for the new HTML to Image screenshot tool.
This commit is contained in:
SnapOtter
2026-06-06 21:45:38 +08:00
parent 10a85cf37e
commit d1b0afd2e6
22 changed files with 676 additions and 80 deletions
+8
View File
@@ -347,6 +347,14 @@ export const TOOLS: Tool[] = [
icon: "QrCode",
route: "/qr-generate",
},
{
id: "html-to-image",
name: "HTML to Image",
description: "Capture webpages as high-quality images",
category: "utilities",
icon: "Globe",
route: "/html-to-image",
},
{
id: "barcode-read",
name: "Barcode Reader",