capacitor-stash-media
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

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>
Param Type
options { url: string; }

copyPhotoToClipboard(...)

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

shareImage(...)

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

/capacitor-stash-media/

    Package Sidebar

    Install

    npm i capacitor-stash-media

    Weekly Downloads

    49

    Version

    2.0.1

    License

    MIT

    Unpacked Size

    40.1 kB

    Total Files

    28

    Last publish

    Collaborators

    • aeharding