mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-29 16:16:02 +00:00
Create new tool
This commit is contained in:
14
src/pages/image/png/convert-jgp-to-png/meta.ts
Normal file
14
src/pages/image/png/convert-jgp-to-png/meta.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
import { defineTool } from '@tools/defineTool';
|
||||
import { lazy } from 'react';
|
||||
// import image from '@assets/text.png';
|
||||
|
||||
export const tool = defineTool('png', {
|
||||
name: 'Convert jgp to png',
|
||||
path: 'convert-jgp-to-png',
|
||||
// image,
|
||||
description:
|
||||
'Quickly your JPG images to PNG. Just import your PNG image in the editor on the left',
|
||||
shortDescription: '',
|
||||
keywords: ['convert', 'jgp', 'to', 'png'],
|
||||
component: lazy(() => import('./index'))
|
||||
});
|
||||
Reference in New Issue
Block a user