rsthn / rose-qr
Bacon QR适配器用于Rose
1.0.1
2022-07-20 03:16 UTC
Requires
- php: ^8.1
- bacon/bacon-qr-code: ^2.0
- rsthn/rose-extension-installer: *
README
此扩展为Rose添加了QR码生成支持,使用著名的BaconQrCode库。
安装
composer require rsthn/rose-qr
表达式函数
qr::create contents:string
生成一个新的QR码并返回一个SVG图像数据字符串。
(qr::create "Hello World")
qr::uri contents:string
生成一个新的QR码并返回一个SVG数据-URI字符串。
(qr::uri "Hello World")