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.
- 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
import { generateSVG } from "tinyqrc";
// Generate a QR code
const svg = await generateSVG({
value: "https://example.com",
size: 256,
});
curl -X GET "https://api.tinyqrc.com/v1/qr\
?data=https://example.com\
&size=256"
Generate QR codes instantly at tinyqrc.com.
Code Gen is based on nayuki/QR-Code-generator with modifications.
MIT License.