An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# capacitor-print

Print the webview

## Install

```bash
npm install capacitor-print
npx cap sync
```

## API

* [`print()`](#print)

### print()

```typescript
print() => any
```

**Returns:** any

--------------------