18 lines
571 B
YAML
18 lines
571 B
YAML
tools:
|
|
base64-file-converter:
|
|
title: Base64 file converter
|
|
description: Convert string, files or images into a it's base64 representation.
|
|
|
|
base64ToFile:
|
|
title: Base64 to file
|
|
placeholder: Put your base64 file string here...
|
|
fileToBase64:
|
|
title: File to base64
|
|
placeholder: File in base64 will be here
|
|
uploadTip: Drag and drop a file here, or click to select a file
|
|
buttons:
|
|
downloadFile: Download file
|
|
copy: Copy
|
|
|
|
copied: Base64 string copied to the clipboard
|
|
invalidMessage: Invalid base 64 string |