@koodos/share-to-insta-stories

v0.0.18

Published

Plugin for sharing images on Instagram Stories

Downloads

37

Readme

capacitor-instagram-stories-share

Plugin for sharing images on Instagram Stories

Install

npm install capacitor-instagram-stories-share
npx cap sync

API

shareToInstagram(...)

shareToInstagram(options: { imageUrl?: string; base64Image?: string; appId: string; topColor?: string; bottomColor?: string; stickerUrl?: string; base64Sticker?: string; }) => any

| Param | Type | | ------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | | options | { imageUrl?: string; base64Image?: string; appId: string; topColor?: string; bottomColor?: string; stickerUrl?: string; base64Sticker?: string; } |

Returns: any