feat(meme-generator): add tool definition and i18n strings

This commit is contained in:
SnapOtter
2026-05-08 15:38:31 +08:00
parent 1669e34909
commit 2be001161b
2 changed files with 13 additions and 0 deletions
+8
View File
@@ -282,6 +282,14 @@ export const TOOLS: Tool[] = [
icon: "Layers",
route: "/compose",
},
{
id: "meme-generator",
name: "Meme Generator",
description: "Create memes with templates and custom text",
category: "watermark",
icon: "Laugh",
route: "/meme-generator",
},
// Utilities
{
id: "info",