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

Using qrcode-generator as a node library #12

Closed piuccio closed 9 years ago

piuccio commented 9 years ago

Hi

After these two are merged

The only extra step is to publish on npm.

From the js folder

npm adduser
npm publish ./

Thanks

kazuhikoarase commented 9 years ago

Hi,

It seems successfully published. https://www.npmjs.org/package/qrcode-generator

Thank you.

piuccio commented 9 years ago

Indeed, I just verified with npm install qrcode-generator and it works nicely Thanks