3.0.0 • Published 6 months ago

capacitor-stash-media v3.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months 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; }

saveVideo(...)

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

3.0.0

6 months ago

2.2.0

6 months ago

2.1.1

7 months ago

2.1.0

7 months ago

2.0.1

1 year ago

2.0.0

1 year ago

1.0.0

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago