mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-05 05:47:10 -04:00
refactor(ascii-generator): updated tool definition
This commit is contained in:
parent
53e306b096
commit
8301489872
1 changed files with 3 additions and 3 deletions
|
@ -2,11 +2,11 @@ import { Artboard } from '@vicons/tabler';
|
|||
import { defineTool } from '../tool';
|
||||
|
||||
export const tool = defineTool({
|
||||
name: 'ASCII Art Text Drawer',
|
||||
name: 'ASCII Art Text Generator',
|
||||
path: '/ascii-text-drawer',
|
||||
description: 'Draw a text using Ascii Art',
|
||||
description: 'Create ASCII art text with many fonts and styles.',
|
||||
keywords: ['ascii', 'asciiart', 'text', 'drawer'],
|
||||
component: () => import('./ascii-text-drawer.vue'),
|
||||
icon: Artboard,
|
||||
createdAt: new Date('2024-02-17'),
|
||||
createdAt: new Date('2024-03-03'),
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue