1.0.2 • Published 8 years ago
@kenoo/qrcode v1.0.2
vue-qrcode
qrcode.js binding of vue 2
Install
With Yarn:
yarn add @kenoo/qrcode
With npm:
npm install @kenoo/qrcode --save
Usage
<qrcode class="qrcode"
:text="text"
:size="size"
:colorLight="colorLight"
:colorDark="colorDark"
:logo="'https://avatars0.githubusercontent.com/u/1384521?v=3&s=80'"
:logoSize="40"
>
</qrcode>
License
MIT