feat: add SVG Tools to Toolbox 0.10.0

This commit is contained in:
2026-08-02 16:36:22 +02:00
parent 55b2b12434
commit 5ed7134d42
20 changed files with 160 additions and 46 deletions
+4
View File
@@ -21,6 +21,10 @@ const PRESENTATION: Record<string, { title: string; description: string }> = {
title: 'Regex',
description: 'Explain and test locally.',
},
'de.add-ideas.svg-tools': {
title: 'SVG',
description: 'Inspect and edit vectors locally.',
},
};
export function shortToolTitle(app: ResolvedApp): string {