rqrcode:一个编码QR码的Ruby库

时间:2024-05-02 15:35:29
【文件属性】:

文件名称:rqrcode:一个编码QR码的Ruby库

文件大小:106KB

文件格式:ZIP

更新时间:2024-05-02 15:35:29

Ruby

RQR码 是一个用于创建QR码并将其呈现为各种格式的库。 它具有简单的界面以及所有标准QR码选项。 它是由Kazuhiko Arase从Javascript库改编而来的。 QR码是Denso Wave inc的商标 最低Ruby版本为>= 2.3 对于版本< 1.0.0 rqrcode请使用 正在安装 将此行添加到您的应用程序的Gemfile : gem 'rqrcode' 或手动安装: gem install rqrcode 基本用法示例 require 'rqrcode' qr = RQRCode :: QRCode . new ( 'https://kyan.com' ) puts qr . to_s xxxxxxx xxxxxxx xxx xxxxxxx x x x xxx xx x x x xxx x xx x x xx x xx


【文件预览】:
rqrcode-master
----.github()
--------workflows()
----LICENSE.txt(1KB)
----images()
--------github-qrcode.png(415B)
--------ansi-screen-shot.png(83KB)
--------github-qrcode.svg(24KB)
----rqrcode.gemspec(1KB)
----lib()
--------rqrcode.rb(157B)
--------rqrcode()
----Gemfile(97B)
----spec()
--------spec_helper.rb(5KB)
--------rqrcode()
----Rakefile(195B)
----README.md(8KB)
----.rspec(30B)
----.gitignore(153B)
----_config.yml(25B)
----bin()
--------console(342B)
--------setup(131B)

网友评论