0.0
No commit activity in last 3 years
No release in over 3 years
A gem to automate using Croppie with Rails
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 1.11
~> 4.1
~> 10.0
~> 3.0
 Project Readme

Croppie Rails

Gem Version

A gem to automate using Croppie with Rails

Usage

Add this line to your application's Gemfile:

gem 'croppie_rails'

And then execute:

$ bundle

Or install it yourself as:

$ gem install croppie_rails

Configuration

Include javascript file in app/assets/javascripts/application.js:

//= require croppie

Include stylesheet file on app/assets/stylesheets/application.css:

*= require croppie

Examples

Include javascript file in app/assets/javascripts/application.js:

//= require demo_croppie

and the view

<div id="demo-basic"></div>

<script type="text/javascript">
  Demo.init("YOUR_IMAGE.jpg");
</script>

and "Voalá"

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/luizpicolo/croppie_rails. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

Versions

croppie_rails: 2.3.0
croppie: 2.3.0

croppie_rails: 1.2.0
croppie: 2.1.1

croppie_rails: 1.1.0
croppie: 2.0.1

License

The gem is available as open source under the terms of the MIT License.