chore: remove unused deps

This commit is contained in:
Ibrahima G. Coulibaly
2024-06-27 12:42:55 +01:00
parent f4e1c06270
commit a26d2b9d65
6 changed files with 22 additions and 116 deletions

View File

@@ -1,6 +0,0 @@
import { expect, describe, it } from 'vitest';
// import { } from './service';
//
// describe('change-speed', () => {
//
// })

View File

@@ -8,7 +8,7 @@ export const tool = defineTool('gif', {
// image,
description:
'This online utility lets you change the speed of a GIF animation. You can speed it up or slow it down. You can set the same constant delay between all frames or change the delays of individual frames. You can also play both the input and output GIFs at the same time and compare their speeds',
shortDescription: '',
shortDescription: 'Quickly change GIF speed',
keywords: ['change', 'speed'],
component: lazy(() => import('./index'))
});