diff --git a/packages/shared/src/constants.ts b/packages/shared/src/constants.ts index 88223972..bcd86c28 100644 --- a/packages/shared/src/constants.ts +++ b/packages/shared/src/constants.ts @@ -280,7 +280,7 @@ export const TOOLS: Tool[] = [ { id: "svg-to-raster", name: "SVG to Raster", - description: "Convert SVG to PNG/JPG at custom resolution", + description: "Convert SVG to PNG, JPEG, WebP, AVIF, TIFF, GIF, or HEIF at custom scale and DPI", category: "format", icon: "FileImage", route: "/svg-to-raster", diff --git a/packages/shared/src/i18n/en.ts b/packages/shared/src/i18n/en.ts index b8061c8c..95a5caf3 100644 --- a/packages/shared/src/i18n/en.ts +++ b/packages/shared/src/i18n/en.ts @@ -100,7 +100,8 @@ export const en = { border: { name: "Border & Frame", description: "Add borders, rounded corners, shadows" }, "svg-to-raster": { name: "SVG to Raster", - description: "Convert SVG to PNG/JPG at custom resolution", + description: + "Convert SVG to PNG, JPEG, WebP, AVIF, TIFF, GIF, or HEIF at custom scale and DPI", }, vectorize: { name: "Image to SVG", description: "Vectorize images using tracing" }, "gif-tools": { name: "GIF Tools", description: "Resize/crop/convert animated GIFs" },