awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
zxing-js avatar

zxing-js/library

0
View on GitHub↗
2,917 stars·575 forks·TypeScript·Apache-2.0·1 viewzxing-js.github.io/library↗

Library

This library is a multi-format barcode processing utility designed for web browsers and server-side environments. It provides a comprehensive suite of tools for both decoding existing barcode symbols and generating new ones from input data.

The project distinguishes itself by enabling continuous, real-time barcode scanning directly from live video streams. By utilizing browser camera interfaces and automated frame processing, it allows applications to capture and interpret one-dimensional and two-dimensional barcode data without requiring manual image uploads or user intervention.

Beyond real-time scanning, the library includes capabilities for creating scalable vector graphics for digital display or physical printing. It handles the entire lifecycle of barcode interaction, from the initial luminance analysis and geometric feature extraction of raw pixel data to the application of error correction algorithms that reconstruct information from damaged or obscured symbols.

Features

  • Continuous Scanners - Detects and decodes barcode information automatically from live video feeds in real-time without manual triggers.
  • Barcode Decoders - Extracts text and numeric data from one-dimensional and two-dimensional barcode patterns in images or live feeds.
  • Camera Feed Decoders - Captures and decodes barcode data in real-time from live video streams using browser camera APIs.
  • Barcode Generators - Generates and renders two-dimensional barcode graphics from input data for digital display or physical printing.
  • Web Barcode Integrations - Integrates barcode scanning capabilities directly into web applications for automated information entry.
  • Real-Time Image Processing - Processes live video streams to automatically detect and interpret barcode symbols without manual user intervention.
  • Sequential Frame Processing - Processes sequential video frames from hardware inputs to enable continuous real-time barcode detection.
  • Geometric Feature Extraction - Identifies structural markers and alignment patterns within raw pixel data to determine barcode orientation and scale.
  • Error Correction Codes - Implements Reed-Solomon error correction to reconstruct data from damaged or partially obscured barcode symbols.

Star history

Star history chart for zxing-js/libraryStar history chart for zxing-js/library

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Curated searches featuring Library

Hand-picked collections where Library appears.
  • JavaScript QR Code Libraries

Open-source alternatives to Library

Similar open-source projects, ranked by how many features they share with Library.
  • serratus/quaggajsserratus avatar

    serratus/quaggaJS

    5,207View on GitHub↗

    quaggaJS is a JavaScript barcode scanner library and client-side processor that performs barcode localization and decoding directly within the browser. It functions as a computer vision barcode decoder that extracts data from both static image files and live camera streams without requiring external server requests. The library supports real-time barcode scanning via webcams and can detect multiple barcode formats simultaneously. It includes tools to visualize the decoding process by rendering bounding boxes and scanlines over the image to monitor localization. Users can configure the specif

    JavaScript
    View on GitHub↗5,207
  • mebjas/html5-qrcodemebjas avatar

    mebjas/html5-qrcode

    6,030View on GitHub↗

    html5-qrcode is a client-side JavaScript library that enables QR code and barcode scanning directly in a web browser, processing live video from a device camera or decoding codes from uploaded image files without any server-side involvement. The library handles real-time scanning from continuous camera feeds with adjustable frame rates and scanning regions, while also supporting file-based decoding for static images. The scanner offers configurable behavior through runtime settings, allowing developers to adjust scanning speed, viewfinder region, aspect ratio, and restrict decoding to specifi

    TypeScriptbarcodecamerahtml5
    View on GitHub↗6,030
  • react-native-camera/react-native-camerareact-native-camera avatar

    react-native-camera/react-native-camera

    9,638View on GitHub↗

    This project provides cross-platform programmatic interfaces and UI components for integrating camera hardware into mobile applications. It serves as a tool for implementing image and video capture, as well as specialized scanning and recognition tasks. The library includes specialized capabilities for computer vision, including a barcode scanner for decoding various barcode types, a face detection tool to identify human faces in a live feed, and an optical character recognition engine for extracting written text from the camera stream. The system covers hardware configuration and control, i

    Javacameraface-detectionreact-native
    View on GitHub↗9,638
  • davidshimjs/qrcodejsdavidshimjs avatar

    davidshimjs/qrcodejs

    14,296View on GitHub↗

    This library is a client-side utility for generating QR code matrix patterns directly within web browsers. It functions as a frontend tool that converts text strings, URLs, and contact information into scannable visual data without requiring server-side processing. The library provides a platform-agnostic interface that renders these patterns using either HTML5 canvas elements or dynamic document object model node injection. It incorporates matrix-based data encoding and Reed-Solomon error correction to ensure that the generated patterns remain readable even if portions of the image are damag

    JavaScript
    View on GitHub↗14,296
See all 30 alternatives to Library→

Frequently asked questions

What does zxing-js/library do?

This library is a multi-format barcode processing utility designed for web browsers and server-side environments. It provides a comprehensive suite of tools for both decoding existing barcode symbols and generating new ones from input data.

What are the main features of zxing-js/library?

The main features of zxing-js/library are: Continuous Scanners, Barcode Decoders, Camera Feed Decoders, Barcode Generators, Web Barcode Integrations, Real-Time Image Processing, Sequential Frame Processing, Geometric Feature Extraction.

What are some open-source alternatives to zxing-js/library?

Open-source alternatives to zxing-js/library include: serratus/quaggajs — quaggaJS is a JavaScript barcode scanner library and client-side processor that performs barcode localization and… mebjas/html5-qrcode — html5-qrcode is a client-side JavaScript library that enables QR code and barcode scanning directly in a web browser,… react-native-camera/react-native-camera — This project provides cross-platform programmatic interfaces and UI components for integrating camera hardware into… davidshimjs/qrcodejs — This library is a client-side utility for generating QR code matrix patterns directly within web browsers. It… shimat/opencvsharp — OpenCVSharp is a .NET library that wraps native OpenCV functions, providing C# developers with access to OpenCV's… lindell/jsbarcode — JsBarcode is a JavaScript library for generating machine-readable barcodes in both browser and Node.js environments.…