Skip to content
yummies
Search
K
Main Navigation
Home
API Reference
Changelog
7.15.0
7.15.0
Appearance
Menu
Return to top
On this page
Are you an LLM? You can read better optimized documentation at /yummies/api/file/getBase64FromFile.md for this page in Markdown format
getBase64FromFile()
Reads a file as a Base64 data URL.
Example:
ts
const
value
=
await
getBase64FromFile
(file);