feat: image resize init

This commit is contained in:
Ibrahima G. Coulibaly
2025-04-02 03:46:42 +00:00
parent 5e2cd8eeef
commit 08801116a7
7 changed files with 313 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ export const tool = defineTool('png', {
icon: 'material-symbols-light:compress',
description:
'This is a program that compresses PNG pictures. As soon as you paste your PNG picture in the input area, the program will compress it and show the result in the output area. In the options, you can adjust the compression level, as well as find the old and new picture file sizes.',
shortDescription: 'Quicly compress a PNG',
shortDescription: 'Quickly compress a PNG',
keywords: ['compress', 'png'],
component: lazy(() => import('./index'))
});