I am building an app in AngularJS/Javascript, HTML and CSS in a cloud environment (c9.io).
Given this, how do I proceed to create, test an app that takes pictures from the phone album and transforms them (like a filter)? Where do I start and can all of it be done in a cloud environment? Any examples, boilerplates available?
I have come so far that I can manipulate images that are loaded on a server (e.g. <img source='some/path'>
)
But how do you handle local images that are not uploaded?