mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-29 16:16:02 +00:00
5 lines
215 B
TypeScript
5 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];
|