Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/marcusbuffett/capacitor-share


https://github.com/marcusbuffett/capacitor-share

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# capacitor-share

share

## Install

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

## API

* [`share(...)`](#share)

### share(...)

```typescript
share(options: { text: string; filename?: string; }) => Promise<{ value: string; }>
```

| Param | Type |
| ------------- | ------------------------------------------------- |
| **`options`** | { text: string; filename?: string; } |

**Returns:** Promise<{ value: string; }>

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