photo-social-share
v0.0.1
Published
Allows for sharing of photos to socials (tiktok, facebook, instagram)
Downloads
4
Maintainers
Readme
photo-social-share
Allows for sharing of photos to socials (tiktok, facebook, instagram)
Install
npm install photo-social-share
npx cap syncAPI
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<{ value: string; }>
sharePhotoToInsta(...)
sharePhotoToInsta(options: { photoURL: string; }) => Promise<void>| Param | Type |
| ------------- | ---------------------------------- |
| options | { photoURL: string; } |
sharePhotoToTiktok(...)
sharePhotoToTiktok(options: { photoURL: string; }) => Promise<void>| Param | Type |
| ------------- | ---------------------------------- |
| options | { photoURL: string; } |
