1.0.3 • Published 8 months ago

@hoanle396/viet-qr v1.0.3

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

viet-qr

Installation

npm install @hoanle396/viet-qr

Quick Start

Example file:

const qrCode = new QRCode();
  const value = qrCode
    .setBeneficiaryOrganization("bankid", "bankaccount")
    .setTransactionAmount("amount")
    .setAdditionalDataFieldTemplate("message")
    .build();
  console.log({ value });
1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago