feat: base64 generator

Signed-off-by: Corentin Thomasset <corentin.thomasset74@gmail.com>
This commit is contained in:
Corentin Thomasset 2020-07-22 13:02:33 +02:00
parent aaa154d0b8
commit 6e22b12494
No known key found for this signature in database
GPG key ID: DBD997E935996158
3 changed files with 73 additions and 0 deletions

View file

@ -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')
}
],
},
{