chore: update meta

This commit is contained in:
Ibrahima G. Coulibaly
2025-03-08 07:38:45 +00:00
parent 841000c900
commit fc58d7f9ee
5 changed files with 10 additions and 15 deletions

View File

@@ -1,13 +1,12 @@
import { defineTool } from '@tools/defineTool';
import { lazy } from 'react';
// import image from '@assets/text.png';
export const tool = defineTool('list', {
name: 'Truncate',
path: 'truncate',
icon: '',
description: '',
shortDescription: '',
description: "World's simplest browser-based utility for truncating lists. Quickly limit the number of items in your list by specifying a maximum length. Perfect for sampling data, creating previews, or managing large lists. Supports custom separators and various truncation options.",
shortDescription: 'Limit the number of items in a list',
keywords: ['truncate'],
component: lazy(() => import('./index'))
});