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