Base64Encode_v3 Op
encode a string to base64
Summary (oneliner)
Full Name
- Ops.String.Base64.Base64Encode_v3
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
No op example found on this server
INPUT PORTS
String (String)
<p>the input string</p>
MimeType (String)
OUTPUT PORTS
Result (String)
<p>base64 output</p>
Patches using Base64Encode_v3
Changelog
cloned op from Ops.String.Base64Encode | stephan - 2021-05-21 15:19 | |
improvement | Always output data url | pandur - 2024-05-17 17:48 |
improvement | Add mime input port, e.g. "image/svg+xml" or "image/jpeg" | pandur - 2024-05-17 17:48 |
improvement | new Version 3: Default value for mimetype input, when no mimetype is provided, the output is not a dataUrl | pandur - 2024-08-23 11:08 |