feat: svg change colors

This commit is contained in:
Ibrahima G. Coulibaly
2025-04-02 19:53:33 +00:00
parent 93275b459a
commit 92858f2e24
9 changed files with 213 additions and 136 deletions

View File

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