Skip to content

Commit

Permalink
chore: remove unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
iib0011 committed Jun 27, 2024
1 parent f4e1c06 commit a26d2b9
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 116 deletions.
45 changes: 16 additions & 29 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

80 changes: 5 additions & 75 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,11 @@
"@mui/icons-material": "^5.15.20",
"@mui/material": "^5.15.20",
"@playwright/test": "^1.45.0",
"@types/gif-encoder": "^0.7.4",
"@types/lodash": "^4.17.5",
"@types/morsee": "^1.0.2",
"@types/omggif": "^1.0.5",
"color": "^4.2.3",
"formik": "^2.4.6",
"gif-encoder": "^0.7.2",
"gif-encoder-2": "^1.0.5",
"gif-encoder-2-browser": "^1.0.5",
"gifuct-js": "^2.1.2",
"lodash": "^4.17.21",
"morsee": "^1.0.9",
"notistack": "^3.0.1",
Expand Down
6 changes: 0 additions & 6 deletions src/pages/video/gif/change-speed/change-speed.service.test.ts

This file was deleted.

2 changes: 1 addition & 1 deletion src/pages/video/gif/change-speed/meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'))
});
Empty file.

0 comments on commit a26d2b9

Please sign in to comment.