mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-20 14:56:17 -04:00
feat(tool): case converter
This commit is contained in:
parent
c1e76695e4
commit
7a7372df19
5 changed files with 384 additions and 5 deletions
|
@ -1,6 +1,7 @@
|
|||
import { LockOpen } from '@vicons/tabler';
|
||||
import type { ToolCategory } from './Tool';
|
||||
|
||||
import { tool as caseConverter } from './case-converter';
|
||||
import { tool as colorConverter } from './color-converter';
|
||||
import { tool as qrCodeGenerator } from './qr-code-generator';
|
||||
import { tool as base64Converter } from './base64-converter';
|
||||
|
@ -28,7 +29,7 @@ export const toolsByCategory: ToolCategory[] = [
|
|||
{
|
||||
name: 'Converter',
|
||||
icon: LockOpen,
|
||||
components: [dateTimeConverter, baseConverter, romanNumeralConverter, base64Converter, colorConverter],
|
||||
components: [dateTimeConverter, baseConverter, romanNumeralConverter, base64Converter, colorConverter, caseConverter],
|
||||
},
|
||||
{
|
||||
name: 'Web',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue