feat: compress image

This commit is contained in:
Ibrahima G. Coulibaly
2025-04-02 19:18:20 +00:00
parent a93ef11acb
commit 42eb88ffb0
10 changed files with 263 additions and 112 deletions

View File

@@ -1,3 +1,4 @@
import { tool as resizeImage } from './resize/meta';
import { tool as compressImage } from './compress/meta';
export const imageGenericTools = [resizeImage];
export const imageGenericTools = [resizeImage, compressImage];