diff --git a/packages/shared/src/constants.ts b/packages/shared/src/constants.ts index 02fbb712..0255054b 100644 --- a/packages/shared/src/constants.ts +++ b/packages/shared/src/constants.ts @@ -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", diff --git a/packages/shared/src/i18n/en.ts b/packages/shared/src/i18n/en.ts index 87631bc4..67f8adb5 100644 --- a/packages/shared/src/i18n/en.ts +++ b/packages/shared/src/i18n/en.ts @@ -132,6 +132,11 @@ export const en = { "watermark-image": { name: "Image Watermark", description: "Overlay a logo as watermark" }, "text-overlay": { name: "Text Overlay", description: "Add styled text to images" }, compose: { name: "Image Composition", description: "Layer images with position and opacity" }, + "meme-generator": { + name: "Meme Generator", + description: + "Create memes with popular templates or your own images. Classic Impact-style text with customizable fonts, colors, and positioning.", + }, info: { name: "Image Info", description: "View all metadata and image properties" }, compare: { name: "Image Compare", description: "Side-by-side comparison of two images" }, "find-duplicates": {