Skip to content

Commit

Permalink
feat: crop png
Browse files Browse the repository at this point in the history
  • Loading branch information
iib0011 committed Mar 9, 2025
1 parent 214081c commit 0a21aa0
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 67 deletions.
124 changes: 58 additions & 66 deletions .idea/workspace.xml

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

4 changes: 3 additions & 1 deletion src/pages/tools/image/png/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { tool as pngCrop } from './crop/meta';

Check failure on line 1 in src/pages/tools/image/png/index.ts

View workflow job for this annotation

GitHub Actions / test-and-build

Cannot find module './crop/meta' or its corresponding type declarations.
import { tool as pngCompressPng } from './compress-png/meta';
import { tool as convertJgpToPng } from './convert-jgp-to-png/meta';
import { tool as pngCreateTransparent } from './create-transparent/meta';
Expand All @@ -9,5 +10,6 @@ export const pngTools = [
pngCreateTransparent,
changeColorsInPng,
convertJgpToPng,
changeOpacity
changeOpacity,
pngCrop
];

0 comments on commit 0a21aa0

Please sign in to comment.