mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
feat(meme-generator): add tool definition and i18n strings
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user