mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-25 17:26:15 -04:00
parent
1c35ac3704
commit
bac8c8dc15
7 changed files with 198 additions and 17 deletions
12
src/tools/image-converter/index.ts
Normal file
12
src/tools/image-converter/index.ts
Normal file
|
@ -0,0 +1,12 @@
|
|||
import { PictureInPicture } from '@vicons/tabler';
|
||||
import { defineTool } from '../tool';
|
||||
|
||||
export const tool = defineTool({
|
||||
name: 'Image Formats Converter',
|
||||
path: '/image-converter',
|
||||
description: 'Convert images from one format to another',
|
||||
keywords: ['image', 'bmp', 'gif', 'ico', 'jpg', 'png', 'tga', 'pvr', 'tiff', 'pnm', 'pbm', 'pgm', 'ppm', 'psd', 'webp', 'converter'],
|
||||
component: () => import('./image-converter.vue'),
|
||||
icon: PictureInPicture,
|
||||
createdAt: new Date('2024-08-15'),
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue