>[info] 详细使用方法见官方的 `README.md` 文件: **** # 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 ```
```
or with some options
```
```
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.