mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-21 23:36:15 -04:00
feat: base64 generator
Signed-off-by: Corentin Thomasset <corentin.thomasset74@gmail.com>
This commit is contained in:
parent
aaa154d0b8
commit
6e22b12494
3 changed files with 73 additions and 0 deletions
|
@ -89,6 +89,12 @@ const toolsComponents = [
|
|||
path: '/file-to-base64',
|
||||
component: () => import('./routes/tools/FileToBase64')
|
||||
},
|
||||
{
|
||||
icon: 'fa-file-alt',
|
||||
text: 'Base64 string converter',
|
||||
path: '/base64-string-converter',
|
||||
component: () => import('./routes/tools/StringToBase64')
|
||||
}
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue