This is a demo that uses the ember-cli-filepicker addon to add Filepicker to Ember.
It demonstrates image picking and conversion.
You will need the following things properly installed on your computer.
git clone <repository-url>
this repository- change into the new directory
npm install
bower install
ember server
- Visit your app at http://localhost:4200.