tjvantoll / nativescript-social-share

♻️ A NativeScript plugin for using the iOS/Android social sharing widgets
MIT License
94 stars 48 forks source link

fromUrl to get img #37

Open liuchuancong opened 6 years ago

liuchuancong commented 6 years ago

import { fromUrl, ImageSource } from "image-source"; import * as SocialShare from "nativescript-social-share";

const imageFile = fromUrl(image).then((res) => { SocialShare.shareImage(res); }); it will work!