mirror of
https://github.com/Art051/it-tools.git
synced 2025-08-11 19:29:03 +00:00
feat(new-tool): slugify string
This commit is contained in:
11
src/tools/slugify-string/index.ts
Normal file
11
src/tools/slugify-string/index.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { AbcRound } from '@vicons/material';
|
||||
import { defineTool } from '../tool';
|
||||
|
||||
export const tool = defineTool({
|
||||
name: 'Slugify string',
|
||||
path: '/slugify-string',
|
||||
description: 'Make a string url, filename and id safe.',
|
||||
keywords: ['slugify', 'string', 'escape', 'emoji', 'special', 'character', 'space', 'trim'],
|
||||
component: () => import('./slugify-string.vue'),
|
||||
icon: AbcRound,
|
||||
});
|
||||
Reference in New Issue
Block a user