资源说明:Mount QRCode Image service on your Plack application.
# NAME Plack::Middleware::QRCode - Mount QRCode Image service on your Plack application. # SYNOPSIS basic configuration: use Plack::Middleware::QRCode; builder { mount '/qrcode' => builder { enable 'QRCode'; sub { }; }; } provide default options: use Plack::Middleware::QRCode; builder { mount '/qrcode' => builder { enable 'QRCode' , render => { size => 2, margin => 2, version => 1, level => 'M', casesensitive => 1, }; } } # DESCRIPTION Plack::Middleware::QRCode is # AUTHOR Yo-An Lin# SEE ALSO # LICENSE This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。