đ Scanner
Drop image here or click to upload
Supports JPG, PNG, GIF, WebP (Max 10MB)
Drop multiple images or click to select
Process multiple files at once
đ API & Integration
// Scan from camera
const scanner = new Html5Qrcode("reader");
scanner.start(
{ facingMode: "environment" },
{ fps: 10, qrbox: 250 },
(decodedText, decodedResult) => {
console.log("Code: ", decodedText);
}
);
đ Latest Result
No scan results yet. Start scanning to see decoded data.
âī¸ Settings
đ Scan History
No scan history yet