2.0.0 • Published 21 days ago

capacitor-stash-media v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
21 days ago

capacitor-stash-media

Some helper functions for the user to stash (copy, save, etc) media from the app

Install

npm install capacitor-stash-media
npx cap sync

API

savePhoto(...)

savePhoto(options: { url: string; }) => Promise<void>
ParamType
options{ url: string; }

copyPhotoToClipboard(...)

copyPhotoToClipboard(options: { url: string; }) => Promise<void>
ParamType
options{ url: string; }

shareImage(...)

shareImage(options: { url: string; title: string; }) => Promise<void>
ParamType
options{ url: string; title: string; }

2.0.0

21 days ago

1.0.0

5 months ago

0.0.7

7 months ago

0.0.6

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago