1.0.13 • Published 10 months ago

simple-qr-node v1.0.13

Weekly downloads
-
License
-
Repository
github
Last release
10 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

10 months ago

1.0.13

10 months ago

1.0.12

10 months ago

1.0.10

12 months ago

1.0.9

12 months ago

1.0.8

12 months ago

1.0.7

12 months ago

1.0.6

12 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago