1.0.0 • Published 3 years ago
qrview v1.0.0
QRView
Generate QR Codes
Table of Contents
Install
npm i qrview
Usage
new QRView:
import QRView from 'qrview'
const qrView = new QRView('https://example.com')
qrView.toPNG() // returns a ByteView of png data
1.0.0
3 years ago