# qrcodejs **Repository Path**: mirrors_theajack/qrcodejs ## Basic Information - **Project Name**: qrcodejs - **Description**: Cross-browser QRCode generator for javascript - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # QRCode.js QRCode.js is javascript library for making QRCode. QRCode.js supports Cross-browser with HTML5 Canvas and table tag in DOM. QRCode.js has no dependencies. Project forked by KeeeX Company from davidshimjs/qrcodejs, we fixed Code Length Overflow error, and cleaned up the repository. ## Basic Usages ```html
``` or with some options ```html
``` and you can use some methods ```javascript qrcode.clear(); // clear the code. qrcode.makeCode("https://github.com/KeeeX"); // make another code. ``` ### Using with webpack ```javascript const QRCode = require("@keeex/qrcodejs-kx"); // Use QRCode as usual ``` ## Browser Compatibility IE6~10, Chrome, Firefox, Safari, Opera, Mobile Safari, Android, Windows Mobile, ETC. ## License MIT License