Skip to content

Repository files navigation

TinyQRC

NPM VersionGitHub 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 codeconstsvg=awaitgenerateSVG({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

Stars

8 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages