0.2.2 • Published 10 months ago

jsqrcode-ts v0.2.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
10 months ago

jsqrcode-ts

Standalone QR reader for TypeScript, modified from https://github.com/mebjas/html5-qrcode.

Modified under the terms of the Apache 2.0 license.

Example usage

First install with npm i jsqrcode-ts.

import reader from "jsqrcode-ts";

const canvasElement = document.getElementById("my-canvas");

reader.scan(canvasElement).then(decoded_text => {
  // do what you want here
});
0.2.2

10 months ago

0.2.1

11 months ago

0.2.0

11 months ago

0.1.1

11 months ago

0.1.0

11 months ago