kazuhikoarase / qrcode-generator

QR Code Generator implementation in JavaScript, Java and more.
https://kazuhikoarase.github.io/qrcode-generator/js/demo/
MIT License
2.12k stars 680 forks source link

Universal module definition #11

Closed piuccio closed 9 years ago

piuccio commented 9 years ago

Allow the script to be loaded in browser (global qrcode variable), in AMD or node.

Right now require('qrcode-generator') does nothing. This allows to use the library in more ways.

piuccio commented 9 years ago

Thanks