mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-29 16:16:02 +00:00
Merge branch 'main' into tools-filtering
This commit is contained in:
@@ -3,12 +3,15 @@ import { lazy } from 'react';
|
||||
// import image from '@assets/text.png';
|
||||
|
||||
export const tool = defineTool('string', {
|
||||
name: 'Rotate',
|
||||
i18n: {
|
||||
name: 'string:rotate.title',
|
||||
description: 'string:rotate.description',
|
||||
shortDescription: 'string:rotate.shortDescription'
|
||||
},
|
||||
|
||||
path: 'rotate',
|
||||
icon: 'carbon:rotate',
|
||||
description:
|
||||
'A tool to rotate characters in a string by a specified number of positions. Shift characters left or right while maintaining their relative order.',
|
||||
shortDescription: 'Shift characters in text by position.',
|
||||
|
||||
keywords: ['rotate'],
|
||||
userTypes: ['General Users', 'Students', 'Developers'],
|
||||
component: lazy(() => import('./index'))
|
||||
|
||||
Reference in New Issue
Block a user