docs(svg-to-raster): update tool description for new format and DPI support

This commit is contained in:
Siddharth Kumar Sah
2026-04-13 12:52:33 +08:00
parent 8b974e0ab6
commit 4618f9b866
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -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",
+2 -1
View File
@@ -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" },