mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-18 22:02:08 +05:30
chore: remove unused deps
This commit is contained in:
parent
f4e1c06270
commit
a26d2b9d65
6 changed files with 22 additions and 116 deletions
|
|
@ -1,6 +0,0 @@
|
|||
import { expect, describe, it } from 'vitest';
|
||||
// import { } from './service';
|
||||
//
|
||||
// describe('change-speed', () => {
|
||||
//
|
||||
// })
|
||||
|
|
@ -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'))
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue