cozmo/jsQR
A pure javascript QR code reading library. This library takes in raw images and will locate, extract and parse any QR code found within. observed · 2026-08-28
Health v2 · maintenance only
69/100
- Activity 82
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3918
- days_rel: n/a
- days_push: 110
- n_releases_24m: 0
Adoption not part of the score
4026 stars · 615 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
jsQR is a pure JavaScript QR code reading library that takes raw image data (RGBA pixel arrays) and locates, extracts, and parses any QR code within it. It is platform-agnostic, working in browsers, Node.js, or with module bundlers, and can decode from webcam streams, uploaded images, or backend processes.
Use cases
- decode qr codes from images in javascript
- scan qr codes from webcam stream in browser
- read qr codes in a node.js backend
- extract qr code data from uploaded images
- add qr code scanning to a web app without native dependencies
- parse qr codes from canvas imagedata
When to choose
- you need a dependency-free, pure JavaScript QR decoder
- you want the same decoding logic across browser and Node.js
- you already have image data (ImageData, canvas, or decoded PNG/JPEG) and just need QR extraction
- you need to decode QR codes with inverted colors (white on black)
When to avoid
- you need to generate QR codes rather than read them
- you need to scan other barcode formats like EAN or Code128
- you want a turnkey camera-scanning component with UI included
- you need native-level performance for high-volume image processing
Facets
library · maturity stable
image-processing parser computer-vision computer-vision web-development frontend browser cross-platform qr-code qr-decoder typescript barcode-scanning nodejs
3 sources
- readme: https://github.com/cozmo/jsQR · fetched 2026-08-28 · 78fde30d8b3c
- homepage: https://cozmo.github.io/jsQR/ · fetched 2026-08-29 · dc16a20cb77e
- registry_npm: https://registry.npmjs.org/jsqr · fetched 2026-08-29 · 2caf8a46006e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| cozmo/jsQR | main | 69 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem