0.0.2 • Published 3 years ago
driver-license2 v0.0.2
driver-license2
This is plugin for driver license
Install
npm install driver-license2
npx cap syncAPI
convertBase64ToPdf(...)
convertBase64ToPdf(options: { value: any | string; }) => Promise<{ value: any | string; }>| Param | Type |
|---|---|
options | { value: any; } |
Returns: Promise<{ value: any; }>