mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-15 20:38:33 +05:30
fix: create-tool.mjs
This commit is contained in:
parent
ae703b22af
commit
66e5b23f54
3 changed files with 22 additions and 8 deletions
|
|
@ -2,7 +2,7 @@ import { defineTool } from '@tools/defineTool';
|
|||
import { lazy } from 'react';
|
||||
import image from '@assets/text.png';
|
||||
|
||||
export const tool = defineTool('image/png', {
|
||||
export const tool = defineTool('png', {
|
||||
name: 'Change colors in png',
|
||||
path: '/change-colors-in-png',
|
||||
image,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue