TiloBox
Back to directory
uqr project preview

uqr

Tiny, fast, and modern QR Code generator for JavaScript and TypeScript by UnJS.

LicenseMIT
GitHub stars1.2k
Last commit6 days ago
Tags5 topics
Uqr Unjs LibMatrix Barcode RendererDeveloper ToolsUnjs Qrcode GeneratorTiny Qr Encoder
Overview

Why consider uqr?

uqr is an open-source, ultra-compact QR code generator developed by the UnJS ecosystem team (Pooya Parsa). uqr outputs SVG strings, matrix arrays, and ASCII terminal characters with zero dependencies and minimal bundle footprint.

Guided learning

Learn uqr by building

Practical setup notes, real use cases, and copy-ready examples in one focused guide.

1 min read 2 sections
In this guide2 sections

Overview of uqr

uqr generates lightweight SVG and ASCII QR codes with minimal CPU overhead and zero dependencies.

Quickstart

bash
1npm install uqr
javascript
1import { renderSVG } from 'uqr';
2const svg = renderSVG('https://company.com');

uqr is licensed under the permissive MIT License.

Related tools

More options with a similar category or technology profile.

uqr FAQs

uqr is listed as a Marketing tool on TiloBox. Review the overview, features, and official documentation on this page to decide whether it solves your specific workflow.

Start with the project's GitHub repository for supported installation and deployment instructions. Test the setup with representative data or a small project before rolling it out more widely.

uqr is listed under the MIT license. Read the complete license text and the project's notices before using, modifying, or distributing the software.

Production readiness depends on your requirements. Review maintenance activity, security practices, documentation, backup and upgrade procedures, and compatibility with your stack; then validate it in a non-production environment.

uqr is listed as an alternative to Flowcode. Compare the core workflow, deployment model, integrations, and licensing against your must-have requirements before switching.