mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-29 16:16:02 +00:00
feat: create transparent png
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { tool as pngCreateTransparent } from './create-transparent/meta';
|
||||
import { tool as changeColorsInPng } from './change-colors-in-png/meta';
|
||||
|
||||
export const pngTools = [changeColorsInPng];
|
||||
export const pngTools = [changeColorsInPng, pngCreateTransparent];
|
||||
|
||||
Reference in New Issue
Block a user