2.1.4 • Published 4 years ago
barcodery v2.1.4

Install
$ npm install barcoderyUsage
QR Code
import QR from 'barcodery/qrcode';
const qrcode = new QR('#canvas-id',{
level:2
});
qrcode.generate("Some text.");Options
color
Sets barcode color. By default "black".
borderType
Sets type of pixel corners. If "circle", all code modules will be rounded. By default "square".
level
Sets correction level. Only 2 level is available now.
Other
Barcodery has its windows desktop app based on C#.