chore: compress video icon

This commit is contained in:
Ibrahima G. Coulibaly 2025-03-30 17:19:22 +00:00
commit e53642db31

View file

@ -4,7 +4,7 @@ import { lazy } from 'react';
export const tool = defineTool('video', {
name: 'Compress Video',
path: 'compress',
icon: 'mdi:video-box',
icon: 'icon-park-outline:compression',
description:
'Compress videos by scaling them to different resolutions like 240p, 480p, 720p, etc. This tool helps reduce file size while maintaining acceptable quality. Supports common video formats like MP4, WebM, and OGG.',
shortDescription: 'Compress videos by scaling to different resolutions',