capacitor-base64
v0.0.3
Published
capacitor plugin to get base64 string from file
Downloads
1
Readme
capacitor-base64
Capacitor plugin to get base64 string for file. Works only on Android.
Install
npm install capacitor-base64
npx cap sync
API
getBase64(...)
getBase64(options: { path: string; }) => Promise<{ base64: string; }>
| Param | Type |
| ------------- | ------------------------------ |
| options
| { path: string; } |
Returns: Promise<{ base64: string; }>