mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-09 01:52:30 +05:30
fix: missing files
This commit is contained in:
parent
a8cd385880
commit
76a6613a4c
2 changed files with 6 additions and 0 deletions
3
src/pages/image/index.ts
Normal file
3
src/pages/image/index.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
import { pngTools } from './png';
|
||||
|
||||
export const imageTools = [...pngTools];
|
||||
3
src/pages/image/png/index.ts
Normal file
3
src/pages/image/png/index.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
import { tool as changeColorsInPng } from './change-colors-in-png/meta';
|
||||
|
||||
export const pngTools = [changeColorsInPng];
|
||||
Loading…
Add table
Add a link
Reference in a new issue