0.0.3 • Published 2 years ago
capacitor-base64 v0.0.3
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; }>