mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
docs(svg-to-raster): update tool description for new format and DPI support
This commit is contained in:
@@ -280,7 +280,7 @@ export const TOOLS: Tool[] = [
|
|||||||
{
|
{
|
||||||
id: "svg-to-raster",
|
id: "svg-to-raster",
|
||||||
name: "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",
|
category: "format",
|
||||||
icon: "FileImage",
|
icon: "FileImage",
|
||||||
route: "/svg-to-raster",
|
route: "/svg-to-raster",
|
||||||
|
|||||||
@@ -100,7 +100,8 @@ export const en = {
|
|||||||
border: { name: "Border & Frame", description: "Add borders, rounded corners, shadows" },
|
border: { name: "Border & Frame", description: "Add borders, rounded corners, shadows" },
|
||||||
"svg-to-raster": {
|
"svg-to-raster": {
|
||||||
name: "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" },
|
vectorize: { name: "Image to SVG", description: "Vectorize images using tracing" },
|
||||||
"gif-tools": { name: "GIF Tools", description: "Resize/crop/convert animated GIFs" },
|
"gif-tools": { name: "GIF Tools", description: "Resize/crop/convert animated GIFs" },
|
||||||
|
|||||||
Reference in New Issue
Block a user