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

How to use photoEditorSDK.saveImage(folderName, imageName); #17

Closed shinde-sagar closed 5 years ago

shinde-sagar commented 5 years ago

I want to save file after edit to folder

PeterStaev commented 5 years ago

Hey @shinde-sagar , no need to use the SDK native methods. The plugin already returns an ImageSource object which you can save with one of the provided methods: https://docs.nativescript.org/ns-framework-modules/image-source#save-image

PeterStaev commented 5 years ago

No further response so closing this one for now. In case you still have problems, please provide more details.