1.0.3 • Published 8 months ago

@sec-ant/qr-code-generator v1.0.3

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

@sec-ant/qr-code-generator

A QR Code generator in Typescript. This package is ported from nayuki/QR-Code-generator. Typescript namespaces are discarded.

Install

npm i @sec-ant/qr-code-generator

Usage

import { QrCode, Ecc } from "@sec-ant/qr-code-generator";

const qrCode = QrCode.encodeText("Hello, world!", Ecc.MEDIUM);

License

MIT

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago

0.0.5

8 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago