ytnobody / Vector-QRCode-EPS

A generator class for vector data of QRCode
Other
2 stars 0 forks source link

suggest (export for nodejs) #1

Open robinma opened 10 years ago

robinma commented 10 years ago

I suggest you can make a nodejs model for vector qrcode.^^

ytnobody commented 10 years ago

@robinma Thank you for suggestion.

However, I haven't the skill for node.js now. :sob: Nevertheless, I have the knowledge for javascript that works on browser. :sweat_smile:

This is a chance for learning Node.js! Do you think so? :metal:

I investigated the way to realize your suggestion.

  1. using ps-node - https://www.npmjs.org/package/ps-node
  2. using node-qr with libqrencode - https://github.com/bcelenza/node-qr
  3. glueing it! Finally, this glue-code becomes "node-qr-eps".

How do you think?

robinma commented 10 years ago

yes,you said right.I ever use node-qr write a chrome-plugin-qrcode.just now,I review node-qr,found it readme said ,the type can be 'PNG','EPS','SVG','ANSI','ANSI256','ASCII','ASCIIi','UTF8','ANSIUTF8'.it's greate. I'm a web FontEnd . I don't know perl program language,so that I plane to known it.

ps:I'm chinese,my english not good,so maybe some grammar and word is mistake。please forgive me.

ytnobody commented 10 years ago

LGTM

:+1: