6.0.3 • Published 1 year ago
capacitor-print-webview v6.0.3
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>