0.1.5 • Published 10 months ago
@nadlowebagentur/capacitor-pdf-viewer v0.1.5
@nadlowebagentur/capacitor-pdf-viewer
Native PDF viewer
Install
npm install @nadlowebagentur/capacitor-pdf-viewer
npx cap syncAPI
open(...)
open(params: { url: string; title?: string; top?: number; }) => Promise<void>| Param | Type |
|---|---|
params | { url: string; title?: string; top?: number; } |
close()
close() => Promise<void>