I have recently started Ionic App development. I am developing an app called Ify where the user can take a picture and add little images on to their images (similar to how in Snapchat, users can add ‘emojis’ to their snaps before sharing) and store these final images online with Firebase.
The taking of the pictures is currently successful and this was done with **ngCordova's camera plugin**. But now I am **approaching the editor side** and **I was wondering about how I could go about doing this**.
Thanks!