wxqrcode-js

生成微信二维码js插件

Usage no npm install needed!

<script type="module">
  import wxqrcodeJs from 'https://cdn.skypack.dev/wxqrcode-js';
</script>

README

wxqrcode-js

自定义生成二维码插件

安装

npm install wxqrcode-js

使用说明

import createQrCodeImg from 'wxqrcode-js';

createQrCodeImg(shareUrl, {
  size: parseInt(300) // 二维码大小
})