MCPcopy
hub / github.com/davidshimjs/qrcodejs

github.com/davidshimjs/qrcodejs @main sqlite

repository ↗ · DeepWiki ↗
91 symbols 195 edges 3 files 2 documented · 2%
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

makeSVG
called by 4
qrcode.js
_getAndroid
called by 2
qrcode.js
_isSupportCanvas
called by 1
qrcode.js
_getTypeNumber
called by 1
qrcode.js
_getUTF8Length
called by 1
qrcode.js
QR8bitByte
called by 0
qrcode.js
QRCodeModel
called by 0
qrcode.js
QRPolynomial
called by 0
qrcode.js

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