PeterStaev / nativescript-photo-editor

🎨 Easily edit an image in your NativeScript app (crop, draw, etc)
Apache License 2.0
47 stars 15 forks source link

Get URL from ImageSource #25

Closed panagulis72 closed 5 years ago

panagulis72 commented 5 years ago

Hi, first of all thank you for the nice plugin! Then, I have a little issue. I'm not able to get the url from ImageSource. Before, I took the url from imageAssets and the i sent it to the backend services. But now, I have the edited image in a ImageSource. How can I get the src? Thank you!