mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-11 00:21:29 -04:00
parent
318fb6efb9
commit
3aa887ce54
9 changed files with 321 additions and 9 deletions
12
src/tools/json-size-analyzer/index.ts
Normal file
12
src/tools/json-size-analyzer/index.ts
Normal file
|
@ -0,0 +1,12 @@
|
|||
import { FileAnalytics } from '@vicons/tabler';
|
||||
import { defineTool } from '../tool';
|
||||
|
||||
export const tool = defineTool({
|
||||
name: 'Json Size Analyzer',
|
||||
path: '/json-size-analyzer',
|
||||
description: 'Measure JSON nodes relative weights',
|
||||
keywords: ['json', 'size', 'analyzer'],
|
||||
component: () => import('./json-size-analyzer.vue'),
|
||||
icon: FileAnalytics,
|
||||
createdAt: new Date('2024-07-14'),
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue