GoZxingQRCode
Go QR Code encoder Ruby wrapper.
Installation
Add this line to your application's Gemfile:
gem 'go-zxing-qrcode'
And then execute:
$ bundle
Or install it yourself as:
$ gem install go-zxing-qrcode
Usage
# Parameters: value, filepath, eclevel(0~3), gridSize
GoZXingQRCode::Encoder.generateQRCodeImage("string to encode", "image.png", 3,5)
Contributing
- Fork it ( https://github.com/hSATAC/go-zxing-qrcode-rb )
- 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 new Pull Request