0.2.2 • Published 2 years ago

jsqrcode-ts v0.2.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years 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

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago