mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-04 21:37:11 -04:00
parent
318fb6efb9
commit
8659024c9b
8 changed files with 170 additions and 25 deletions
12
src/tools/integers-to-ip/index.ts
Normal file
12
src/tools/integers-to-ip/index.ts
Normal file
|
@ -0,0 +1,12 @@
|
|||
import { Binary } from '@vicons/tabler';
|
||||
import { defineTool } from '../tool';
|
||||
|
||||
export const tool = defineTool({
|
||||
name: 'Integers to IPv4/IPv6',
|
||||
path: '/integers-to-ip',
|
||||
description: 'Convert integers to IP',
|
||||
keywords: ['integers', 'ip', 'ipv4', 'ipv6'],
|
||||
component: () => import('./integers-to-ip.vue'),
|
||||
icon: Binary,
|
||||
createdAt: new Date('2024-07-14'),
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue