mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-27 15:18:57 +00:00
4 lines
102 B
TypeScript
4 lines
102 B
TypeScript
|
|
import { tool as resizeImage } from './resize/meta';
|
||
|
|
|
||
|
|
export const imageGenericTools = [resizeImage];
|