Framework CCCS page
This commit is contained in:
parent
09aba964a9
commit
8f812ab935
319 changed files with 24165 additions and 50 deletions
11
lib/qrpatch.rb
Normal file
11
lib/qrpatch.rb
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
require 'rqrcode_png'
|
||||
|
||||
# Monkey-patch qr generator
|
||||
module RQRCodePNG
|
||||
class Sequence
|
||||
def border_width()
|
||||
# No boundary around image
|
||||
0
|
||||
end
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue