Language
From Camera Roll
PhotoEditor SDK supports importing photos from the camera roll.
Select a photo#
In this example, we are using the image_picker
plugin to select a photo from the camera roll.
Open the editor#
When a photo has been selected we pass the local URI to the openEditor
method to load the photo into the editor and open it.
Once the photo has been exported, we handle the result and possible occurring errors.