6.0.3 • Published 1 year ago

capacitor-print-webview v6.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

capacitor-print-webview

CapacitorPrintWebview Capacitor Plugin

Install

npm install capacitor-print-webview
npx cap sync

Usage

Calling print() will print the webview.

import { PrintWebview } from 'capacitor-print-webview';
...
await PrintWebview.print();

API

print()

print() => Promise<void>

6.0.3

1 year ago

6.0.2

1 year ago

6.0.1

1 year ago