mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-29 16:16:02 +00:00
feat: edit image
This commit is contained in:
28
src/pages/tools/image/generic/editor/meta.ts
Normal file
28
src/pages/tools/image/generic/editor/meta.ts
Normal file
@@ -0,0 +1,28 @@
|
||||
import { defineTool } from '@tools/defineTool';
|
||||
import { lazy } from 'react';
|
||||
|
||||
export const tool = defineTool('image-generic', {
|
||||
name: 'Image Editor',
|
||||
path: 'editor',
|
||||
icon: 'mdi:image-edit',
|
||||
description:
|
||||
'Advanced image editor with tools for cropping, rotating, annotating, adjusting colors, and adding watermarks. Edit your images with professional-grade tools directly in your browser.',
|
||||
shortDescription: 'Edit images with advanced tools and features',
|
||||
keywords: [
|
||||
'image',
|
||||
'editor',
|
||||
'edit',
|
||||
'crop',
|
||||
'rotate',
|
||||
'annotate',
|
||||
'adjust',
|
||||
'watermark',
|
||||
'text',
|
||||
'drawing',
|
||||
'filters',
|
||||
'brightness',
|
||||
'contrast',
|
||||
'saturation'
|
||||
],
|
||||
component: lazy(() => import('./index'))
|
||||
});
|
||||
Reference in New Issue
Block a user