Skip to content

immrl/flx-qrcode

This branch is up to date with Jayuda/flx-qrcode:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a273831 · Aug 25, 2016

History

3 Commits
Aug 25, 2016
Aug 25, 2016
Aug 25, 2016
Aug 25, 2016
Aug 25, 2016

Repository files navigation

flx-qrcode

Install

add to your project jayuda:flx-qrcode

Usage

HTML template to display qrcode

{{> QRCode text=helperTEXT size="128px" }}

Create Helper on javascript file

Template.yourTemplate.helpers({
    helperTEXT: function(){
        return 'Text to Qrcode';
    }
});

many thanks to steeve:jquery-qrcode

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.0%
  • HTML 6.0%