https://github.com/leoruhland/capacitor-print
Capacitor Print Plugin
https://github.com/leoruhland/capacitor-print
Last synced: 22 days ago
JSON representation
Capacitor Print Plugin
- Host: GitHub
- URL: https://github.com/leoruhland/capacitor-print
- Owner: leoruhland
- Created: 2021-09-08T21:32:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-08T21:33:26.000Z (over 3 years ago)
- Last Synced: 2025-05-05T21:39:08.917Z (29 days ago)
- Language: Java
- Size: 72.3 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
- awesome-capacitor - Print - Print the WebView. (Other plugins)
README
# capacitor-print
Print the webview
## Install
```bash
npm install capacitor-print
npx cap sync
```## API
* [`print()`](#print)
### print()
```typescript
print() => any
```**Returns:**
any
--------------------