Skip to content
This repository has been archived by the owner on Feb 25, 2019. It is now read-only.

ykzts-historical/exifjs-rails

Repository files navigation

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

  1. Fork it ( https://github.com/ykzts/exifjs-rails/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request