# alexeyten/qr-image

Yet another QR code generator

Repository: https://github.com/alexeyten/qr-image
Canonical: https://ross.abutalabs.com/products/qr-image
Language: JavaScript
License: MIT
License Family: permissive
Topics: qrcode, qr, javascript
Last push: 2024-02-23T07:19:13+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4576, "days_push": 922, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1063, forks 164 (observed 2026-08-28T04:03:26.258808+00:00)

## What it is
qr-image is a dependency-free Node.js library for generating QR codes as PNG, SVG, EPS, or PDF images. It offers both streaming and synchronous APIs plus raw matrix output for custom rendering.

## Use cases
- generate qr code images in node.js
- serve qr codes from an express endpoint
- create svg qr codes for embedding in web pages
- generate qr code png buffers
- get raw qr code matrix data for custom rendering
- encode utf-8 text into a qr code

## When to choose
- you need a zero-dependency qr code generator for Node.js
- you need output formats beyond PNG such as SVG, EPS, or PDF
- you want stream-based or synchronous image generation
- you need raw QR matrix data to render yourself

## When to avoid
- you need QR generation in the browser without a bundler
- you need Kanji or mixed encoding modes
- you need an actively developed library with extensive tests

## Facets
- artifact type: library
- maturity: maintenance
- function: image-processing, developer-tools
- domain: web-development, developer-tools
- platform: -
- tags: qr-code, png, svg, pdf, eps, zero-dependency, nodejs, javascript

## Member repositories
- alexeyten/qr-image (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:26.258808+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:56:38.472596+00:00, confidence not recorded.
  - readme: https://github.com/alexeyten/qr-image (fetched 2026-08-28T04:03:26.258808+00:00, sha 9ff902480852)
  - registry_npm: https://registry.npmjs.org/qr-image (fetched 2026-08-29T12:57:54.970780+00:00, sha d508bff1361f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
