0.1.4 • Published 1 year ago
@nadlowebagentur/capacitor-pdf-viewer v0.1.4
@nadlowebagentur/capacitor-pdf-viewer
Native PDF viewer
Install
npm install @nadlowebagentur/capacitor-pdf-viewer
npx cap sync
API
open(...)
open(params: { url: string; title?: string; top?: number; }) => Promise<void>
Param | Type |
---|---|
params | { url: string; title?: string; top?: number; } |
close()
close() => Promise<void>