# Qrcodejs-module
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.

All credit goes to [davidshimjs/qrcodejs](https://github.com/davidshimjs/qrcodejs).

Add an export statement in the last line since this packages [qrcodejs](https://www.npmjs.com/package/qrcodejs) can not be used correctly.

```
	module.exports = QRCode;
```

And turned it to an npm module for personal use.

Feel free to use.

## Basic Usages

```
	npm install qrcodejs-module
```

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

## License
MIT License

## Contact
twitter @davidshimjs

[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/davidshimjs/qrcodejs/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
