1.0.11 • Published 3 years ago

qe-react-qrcode v1.0.11

Weekly downloads
14
License
MIT
Repository
github
Last release
3 years ago

qe-react-qrcode

Quick start

Install

npm install qe-react-qrcode --save

Use

import QRCode from 'qe-react-qrcode';

<QRCode
  value={'http://facebook.github.io/react/'}
  size={256}
  level={'M'}
  bgColor='rgb(255,255,255)'
  fgColor='rgb(0,0,0)'
  shape='SQUARE'
  eyeShape='SQUARE'
  imageSrc='https://emoji.slack-edge.com/T8C69ARQV/quintaessentia/6e9e7ed89c376844.png'
  imageWidth={40}
  imageHeight={40}
  imagePosition='CENTER'
  imageExcavate={true}
/>
1.0.9

3 years ago

1.0.8

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago