mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-14 20:08:33 +05:30
4 lines
215 B
TypeScript
4 lines
215 B
TypeScript
import { tool as pngCreateTransparent } from './create-transparent/meta';
|
|
import { tool as changeColorsInPng } from './change-colors-in-png/meta';
|
|
|
|
export const pngTools = [changeColorsInPng, pngCreateTransparent];
|