MCPcopy Create free account
hub / github.com/davidshimjs/qrcodejs

github.com/davidshimjs/qrcodejs @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
91 symbols 195 edges 3 files 2 documented · 2% updated 2y ago★ 14,300177 open issues

Browse by type

Functions 91 Types & classes 0
What it actually does AI analysis from the code graph — generated when you open this
loading…
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.

Basic Usages






<script type="text/javascript">
new QRCode(document.getElementById("qrcode"), "http://jindo.dev.naver.com/collie");
</script>

or with some options






<script type="text/javascript">
var qrcode = new QRCode(document.getElementById("qrcode"), {
    text: "http://jindo.dev.naver.com/collie",
    width: 128,
    height: 128,
    colorDark : "#000000",
    colorLight : "#ffffff",
    correctLevel : QRCode.CorrectLevel.H
});
</script>

and you can use some methods

qrcode.clear(); // clear the code.
qrcode.makeCode("http://naver.com"); // make another code.

Browser Compatibility

IE6~10, Chrome, Firefox, Safari, Opera, Mobile Safari, Android, Windows Mobile, ETC.

License

MIT License

Contact

twitter @davidshimjs

Bitdeli Badge

Core symbols most depended-on inside this repo

browse all functions →

Shape

Function 91

Languages

TypeScript100%

Modules by API surface

jquery.min.js63 symbols
qrcode.js15 symbols
qrcode.min.js13 symbols

For agents

$ claude mcp add qrcodejs \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page