hexo-helper-qrcode

1.0.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i hexo-helper-qrcode

Weekly Downloads

101

Version

1.0.2

License

MIT

Last publish

Collaborators

  • yusen