New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

jsqrcode-ts

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsqrcode-ts

Standalone QR reader for TypeScript.

latest
Source
npmnpm
Version
0.2.2
Version published
Maintainers
1
Created
Source

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
});

FAQs

Package last updated on 28 Jun 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts