1.0.2 • Published 7 years ago

hexo-helper-qrcode v1.0.2

Weekly downloads
347
License
MIT
Repository
github
Last release
7 years ago

hexo-helper-qrcode

QRcode for Hexo helper plugins.

install

$ npm i -S hexo-helper-qrcode

useage

<img src="<%- qrcode(url) %>">

<!-- white margin, default 0 -->
<img src="<%- qrcode(url, {
    margin: 2
}) %>">

<!-- size of one module in pixels, default 6 -->
<img src="<%- qrcode(url, {
    size: 4
}) %>">

license

MIT