0.0.3 • Published 2 years ago

@capitalisk/qr-code-generator v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

QR Code generator

This repo is to generate a url with pre-filled transaction details for anyone to scan and send the provided transaction. Check out test.js for relevant use-cases.

Usage:

const generator = new QRCodeGenerator({ url: 'http://example.com/transactions/create' });

generator.generateBase64Image('sampledata')