We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a182595 commit ba5c950Copy full SHA for ba5c950
1 file changed
src/tools/image-converter/index.ts
@@ -6,7 +6,7 @@ export const tool = defineTool({
6
name: t('tools.image-converter.title'),
7
path: '/image-converter',
8
description: t('tools.image-converter.description'),
9
- keywords: ['image', 'bmp', 'gif', 'ico', 'jpg', 'png', 'tga', 'pvr', 'tiff', 'pnm', 'pbm', 'pgm', 'ppm', 'psd', 'webp', 'converter'],
+ keywords: ['image', 'svg', 'bmp', 'gif', 'ico', 'jpg', 'png', 'tga', 'pvr', 'tiff', 'pnm', 'pbm', 'pgm', 'ppm', 'psd', 'webp', 'converter'],
10
component: () => import('./image-converter.vue'),
11
icon: PictureInPicture,
12
createdAt: new Date('2024-08-15'),
0 commit comments