aeharding / capacitor-stash-media

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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; }

About

License:MIT License


Languages

Language:Java 45.9%Language:Swift 27.8%Language:JavaScript 13.6%Language:TypeScript 3.7%Language:HTML 3.5%Language:Ruby 3.1%Language:Objective-C 2.2%Language:CSS 0.1%