feat: add SVG Tools to Toolbox 0.10.0
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user