1.0.13 • Published 4 months ago

simple-qr-node v1.0.13

Weekly downloads
-
License
-
Repository
github
Last release
4 months ago

Simple QR Node

Simple QR Node is a simple and lightweight server-side QR code generation library that uses JavaScript. It provides flexible configurations, including logo, color.

Installation

npm install simple-qr-node

Load

 const QRCode = require('simple-qr-node');

Usage

 await generateQR({
    text: 'www.google.com',
    color: '#000000',
    background: '#ffffff',
});

Options

OptionRequiredTypeDefaultInfos
textYesString---The value encoded in the QR code
colorNoString#000000The color of the dots
backgroundNoString#ffffffThe background color
1.0.11

4 months ago

1.0.13

4 months ago

1.0.12

4 months ago

1.0.10

5 months ago

1.0.9

5 months ago

1.0.8

5 months ago

1.0.7

5 months ago

1.0.6

5 months ago

1.0.5

5 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago