0.0.4 • Published 5 years ago

real-time-qr-code v0.0.4

Weekly downloads
9
License
MIT
Repository
github
Last release
5 years ago

real-time-qr-code

用于生成二维码的 react 组件,支持状态变更的即时渲染,同时也支持 img 和 canvas 的两种渲染模式

UseAge

npm install real-time-qr-code
import QrCode from 'real-time-qr-code'

export default () => {
  return <QrCode text='666' />
}

扫描自动跳转

给需要添加的地址加上协议即可跳转,其它情况都会展示文本

0.0.4

5 years ago

0.0.3

5 years ago

0.0.1

5 years ago