1.0.11 • Published 5 years ago

qe-react-qrcode v1.0.11

Weekly downloads
14
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.8

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago