exifjs-rails
The Exif.js JavaScript library ready to play with Rails.
Installation
Add this line to your application's Gemfile:
gem 'exifjs-rails'And then execute:
$ bundle
Or install it yourself as:
$ gem install exifjs-rails
Usage
// app/assets/javascripts/application.js
//= require jquery
//= require jquery_ujs
//= require exif
//= require_tree .Contributing
- Fork it ( https://github.com/ykzts/exifjs-rails/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request