mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user