mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-21 15:26:15 -04:00
feat(tool): url encode/decode
This commit is contained in:
parent
034c686896
commit
afac5664c8
3 changed files with 117 additions and 0 deletions
|
@ -10,6 +10,7 @@ import { tool as bip39 } from './bip39-generator';
|
|||
import { tool as dateTimeConverter } from './date-time-converter';
|
||||
import { tool as gitMemo } from './git-memo';
|
||||
import { tool as baseConverter } from './integer-base-converter';
|
||||
import { tool as urlEncoder } from './url-encoder';
|
||||
|
||||
export const toolsByCategory: ToolCategory[] = [
|
||||
{
|
||||
|
@ -22,6 +23,11 @@ export const toolsByCategory: ToolCategory[] = [
|
|||
icon: LockOpen,
|
||||
components: [dateTimeConverter, baseConverter, romanNumeralConverter],
|
||||
},
|
||||
{
|
||||
name: 'Web',
|
||||
icon: LockOpen,
|
||||
components: [urlEncoder],
|
||||
},
|
||||
{
|
||||
name: 'Development',
|
||||
icon: LockOpen,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue