Install

Terminal
$ roq add plugin:qrcode

Usage

Add QR codes to your website. Create a template and add the #qrcode tag to it, then style and size it as you want.

By default, the plugin produces HTML output compatible with both HTML and Markdown templates. To use the plugin with AsciiDoc, set the asciidoc attribute to true.

{#qrcode value="https://luigis.com/menu/" alt="Luigi's Menu" foreground="#000066" background="#FFFFFF" width=300 height=300 /}

{#qrcode value="https://luigis.com/menu/" alt="Luigi's Menu" foreground="#000066" background="#FFFFFF" width=300 height=300 asciidoc=true /}