UNPKG

@akamfoad/qrcode

Version:

The library is generating QR codes as SVG, HTML5 Canvas, PNG and JPG files, or text.

6 lines (5 loc) 296 B
export { default as QRCodeCanvas } from './QRCodeCanvas'; export { default as QRCodeRaw } from './QRCodeRaw'; export { default as QRCodeSVG } from './QRCodeSVG'; export { default as QRCodeText } from './QRCodeText'; export { default as AbstractQRCodeWithImage } from './AbstractQRCodeWithImage';