Skip to content

chroxify/tinyqrc

Repository files navigation

TinyQRC

NPM Version GitHub License

Introduction

TinyQRC is a lightweight and simple QR code generation library and API. Generate beautiful QR codes quickly and easily, whether through the web interface, API, or npm package.

Features

  • Fast & Lightweight - No dependencies, maximum performance
  • Multiple Integration Options - Web interface, REST API, or npm package
  • Customization - Control colors, size, and error correction levels
  • Developer-First - Simple, intuitive, and fast API

Quick Start

Package

import { generateSVG } from "tinyqrc";

// Generate a QR code
const svg = await generateSVG({
  value: "https://example.com",
  size: 256,
});

REST API

curl -X GET "https://api.tinyqrc.com/v1/qr\
?data=https://example.com\
&size=256"

View API Documentation →

Web Interface

Generate QR codes instantly at tinyqrc.com.

Credits

Code Gen is based on nayuki/QR-Code-generator with modifications.

License

MIT License.

About

A dead-simple, free service for creating QR codes—both manually and programmatically.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published